Video Tutorial The WordPress loop


The loop is the PHP code that allows WordPress to display a series of articles. The use of the loop makes it possible to process the various articles and to display the associated information on the page. Also, you will have to be careful because some WordPress functions only work within the loop (like the function the_title () for example).

To use the loop, you just have to respect the following structure:


 
    

No items; (