Beschrijving
Quickly increase your readers’ engagement by adding related posts in the sidebar or after post content with a widget or shortcode.
Posts with the most terms in common will display at the top!
This plugin is capable of finding related posts in multiple taxonomies and post types. Include or exclude terms from the search for related posts. Change the look and feel by using your own templates in a (child) theme.
Plugin kenmerken:
- Widget and Shortcode.
- Display related posts as post thumbnails, links, excerpts or full posts.
- Small Footprint. Doesn’t slow down your site!
- Automatic display of related posts after the post content.
- Exclude or include terms and posts.
- Search for related posts in single or multiple taxonomies and post types.
- Limit the search for related posts by date, number or post meta.
- Use your own HTML templates for display of the related posts.
- Extensive plugin documentation.
- Follows WordPress coding standards and plugin best practices.
- Highly Adjustable!
For the following features you need to be somewhat familiar with WordPress hooks. The plugin documentation has many examples to help you along.
Extended features:
- Use a persistent cache for the related posts query. (opt-in feature)
- Gebruik de WordPress REST API om gerelateerde berichten te verkrijgen (opt-in component)
- Laad gerelateerde berichten nadat de hele pagina is geladen (met Ajax). (opt-in component)
- Use plugin functions in your theme templates to display related posts yourself.
- Use Filters to change the default behavior of the plugin.
Volg deze plugin op GitHub.
Zoek in de (Engels) code reference
Zie de FAQ om gerelateerde berichten automatisch te laten zien achter de postinhoud zonder de shortcode of widget te gebruiken.
Standaard gebruik van de shortcode is:
[related_posts_by_tax]
Shortcode attributen zijn:
post_id
taxonomies
post_types
posts_per_page
order
orderby
before_shortcode
after_shortcode
title
show_date
before_title
after_title
include_terms
include_parents
include_children
exclude_terms
exclude_posts
format
gallery_format
image_size
columns
caption
link_caption
limit_posts
limit_month
meta_key
meta_value
meta_compare
meta_type
public_only
include_self
post_class
Voorbeeld om 10 gerelateerde berichten te tonen in plaats van de standaard 5.
[related_posts_by_tax posts_per_page="10"]
Zie de documentatie voor meer informatie over deze attributen.
Vertalingen
- Nederlands
- French (by Annie Stasse)
- Spaans (door Ludobooks – Cuentos personalizados)
- Catalaans (door Ludobooks – Cuentos personalizados
- Pools (door koda0601)
Schermafdrukken
Installatie
- Unzip de
related-posts-by-taxonomy.zip
folder. - Upload the
related-posts-by-taxonomy
folder naar de/wp-content/plugins
map. - Activeer de Gerelateerde berichten door taxonomie plugin.
- Dat was het, nu ben je klaar om de widget en de shortcode te gebruiken
FAQ
Voor meer informatie over deze plugin zie de plugin documentatie (Engels).
Om deze plugin aan te passen zie de plugin recepten pagina (Engels).
-
Ja. Zie deze sectie van de documentatie om zelf de gerelateerde berichten te stylen.
-
Zie Gerelateerde berichten toevoegen na de postinhoud (Engels).
-
Kan ik berichten of termen opnemen of uitsluiten met de widget of shortcode
-
Ja. Voor de widget zie deze filter en voor de shortcode zie de attributen exclude-terms, include_terms en exclude_posts.
-
Kan ik mijn eigen standaardinstellingen voor de shortcode instellen?
-
Ja. Zie: Uw eigen standaardinstellingen voor de shortcode instellen (Engels)
-
Met de widget kan ik alleen kiezen voor alle taxonomieën of een enkele taxonomie. kan ik ook meerdere specefieke taxonomieën kiezen?
-
Ja. Zie deze filter hoe je dat kan bewerkstelligen
-
Is this plugin GDPR compliant?
-
- This plugin doesn’t process, share, send or retain any user data.
- This plugin doesn’t track (user) data for analytics (or for any other reason).
- This plugin doesn’t save or read cookies.
- This plugin doesn’t use 3rd party libraries.
Read this article why plugin authors cannot guarantee 100% compliance.
Please contact a GDPR consultant or law firm with this information to assess if this plugin is compliant.
Beoordelingen
Bijdragers & ontwikkelaars
“Gerelateerde Berichten door Taxonomie” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Gerelateerde Berichten door Taxonomie” is vertaald in 7 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Gerelateerde Berichten door Taxonomie” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
2.7.6
- Enhancement
- Add a filter to use any theme directory for custom related posts template files
2.7.5
- Enhancement
- Fix PHP 8 and up deprecated notices
2.7.4
- Enhancement
- Update the block gallery with the HTML changes made in WordPress 5.4 (again!).
- Use post title for aria-label only
- Display cache log in footer (because admin_bar_menu hook changed to wp_body_open)
- Getting ready for WP 5.5 (updating deprecated functions)
2.7.3
- Enhancement
- Make the no posts found message filterable.
- Update gallery with the HTML changes made in the WordPress 5.3 gallery.
- Add accessibility to the gallery item element.
- Deprecated
- The ’terms’ and ‘related’ arguments are deprecated in favor of the ‘include_terms’ argument.
- The ‘include_terms’ argument now uses the included terms without any restrictions.
- The default value for the ‘related’ argument changed from boolean true to null.
- Set the ‘related’ argument to boolean true to have the old restrictions back.
- The ’terms’ and ‘related’ arguments are deprecated in favor of the ‘include_terms’ argument.
2.7.2
- Bug Fixes
- Fix for gallery image (fallback) filter not being reached.
- Sanitize Rest API rendered HTML with wp_kses_post().
2.7.1
- Enhancement
- New format for related galleries similar to the Gutenberg gallery block.
- Include child or parent terms for the related posts query.
- Filters for Widget defaults and instance.
- Bug Fixes
- (minor) Don’t default to all public taxonomies if no valid taxonomies are used.
2.6.0
- Enhancement
- Meta query
- Allows you to query related posts with post meta
- Use meta arguments in the shortcode
- Use a filter for the widget or for complex meta queries
- ID query
- Allow queries for post IDs only. (for the related posts in the widget and shortcode templates)
- Speeds up the related posts query. (not activated by default because of back compatibility)
- Please read the documentation about query optimization before using this feature
- Lazy loading (opt in feature).
- Speeds up perceived page load time for very large sites
- Does the query for related posts (with Ajax) after the page is loaded
- Recommended for related posts below the fold.
- Detect post type Page taxonomies
- Preparing the plugin for the (Gutenberg) editor block feature
- Meta query
2.5.1
- Enhancement
- Add ability to show the post date after the post title
- Allow getting post fields from the cache
- Add new filter to filter all related post permalinks
- Add new tests for the post type feature (GitHub)
- Bug fixes
- (minor) Add post classes after retrieving posts from the cache
- (minor) Return an error if invalid taxonomies or post types was requested with the WP Rest API
2.5.0
- Enhancement
- Prepare plugin for gutenberg blocks
- Add ’terms’ parameter for shortcode and widget
- Add GDPR information to readme.txt
- deprecate functions (with back compatibility)
- km_rpbt_related_posts_by_taxonomy()
- km_rpbt_get_default_args()
- km_rpbt_related_posts_by_taxonomy_validate_ids()
- km_rpbt_related_posts_by_taxonomy_template()
- km_rpbt_post_title_link()
- km_rpbt_get_related_post_title_link()
- km_rpbt_related_posts_by_taxonomy_widget()
- Bug fixes
- (minor) Add missing filter pre_related_posts before cache queries
- (minor) Add missing properties to related posts returned by the cache
For older changelog versions see the changelog.txt file