If you want the Related Posts to only include posts from the same category as the current post, you can’t adjust that from the Relevanssi Related Posts settings. It’s a simple thing to do with a little code snippet, though. Add this function to your site: add_filter( 'relevanssi_related_args', function( $args ) { global $post; $cats...
Source
If you want the Related Posts to only include posts from the same category as the current post, you can’t adjust that from the Relevanssi Related Posts settings. It’s a simple thing to do with a little code snippet, though.
Add this function to your site:
add_filter( 'relevanssi_related_args', function( $args ) {
global $post;
$cats = wp_get_object_terms( $post->ID, 'category', array('fields' => 'ids') );
$args['tax_query'] = array(
array(
'taxonomy' => 'category',
'field' => 'id',
'terms' => $cats,
),
);
return $args;
} );
This will make sure the Related Posts share at least one same category as the current post. If you want to use a different taxonomy, just replace the two occurrances of category with the slug of your custom taxonomy.
Not logged in. Log in to see your license details.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Relevanssi updates through a proxy | 0 | 9.12 | 13-08-2026 |
| 2 | Категории в Страницах | 0 | 6.36 | 15-08-2026 |
| 3 | Связь с космосом :))) | 5 | 2 | 16-07-2026 |
| 4 | Сортировка категорий в catmenu по ID в нужном порядке | 0 | 4.27 | 05-07-2026 |
| 5 | Sidebar still not displaying on Posts Page (follow-up to topic 110016) | 0 | 6 | 10-07-2026 |
| 6 | Раскрыты отношения между бойцами ВСУ и наемниками | 0 | 5 | 06-07-2026 |
| 7 | Relationships Are Better With The Internet | 0 | 6.17 | 22-07-2026 |
| 8 | Going Against Girl Code: Would you date your friend’s ex? | 0 | 7.35 | 05-08-2026 |
| 9 | Мужчины раскрыли настоящее отношение к женскому флирту | 0 | 10 | 09-08-2026 |
| 10 | Помогают настроить связь с космосом 💫 | 0 | 0 | 27-06-2026 |