how can i customize the related tags post?
-
[Moderator note: Please don’t uppercase your sentences]
im trying to create a condition wherein if there is no post available for that related tag post i will query related post CATEGORY
Im trying this
if( $my_query->have_posts() ) { if ( $my_query->found_posts > 0 ) {
//Condition is there is a post on that TAG}if ( $my_query->found_posts < 1 ) {
//NO post on the tag then GET RELATED CATEGORY POST
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘how can i customize the related tags post?’ is closed to new replies.