In my header I use this code: if(is_page("stores")) { // Do something } I run some code if on the page stores but what I want to do is...
I have the following code, which causes an infinite loop for some reason. Can anybody explain what’s going on please? Thanks! <?php $flagged_stores = new WP_Query( array ( 'post_type'...