static front page
WordPress wp_query or how to customize the loop
As you may know WordPress uses loop mechanism to find and output content to the pages of your website. It is based on URLs which determine what to pass into the loop. If you are browsing category page, then depending on the number of the articles per page, that loop will generate an output for you. In many cases however, the site owners need a custom wordpress loop. Standard wordpress loop In this tutorial we will learn how to work with the_query and customize its default behavior in order to fit our needs. Now let’s look at the default structure Read More