Surbma | Yoast SEO Breadcrumb Shortcode

描述

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.

The shortcode:
[yoast-breadcrumb]

There are two parameters for this shortcode:

  1. before – The code that your breadcrumb should be prefixed with. Default value: <div class="breadcrumb" itemprop="breadcrumb">
  2. 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?

You can find it on GitHub: https://github.com/Surbma/surbma-yoast-breadcrumb-shortcode

You can find my other plugins and projects on GitHub:

https://github.com/Surbma

Please feel free to contribute, help or recommend any new features for my plugins, themes and other projects.

Do you want to know more about me?

Visit my webpage: Surbma.com

安装

  1. Upload surbma-yoast-breadcrumb-shortcode folder to the /wp-content/plugins/ directory
  2. Activate the Surbma – Yoast SEO Breadcrumb Shortcode plugin through the ‘Plugins’ menu in WordPress
  3. That’s it. Now you can use the shortcode. 🙂

常见问题

What is Yoast SEO Breadcrumb?

You can read more informations about Yoast SEO’s breadcrumb function here: Yoast Breadcrumbs – WordPress Breadcrumbs

Can I customize the look of the breadcrumb?

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. 🙂

What does Surbma mean?

It is the reverse version of my last name. 😉

评价

2018年6月1日 1 回复
Works like described
2016年9月3日 1 回复
I like the idea of this plugin. It picks up where the Yoast plugin leaves off by adding breadcrumbs to the rest of your pages which Google is looking for. I just can't get it running on Wordpress 4.3.1.
2017年2月8日
Super simple to install and add to any page or post. However, adding it manually instead of a sitewide setting can be bit of a problem. It would be nice to see some basic settings of customizing it, such as no background or background transparency, change text color etc. Can you please provide the CSS code to modify it? See an example of what we did: http://www.stressebook.com/blog/ This one was in the blog settings feature area, where you can add HTML, shortcodes or anything else to show up just below the header. <div class="breadcrumb"> <pre><code>[yoast-breadcrumb]</code></pre> </div> We can also add it within each blog post at the top of the post in the editor. We used the HTML tab instead of the View tab in the editor. Here is another example: http://www.stressebook.com/good-stress-engineer-qualities-part-4/
阅读所有9条评价

贡献者及开发者

“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.
  • Tested up to WordPress 4.9 version.

1.0.3

  • Fixed shortcode’s return function. Props to danieledesantis
  • Tested up to WordPress 4.2 version.
  • 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.