Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 112486

meets on "Header have_post problem"

$
0
0

Hi every one,

i am using have post in my header but when i go to my category it's showing only one category post on all category post . please any one help to me sort out this problem. i am using below code

<?php	

query_posts('showposts=2&cat=12');
if (have_posts()) :
$i=0;
while (have_posts()) : the_post();
?>

Thanks in advance.


Viewing all articles
Browse latest Browse all 112486

Trending Articles