This Plugin will generate a related posts via categories.
It can automatically display related posts after the content on the single post page.
This plugin works when any single post page is being displayed.
This plugin requires the tag introduced in WordPress Version 3.0.
Official Page
Related Posts via Categories - Settings
'Settings' » 'Related Posts via Categories'
Display Settings
- Auto display
- This option automatically displays related posts after the content on the single post page.
- If this option is off, you will need to manually insert
display_related_posts_via_categories() into your theme files.
- Maximum number of related posts
- If you do not enter anything: 10
- Related posts title
- For example: Related Posts
- Before related posts title and related posts
- For example:
<div id="related-posts-via-categories">
- After related posts title and related posts
- Before related posts title
- For example:
<h2 id="related-posts-via-categories-title">
- After related posts title
- Before related posts
- For example:
<ul id="related-posts-via-categories-list">
- After related posts
- Before each related post
- For example:
<li class="related-posts-via-categories-item">
- After each related post
Other Settings
- Order By
- Related Scores : High / Date Published : New ( Default setting )
- Related Scores : High / Date Published : Old
- Related Scores : Low / Date Published : New
- Related Scores : Low / Date Published : Old
- Related Scores : High / Date Modified : New
- Related Scores : High / Date Modified : Old
- Related Scores : Low / Date Modified : New
- Related Scores : Low / Date Modified : Old
- Date Published : New
- Date Published : Old
- Date Modified : New
- Date Modified : Old
- Exclude (Posts)
- The IDs of any posts you want to exclude, separated by commas.
- Exclude (Categories)
- The IDs of any categories you want to exclude, separated by commas.
- Extraction number of posts from category
- If you do not enter anything: 300
Localization
- Japanese (ja) - alphasis (plugin author)
- Persian (fa_IR) - Omid Sheerkavand
- Current release supports English, Persian and Japanese.