Related posts by TAGS (Non standard using)
-
Hi there! I trying to integrate this plugin with Elementor page builder and I succeed to display related posts from this plugin in elementor widget – the code is below:
add_action( 'elementor_pro/posts/query/lwp_related_posts', 'lwp_3266_related_posts' ); function lwp_3266_related_posts( $query ) { global $post; $query->set( 'post__in', km_rpbt_get_related_posts( $post->ID, array( 'fields' => 'ids' ) ) ); }
But I can’t realize how to show posts only by tags or only by categories?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Related posts by TAGS (Non standard using)’ is closed to new replies.