這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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/

評價

There are no reviews for this plugin.

貢獻者及開發者

“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