该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Show Links

描述

A small plugin whose only purpose is to show links added with the Dashboard, using a shortcode.

安装

Place showlinks.php the plugin directory, activate it in the Dashboard, add the short code [showlinks] to any page or post.

Available parameters:
* category= // Cannot be used along with category name
* category_name=”” // Cannot be used along with category
* show_images=1 or 0 (1=true (default), 0=false)
* show_name=1 or 0 (1=true, 0=false (default)) // Only active when picture is set for link
* show_description=1 or 0 (1=true, 0=false (default)

Examples:
* To show category ID’s 2 and 5 along with the description
* [showlinks category=2,5 show_description=1]

  • To show link category “Räksmörgås” (Yes, this is some what stupid when using characters like this… use ID’s instead if possible.)
  • [showlink category_name=”Räksmörgås”]

  • Done!

评价

此插件暂无评价。

贡献者及开发者

「Show Links」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Show Links」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • We removed all the code written when I was overthinking and left one line…

1.01

  • Added the options category, category_name, show_images, show_name and show_description.

1.02

  • Rewrote some code regarding string output. This is a feature/bug-fix release.