
內容簡介
[ 網站上的西班牙文筆記 ] [ 網站上的加泰隆尼亞語筆記 ]
此外掛可顯示高度自訂的標籤清單,您可以建立標籤清單連結到任何東西(包括 RSS 訂閱、Twitter Hashtags、WordPress.com 標籤、Wikipedia 用語、Google 搜尋、Flickr 標籤等)。以全新方式使用您的標籤!
用法
將所需的函式放在您的佈景主題中,無論您想在哪裡顯示您的標籤清單。
<?php the_tags_nice(', ' , ' and '); ?>
以一種漂亮的方式顯示標籤清單,就像常規標籤清單一樣。例如:蘋果,橙子,葡萄和奇異果。
<?php the_tags_rss(', ' , ' and '); ?>
顯示帶有鏈接至 RSS 訂閱的標籤清單。
<?php the_tags_external('http://wordpress.com/tag/' , '在 WordPress.com 上搜尋相關帖子',',','和'); ?>
顯示帶有鏈接到任何外部社交網站的標籤清單。
您還可以使用示例,取消註釋行包括“(“examples.php”);”
函式參數
$url = 您想要鏈接到的社交 Web 服務的網址,默認為 'http://wordpress.com/tag/'。
$title = 鏈接的標題,默認為 '在 WordPress.com 上搜尋相關帖子'。
$separator = 標籤之間的分隔符,默認為','。
$last_separator = 最後一個標籤的分隔符,默認為'和'。
待辦事項
創建用於標籤清單的小工具。
功勞和感謝
此外掛基於:
Mark Jaquith 的 Nice Categories 佈景主題
Christine Davis 的 Ultimate Tag Warrior
感謝 Mark Jaquith 和 Christine Davis 撰寫它們的外掛。
外掛標題的圖像來源:http://www.flickr.com/photos/sheeprus/7123952917/
許可證
此外掛是自由軟體。您可以在 GPL 許可證下重新分發和/或修改它(請勿刪除作者的功勞)。有關詳細信息,請查看license.txt。
外掛標籤
開發者團隊
原文外掛簡介
[ 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…). Use your tags in a completely new way!
Usage
Place the desired function on your theme wherever you want your tag list to appear.
Shows a tags list like the regular one but in a nice way. Ex: apples, oranges, grapes and kiwis.
Shows a tags list with links to the rss feed.
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”);”
Function parameters
$url = URL to the social webservice you want to link. Defaults to 'http://wordpress.com/tag/'.
$title = Title for the link. Defaults to 'Find related posts on WordPress.com'.
$separator = Separator for the tags. Defaults to ' , '.
$last_separator = Separator for the last tag. Defaults to ' and '.
ToDo
Create widgets for the tags lists.
Credits and Acknowledgments
This plugin is based on:
Nice Categories plugin by Mark Jaquith
Ultimate Tag Warrior by Christine Davis
Thanks to Mark Jaquith and Christine Davis for writing their plugins.
Image credits for the plugin header: http://www.flickr.com/photos/sheeprus/7123952917/
License
This plugin is free software. You can redistribute it and/or modify it under the terms of the GPL License (don’t remove credits to author, please). See license.txt for details
