[wordpress插件] azurecurve Breadcrumbs天蓝色曲线面包屑

wordpress 插件 文章 2020-02-27 19:30 521 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Allows breadcrumbs to be placed before and after the content on a page;

允许将面包屑放在页面上的内容之前和之后;

the azc_b_getbreadcrumbs() function can be added to a theme template to position the breadcrumbs elsewhere on the page.

可以将azc_b_getbreadcrumbs()函数添加到主题模板中,以将面包屑放置在页面上的其他位置。

Plugin supports both text based and arrowed breadcrumbs;

插件支持基于文本的面包屑和带箭头的面包屑;

styles maintainable via the admin console.

通过管理控制台可维护的样式。

This plugin is multi-site compatible.

此插件是多站点兼容的。

This plugin supports language translations.

此插件支持语言翻译。

If you want to translate this plugin please sent the .po and .mo files to wordpress.translations@azurecurve.co.uk for inclusion in the next version (full credit will be given).

如果您想翻译此插件,请将.po和.mo文件发送到wordpress.translations@azurecurve.co.uk,以包含在下一个版本中(将给予全部功劳)。

The .pot fie is in the languages folder of the plugin and can also be downloaded from the plugin page on http://development.azurecurve.co.uk.

.pot文件位于插件的语言文件夹中,也可以从http://development.azurecurve.co.uk上的插件页面下载。

安装步骤

To install the plugin:

要安装插件:

* Copy the azurcurve-breadcrumbs folder into your plug-in directory.

*将 azurcurve-breadcrumbs 文件夹复制到您的插件目录中。

* Activate the plugin.

*激活插件。

* Emable relevant settings via the configuration page in the admin control panel (azurecurve menu).

*通过管理控制面板(azurecurve菜单)中的配置页面启用相关设置。

* If required, add the function azc_b_getbreadcrumbs() to a theme file to place the breadcrumbs (for example, just above or below the page title).

*如果需要,将函数azc_b_getbreadcrumbs()添加到主题文件以放置面包屑(例如,在页面标题的上方或下方)。

Use the following syntax to avoid errors if the plugin is deactivated: if (function_exists(azc_b_getbreadcrumbs)){ echo azc_b_getbreadcrumbs( ‘arrow’);

如果停用了插件,请使用以下语法避免错误:if(function_exists(azc_b_getbreadcrumbs)){echo azc_b_getbreadcrumbs('arrow');

}

}

* Shortcode getbreadcrumbs can be used anywhere to place breadcrumbs: [getbreadcrumbs=arrow]

*短代码getbreadcrumbs可以在任何地方放置面包屑:[getbreadcrumbs = arrow]

下载地址
https://downloads.wordpress.org/plugin/azurecurve-breadcrumbs.1.0.0.zip
-EOF-

AI助手支持GPT4.0