I have done a category called Home-Box.
In this category i have create 3 article: ONE , TWO, THREE.
NOW.....in my homepage.php how can I recall the articles?
<?php
query_posts( array ( 'category_name' => 'home-box', 'posts_per_page' => 3 ) );
query_posts( 'posts_per_page=3' );
// the Loop
if(have_posts()): while ( have_posts() ) : the_post();
echo '<li>';
the_title();
the_content();
echo '</li>';
endwhile;endif;
// Reset Query
wp_reset_query();
?>
where is wrong my code? :|
It's work...BUT if i remove one article from category and i recall the query, the browser show me again the article removed

I GIVE U HEARTSTONE CD KEY EU IF U CAN RESOLVE ME THIS PROBLEM!This post was edited by nonNo on Dec 18 2013 11:55am