plugin-icon

Carbon Breadcrumbs

A basic WordPress plugin for breadcrumbs with advanced capabilities for extending.
تقييمات
4.8
آخر تحديث
April 11, 2016
النسخة
1.0.2
التنصيبات النشطة
90

Provides the theme and plugin developers an easy way to build and implement highly customizable breadcrumb functionality, specifically tailored to their needs. Supports a lot of filters and hooks, and is written in OOP style, giving developers full control over the breadcrumb trail items and appearance. This plugin can also be embedded in themes, instead of installing it as a WordPress plugin.

الاعدادات

The most basic way to insert Carbon Breadcrumbs in your theme code is:

<?php Carbon_Breadcrumb_Trail::output(); ?>

If you want to specify various breadcrumb rendering options, you can specify them in an array, like this:

<?php Carbon_Breadcrumb_Trail::output(array( 'glue' => ' &gt; ', // glue between breadcrumb items 'link_before' => '', 'link_after' => '', 'wrapper_before' => '', 'wrapper_after' => '', 'title_before' => '', 'title_after' => '', 'min_items' => 2, 'last_item_link' => true, 'display_home_item' => true, 'home_item_title' => __('Home', 'carbon_breadcrumbs'), 'renderer' => 'Carbon_Breadcrumb_Trail_Renderer', )); ?>

For additional configuration and developer documentation, you can visit the Github repository:

https://github.com/tyxla/carbon-breadcrumbs

Ideas and bug reports

Any ideas for new modules or any other additional functionality that users would benefit from are welcome.

If you have an idea for a new feature, or you want to report a bug, feel free to do it here in the Support tab, or you can do it at the Github repository of the project:

https://github.com/tyxla/carbon-breadcrumbs

مجانيعلى خطة Creator
إذا قمت بالتثبيت، فإنك توافق على شروط خدمة ووردبريس.كوم وشروط إضافات الأطراف الثالثة.
التنصيبات النشطة
90
تم اختباره حتى
4.5.32
تتوافر هذه الإضافة للتنزيل لتُستخدم في عملية التثبيت المستضافة ذاتيًا على ووردبريس لديك.