Breadcrumbs are often generated from Page structure, but in a world of Custom Post Types that doesn’t always work. Menu Breadcrumb uses your WordPress Menu to generate a breadcrumb trail based on the current page.

توسط Jon Christopher
اگر با مشکلی مواجه شدهاید،
لطفاً آن را با جزئیات برای ما ارسال کنید.
🔒 برای ثبت گزارش خرابی باید وارد سایت شوید.
Breadcrumbs are often generated from Page structure, but in a world of Custom Post Types that doesn’t always work. Menu Breadcrumb uses your WordPress Menu to generate a breadcrumb trail based on the current page.
menu-breadcrumb.zip and extractmenu-breadcrumb folder to the /wp-content/plugins/ directory<?php if ( function_exists( 'menu_breadcrumb') ) { menu_breadcrumb( 'my-menu-id' ); } ?> in your templates where you want the breadcrumb to appearAdd the following to your theme template where you would like to output the breadcrumb:
<?php
if ( function_exists( 'menu_breadcrumb') ) {
menu_breadcrumb(
'main', // Menu Location to use for breadcrumb
' » ', // separator between each breadcrumb
'<p class="menu-breadcrumb">', // output before the breadcrumb
'</p>' // output after the breadcrumb
);
}
?>
Of course! https://github.com/jchristopher/menu-breadcrumb
| نسخه | حجم فایل | SHA256 | تغییرات | دانلود |
|---|---|---|---|---|
| 1.0.3 | 16 کیلوبایت | - |
دانلود
برای دانلود باید وارد سایت شوید
ورود / ثبت نام |
قیمت:
رایگان
نگارش
1.0.3
آخرین انتشار
19 اردیبهشت 1405
آخرین بروزرسانی
3 ماه پیش
نصب های فعال
300+
نگارش وردپرس
وردپرس 4.0+
تست شده از نسخه
وردپرس 6.9.4
نگارش PHP
-
تگ ها
نسخه ها
1 نسخه