هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Genzel breadcrumbs

الوصف

Breadcrumb is a way for visitors keep track thier location. The plugin implements few main ideas:
* Menu is a key to all site structure.
* Possibility to mount groups articles to defined points of site tree.
* Possibility to drive breadcrumb.

The key feature is configuring breadcrumb by defining special rules. It can looks like this:
front menu:fin tax:post_tag current
Where each token define part of trail.

لقطات الشاشة

  • Genzel breadcrumbs main settings page

التنصيب

  1. Upload and extract arhive files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Insert GenzelBreadcrumbs(); to your template files
  4. And enjoy, of course!

How to display breadcrumbs ?

Open the appropriate file of your theme (typically header.php). This can be done within WP administration panel through Presentation > Theme Editor or through your text editor. Place the following code where you want the breadcrumb trail to appear.

Save the file. Now you should have a breadcrumb trail on your WordPress powered site. To customize the breadcrumb trail you may edit the default values for the options in the administrative interface.

This is located in your administration panel under Settings > Genzel Breadcrumbs. Also there you can find docs and samples.

الأسئلة المتكررّة

Ready for your questions 🙂

Installation Instructions
  1. Upload and extract arhive files to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Insert GenzelBreadcrumbs(); to your template files
  4. And enjoy, of course!

How to display breadcrumbs ?

Open the appropriate file of your theme (typically header.php). This can be done within WP administration panel through Presentation > Theme Editor or through your text editor. Place the following code where you want the breadcrumb trail to appear.

Save the file. Now you should have a breadcrumb trail on your WordPress powered site. To customize the breadcrumb trail you may edit the default values for the options in the administrative interface.

This is located in your administration panel under Settings > Genzel Breadcrumbs. Also there you can find docs and samples.

المراجعات

إقرأ جميع المراجعات 1

المساهمون والمطوّرون

“Genzel breadcrumbs” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Genzel breadcrumbs“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.2

Some improvements of logic.

1.1

Added posibility attach tax, tag or category arhive page to necessary point of breadcrumbs trail.
array(
array(‘where’ => ‘mypage’, ‘what’ => ‘tax:my-tax-slug-or-id’, ‘how’ => ‘current’)
),
));
?>

1.0

First version, here is everything we have.