#06: Mastering the WordPress Loop

By learning how the WordPress Loop works you will be able to pull many different kinds of dynamic content from around your site and embed them into your pages.
Using a basic example of listing your 3 latest blog posts, Alex demonstrates how you can manipulate the WordPress Loop to pull specific kinds of dynamic content and how to rearrange it around your site’s layout.
Bonus content:
MD Member-only content!
You need to be a verified MD customer to download this premium content.
Links from this episode:
- WP_Query: https://codex.wordpress.org/Class_Reference/WP_Query
- MD Style Guide: https://marketersdelight.com/styles/
You’re killing me!! I promised myself that I wouldn’t tweak my site until May…ish, and here you go showing off another great feature.
Good stuff bro!
Did you really believe that? I don’t for a minute. :p
Always happy to show you new tricks! Wait ’til you see what’s next…
Great tips alex.
I just added conditional
to hide this latest Blog post on single post.
Perfect. It looks like you customized the Loop to add latest blog posts to the top of your homepage. Nice work!