-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: loop
WordPress Super Loop
// if everything is in place and ready, let’s start the loop <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> // to display ‘n’ number of posts, we need to execute the loop ‘n’ number … Continue reading

