Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter buttonedorg

    (@buttonedorg)

    Nevermind, I’m using this code for my archives page:

    <?php
     global $post;
    ob_start();
    $catid_v=the_category_ID();
    ob_end_clean();
     $myposts = get_posts("numberposts=10&offset=1&category=$catid_v");
     foreach($myposts as $post) :
       setup_postdata($post);
     ?>

    hello buttonedorg,

    I want my pages linked with categories. how can i do this? do i need to use catlist plugin? if yes then how it works can you tell me detailed answer.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘catlist plugin’ is closed to new replies.