I want to change the presentation of posts in the index.php
I want to viwe post one cat in the index.php
This code in the index.php
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
I want to edit the Code Plz
I want to change the presentation of posts in the index.php
I want to viwe post one cat in the index.php
This code in the index.php
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
I want to edit the Code Plz
The Loop article talks about excluding categories so you can use that logic to just use one category in your loop.
Might also think about a plugin such as http://wordpress.org/extend/plugins/advanced-category-excluder/
thanks the advansed category
i need anther request
LAST 10 Topics in the x category
The Lest FOOTBALL and UK
Plz Help
Look at using the template tag, query_posts().
You'll want to review:
Stepping Into Template Tags
Stepping Into Templates
Template Hierarchy
the Plugin advanced-category-excluder Very good and the goods
anther request
I Need LAST 10 Topics in the x category in Index.php THe Blocks
Is Plugin
Look at the article The Loop and query_posts().
You must log in to post.