Опис
A simple shortcode to include Yoast SEO’s breadcrumb function everywhere on your WordPress website. You have to install and activate the WordPress SEO by Yoast plugin and enable breadcrumb option to use this shortcode.
With this shortcode you can put Yoast’s fantastic breadcrumb feature manually into every post and page or even into custom post types. If your theme supports it, you can use this shortcode in your widget areas with the Text widget.
Скорочений код:
[yoast-breadcrumb]
There are two parameters for this shortcode:
- before – The code that your breadcrumb should be prefixed with. Default value:
<div class="breadcrumb" itemprop="breadcrumb">
- after – The code that should be added on the back of your breadcrumb. Default value:
</div>
You can read more informations about Yoast’s breadcrumb function here: Yoast Breadcrumbs – WordPress Breadcrumbs
Do you want to contribute or help improving this plugin?
Ви можете знайти його на GitHub: https://github.com/Surbma/surbma-yoast-breadcrumb-shortcode
Інші мої плагіни та проекти можна знайти на GitHub:
Please feel free to contribute, help or recommend any new features for my plugins, themes and other projects.
Хочете дізнатися про мене більше?
Відвідайте мій сайт: Surbma.com
Встановлення
- Upload
surbma-yoast-breadcrumb-shortcode
folder to the/wp-content/plugins/
directory - Activate the Surbma – Yoast SEO Breadcrumb Shortcode plugin through the ‘Plugins’ menu in WordPress
- That’s it. Now you can use the shortcode. 🙂
Часті питання
-
You can read more informations about Yoast SEO’s breadcrumb function here: Yoast Breadcrumbs – WordPress Breadcrumbs
-
Yes, you can with css. The default class for this block is breadcrumb, but you can modify the prefix code, as you like.
-
Doesn’t Yoast SEO plugin have it’s own shortcode?
-
Yes, it does have a shortcode
[wpseo-breadcrumb]
, but it does not accept any parameters, so my shortcode is a little bit better. 🙂 -
Що означає Surbma?
-
It is the reverse version of my last name. 😉
Відгуки
Учасники та розробники
“Surbma | Yoast SEO Breadcrumb Shortcode” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
Учасники“Surbma | Yoast SEO Breadcrumb Shortcode” було перекладено на 2 локалізації. Дякуємо перекладачам за їх роботу.
Перекладіть “Surbma | Yoast SEO Breadcrumb Shortcode” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
1.1
- Release date: 2019-05-09
- TWEAK – Minor changes in description.
- TWEAK – New shorter version numbering.
- Tested up to WordPress 5.2 version.
- Tested up to Yoast SEO 11.x version.
- Added minimum PHP requirement.
1.0.4
- Fixed compatibility with Yoast SEO 7.0.x versions.
- Протестовано з версіями до WordPress 4.9.
1.0.3
- Fixed shortcode’s return function. Props to danieledesantis
- Протестовано з версіями до WordPress 4.2.
- Description text modifications.
1.0.2
- Fix localization.
- Prevent direct access to the plugin.
1.0.1
- Fixed typo.
1.0.0
- Initial release.
- Added localization.
- First commit to WordPress repo.