Linked Articles

描述

Easily attach a link to a post. The post permalink is replaced with the shared link and a prefix is added.

You can custom everything: The title prefix, permalink text and custom field name used for the plugin.

I’m using it on my own blog and I don’t have any problem. Please let me know about any bugs or requests.

Roadmap

Send your feedback or ideas to maxime@maximevalette.com.

安装

  1. Upload the /linked-articles/ directory to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the Linked Articles settings page if you want to custom the settings
  4. Edit your theme files to replace your post titles by <?php linked_articles_title() ?>

常见问题

Is the plugin compatible with my other title plugins?

Of course. The linked_articles_title() function uses the final return of the_title() function so all the filters created by other extensions still apply.

评价

此插件暂无评价。

贡献者及开发者

“Linked Articles” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Linked Articles”翻译成您的语言。

对开发感兴趣吗?

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

更新日志

1.2

  • Added an option to have the “prefix” at the end of the title.

1.1

  • Added an option to disable the RSS feed link change.

1.0

  • Initial release