Theming
Show Excerpt of Latest Post
Full list of parameters:
Read MoreMultiple Loops in Template
Show Category Posts in Template
query_posts(‘cat=1’); while(have_posts()) : the_post(); the_title(); the_content(); endwhile;
Read MoreFull list of parameters:
Read Morequery_posts(‘cat=1’); while(have_posts()) : the_post(); the_title(); the_content(); endwhile;
Read More