[wordpress插件] Custom Tags List自定义标签列表

wordpress 插件 文章 2020-04-09 23:20 550 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

[ Notas en castellano en la web ] [ Notes en català a la web ]

[网络上的通知] [网上的注释]

It allows to display highly customizable tags lists.

它允许显示高度可定制的标签列表。

You can create tags lists linking to anything you want (RSS feeds, twitter hashtags, wordpress.com tags, wikipedia terms, google searches, flickr tags…).

您可以创建链接到所需内容的标签列表(RSS提要,Twitter主题标签,wordpress.com标签,维基百科术语,谷歌搜索,flickr标签…)。

Use your tags in a completely new way!

以全新的方式使用标签!

Usage

用法

Place the desired function on your theme wherever you want your tag list to appear.

在想要显示标签列表的任何位置,将所需的功能放在主题上。

  <?php the_tags_nice(',','和'); 

?>

?>

Shows a tags list like the regular one but in a nice way.

以一种很好的方式显示与常规列表类似的标签列表。

Ex: apples, oranges, grapes and kiwis.

例如:苹果,橘子,葡萄和奇异果。

  <?php the_tags_rss(',','和'); 

?>

?>

Shows a tags list with links to the rss feed.

显示带有rss feed链接的标签列表。

  <?php the_tags_external('http://wordpress.com/tag/','在WordPress.com上找到相关文章',','和'); 

?>

?>

Shows a tags list with links to any external social site.

显示标签列表,其中包含指向任何外部社交网站的链接。

You can also make use of the examples included uncomenting the line include “(“examples.php”);”

您还可以使用包含的示例,在未包括“(“ examples.php”);”这一行的地方使用

Function parameters

功能参数

$url = URL to the social webservice you want to link.

  $ url =您要链接的社交网络服务的URL。

Defaults to 'http://wordpress.com/tag/'.

默认为“ http://wordpress.com/tag/”。

$title = Title for the link.

$ title =链接的标题。

Defaults to 'Find related posts on WordPress.com'.

默认为“在WordPress.com上查找相关帖子”。

$separator = Separator for the tags.

$ separator =标签的分隔符。

Defaults to ' , '.

默认为','。

$last_separator = Separator for the last tag.

$ last_separator =最后一个标签的分隔符。

Defaults to ' and '.

默认为'和'。

ToDo

待办事项

Create widgets for the tags lists.

为标签列表创建小部件。

Credits and Acknowledgments

信用和致谢

This plugin is based on:

此插件基于:

安装步骤

    1. Once downloaded the file, uncopress it and upload it through FTP to the server where your WordPress blog is hosted.
    2. 下载文件后,将其解压缩并通过FTP上传到托管WordPress博客的服务器上。

    3. Copy it to the folder /wp-content/plugins/.
    4. 将其复制到文件夹/ wp-content / plugins/。
    5. Activate it through the plugin management screen.
    6. 通过插件管理屏幕激活它。

    7. Put any of the functions avaliable on the desired place.
    8. 将任何功能放置在所需的位置。

下载地址
https://downloads.wordpress.org/plugin/custom-tags-lists.0.2.1.zip
-EOF-

AI助手支持GPT4.0