Related Posts via Taxonomies

“Related Posts via Taxonomies” is the WordPress plugin.

This Plugin will display the related posts list via categories, tags and custom taxonomies.

It can automatically display the related posts list after the content of any single post of selected post types by options.

There are many options for the display, order, exclusion and post-type selection.

This plugin works when viewing a post of selected post types by options.

This plugin requires jQuery 1.6 or higher.

Requires: 3.2 or higher

Compatible up to: 3.5.2

Official page : English ( This page. ) / Japanese

Download

Installation

  1. Upload related-posts-via-taxonomies to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Related Posts via Taxonomies – Options

There are many options for the display, order, exclusion and post-type selection.

menu-settings-related-posts-via-taxonomies.jpg

‘Settings’ » ‘Related Posts via Taxonomies’

Display

When you click the ‘Display’ tab, options for display will appear.

related-posts-via-taxonomies-options-display.jpg
Auto display

This option automatically displays the related posts list after the content on any single post page.

If this option is off, you will need to manually insert display_related_posts_via_taxonomies() 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-taxonomies">

After related posts title and related posts

For example: </div>

Before related posts title

For example: <h2 id="related-posts-via-taxonomies-title">

After related posts title

For example: </h2>

Before related posts

For example: <ul id="related-posts-via-taxonomies-list">

After related posts

For example: </ul>

Before each related post

For example: <li class="related-posts-via-taxonomies-item">

After each related post

For example: </li>

For example

<div id="related-posts-via-taxonomies">
    <h2 id="related-posts-via-taxonomies-title">Related Posts</h2>
    <ul id="related-posts-via-taxonomies-list">
        <li class="related-posts-via-taxonomies-item">Post Title 1</li>
        <li class="related-posts-via-taxonomies-item">Post Title 2</li>
    </ul>
</div>

Order

When you click the ‘Order’ tab, options for order will appear.

related-posts-via-taxonomies-options-order.jpg
Order By

Select the order.

  • Related Scores : High ( Speedy )
  • 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

When you click the ‘Exclude’ tab, options for exclude will appear.

related-posts-via-taxonomies-options-exclude.jpg
Exclude (Posts)

The IDs of any posts you want to exclude, separated by commas.

Exclude (Categories)

Select checkboxes of any categories you want to exclude.

Checkbox: The category name. ( The number of uses of this category. ) [ The category slug. ]

Exclude (Tags)

Select checkboxes of any tags you want to exclude.

Checkbox: The tags name. ( The number of uses of this tag. ) [ The tag slug. ]

Exclude (Custom taxonomy)

Select checkboxes of any custom taxonomy items you want to exclude.

Displays checkboxes of them when there is any custom taxonomy items.

Checkbox: The taxonomy item name. ( The number of uses of this taxonomy item. ) [ The taxonomy item slug. ]

Post types

When you click the ‘Post types’ tab, options for post types will appear.

related-posts-via-taxonomies-options-posttypes.jpg

Select checkboxes of any post types you want to include in the list of Related Posts and display the list.

Displays checkboxes of them when there is any custom post types.

Promotion

When you click the ‘Promotion’ tab, options for promotion of this plugin will appear.

related-posts-via-taxonomies-options-promotion.jpg
Could you promote this plugin?

If this option is enabled, displays the link to the official page of this plugin after the related posts list.

Link text

Select the link text.

font-size
Select a font size of the link text.

text-align

Select the alignment of the link text.

Language of the official page

Select from English and Japanese.

Display

If the user is not logged in.

related-posts-via-taxonomies-display-1.jpg

If the user is logged in.

It displays related scores if the user is logged in.

related-posts-via-taxonomies-display-2.jpg

Changelog

Version 1.0.1

  • Tested up to: WordPress 3.5.2

Version 1.0.0

  • Initial Release

Sponsored Links