• Resolved meets

    (@meets)


    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 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header have_post problem’ is closed to new replies.