Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Related Posts via Taxonomies

Descripción

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.

Official Page

Related Posts via Taxonomies – Options

‘Settings’ » ‘Related Posts via Taxonomies’

Display

  • 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_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>

Order

  • Order By
    • 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

  • 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.
  • Exclude (Tags)
    • Select checkboxes of any tags you want to exclude.
  • 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.

Post types

  • 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.

Localization

  • Japanese (ja) – alphasis (plugin author)
  • Current release supports English and Japanese.

Capturas

  • Display ( If the user is not logged in. )
  • Display ( If the user is logged in. )
  • Settings » Related Posts via Taxonomies
  • Related Posts via Taxonomies - Options » Display
  • Related Posts via Taxonomies - Options » Order
  • Related Posts via Taxonomies - Options » Exclude
  • Related Posts via Taxonomies - Options » Post types
  • Related Posts via Taxonomies - Options » Promotion

Instalación

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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Related Posts via Taxonomies» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Related Posts via Taxonomies» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.1

  • Tested up to: WordPress 3.5.2

1.0.0

  • Initial Release