Related Posts by Tags
-
My current related posts are related by categories. I’d like to make them related by tags.
Please help.
So far, I’ve changed the top part like this, but got stuck:
*Get current post's tags*/ $post_tags_temp = wp_get_post_tags( $post->ID ); $post_tags = array(); if( !empty( $post_tags_temp )){ foreach ( $post_tags_temp as $tag) { $post_tags[] = $tag->term_ID; } }
Here’s link to full file:
https://pastebin.com/9Nye9MHY
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Related Posts by Tags’ is closed to new replies.