This content is great, now in its revised and expanded Edition.. The Loop is important WordPress development it's how WordPress renders bundle of posts fetched from the database into HTML webpage.. The Loop is perhaps the concept of WordPress development, so you'll want to wrap your head around it. WordPress hierarchy dictates which webpages to associate with which template files for example, page php for request that pulls site's. Once we know which template file we're working with, it's time to get into the guts of the file, and that's where we'll find The Loop.. You specify formatting The Loop, and WordPress applies that formatting to every post in the fetched bundle —. WordPress will loop through the bundle, and reuse the specified format for every post in the bundle —. About page — WordPress will still use the concept of The Loop to display the post on the webpage.. The meat here — and which, when used The Loop, prints out the post's title and the excerpt. Again, you'll learn more about programming the innards of The Loop with template tags like the content The Magic of the and get the Post Template Tags.
Read more