#91: The WordPress Loop




CSS-Tricks Screencasts show

Summary: <p>There is no shortage of documentation on WordPress' famous content-spewing structure, but I still feel like there is more confusion and mystery surrounding "The Loop" than there should be. In this screencast I try and explain what it is, how it works, related parts, and then demonstrate some alterations and various tricks. Things like running multiple loops, writing your own custom queries, and handling pagination with your own custom loops.</p> <p><strong>Links from Video:</strong></p> <ul> <li><a href="http://codex.wordpress.org/Function_Reference/query_posts">Codex: query_posts</a></li> </ul>…