• hi,

    i want retrive two type tags in tag.php and i did by this code
    query_posts(array('post_type'=>'post','paged'=>$paged,'posts_per_page'=>1));
    but if my url this localhost/?tag=test1 and i want test1 and test2.
    and number of test1 3 and test2 4 and sum = 7. when i go to page 4 and up i gave 404 error!!

    i hope understand my problem and help me ??
    tnx

Viewing 1 replies (of 1 total)
  • Thread Starter Ali Irani

    (@airani)

    this code:
    query_posts(array('post_type'=>'post','paged'=>$paged,'posts_per_page'=>1,'post__in'=>array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,1);

    nobody help me?? ??

Viewing 1 replies (of 1 total)
  • The topic ‘tag.php paged 404 error’ is closed to new replies.