Filter the WordPress loop

No Gravatar

When you want to alter a theme to customise the loop you should do it in the following way (this is as much for my own reference as anything else):

In my current theme’s home.php file we can see the line:

<?php
if (have_posts()) : while (have_posts()) : the_post();
?>

This is the start of the WordPress loop. This version of the loop has no filters in place. It will output all posts in the system according to the default system settings. This will include all categories, dates, authors etc.

All we need to do is put the following line before the loop:

query_posts ($query_string . '&cat=4');

to create

<?php
query_posts ($query_string . '&cat=4');
if (have_posts()) : while (have_posts()) : the_post();
?>

                    
                                        
                    
About

I am AFD. I run AFDIT. We write on various IT subjects. Sign up now and join the discussion.

Posted in Wordpress
13 comments on “Filter the WordPress loop
  1. geschenkidee muttertagNo Gravatar says:

    Just how do you continue to keep blog writer out of keeping track of your own web page thoughts about your website?

  2. www.geschenkideen.deNo Gravatar says:

    How you can make a false blog site with a figure articulating his inner thoughts?

  3. gute geschenkideeNo Gravatar says:

    I’m planning on developing a area information internet site which will, for the most part, certainly be a bunch of nearby announcement reports authored by classifieds as well as other sources. Is it legalised to get this done? I might, needless to say, provide many credit for the copy writers. I’m just just simply wondering what the legitimateness on this could be? Information assist!.

26 Pings/Trackbacks for "Filter the WordPress loop"
  1. … [Trackback]…

    [...] There you will find 66240 more Infos: afdit.co.uk/wordpress/filter-the-wordpress-loop [...]…

  2. … [Trackback]…

    [...] Read More: afdit.co.uk/wordpress/filter-the-wordpress-loop [...]…

  3. … [Trackback]…

    [...] Informations on that Topic: afdit.co.uk/wordpress/filter-the-wordpress-loop [...]…

  4. … [Trackback]…

    [...] Read More Infos here: afdit.co.uk/wordpress/filter-the-wordpress-loop [...]…

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This site is using OpenAvatar based on