Tagged: have_post()
I got it..if( have_posts() ) it’s in file content-extensions.php in library/structure folder.
if( have_posts() )
content-extensions.php
library/structure
Hi Simbha,
Don’t edit the theme file directly else your changes will be lost when you update the theme. Make a child theme and do the required editing. Here is link for more detail http://codex.wordpress.org/Child_Themes
Rabin