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

SDAC Related Content

描述

The SDAC Related Content plugin uses caching to output the highly configurable results after your content on single post pages. This plugin works without making any additional new tables in your database.

屏幕截图

  • General Options
  • Styling Options
  • Content Options

安装

  1. Unzip into your /wp-content/plugins/ directory. If you’re uploading it make sure to upload
    the top-level folder. Don’t just upload all the php files and put them in /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the Related Posts Options (in Settings Menu)

There are two ways to add the related posts to your content:
1. Use the admin to automatically add the plugin to your content.
2. Put this code into the WordPress loop:

<?php if (function_exists('sdac_related_content_by_type')) { sdac_related_content_by_type(); } ?>

Enjoy!

常见问题

Why are no posts showing up under “Related Posts” on my single post pages?

Make sure you have “echo” set to “Yes” so that the posts will show up.

Where can I get support for this plugin?

You can submit any issues/feedback: http://www.sandboxdev.com/forums/forum/sdac-wordpress-plugins/sdac-related-content/

评价

此插件暂无评价。

贡献者及开发者

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

贡献者

将“SDAC Related Content”翻译成您的语言。

对开发感兴趣吗?

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

更新日志

2.3.1

  • (October 11, 2011)
  • Added a div to surround output for better control of layout (sdac_related_posts)

2.3

  • (June 23, 2010)

  • Moved to using register_settings() (requires WordPress 2.8

  • Complete code cleanup

2.1.1

  • (July 8, 2009)

  • Moved the settings to the “Settings” menu (best practice)

  • Changed the actual plugin file name to be more consistent

2.1

  • (May 20, 2009)

  • Added in new functionality to show posts by tag or by category

  • Fixed an issue where no posts would show up with default settings
  • Changed main function from sdac_related_content_by_category to sdac_related_content_by_type

2.0.2

  • (April 21, 2009)

  • Fixed default settings (echo, post type)

  • Added FAQ section to README

2.0.1

  • (April 20, 2009)

  • Replaced “Related Posts” text with “Related Content”

  • Updated README
  • Added Screenshots

2.0

  • (April 15, 2009)
  • Re-written to include an easy to use Admin panel
  • Added in the option to automatically include it after the_content()

1.0

  • Released with bare bones functionality