Support » Plugin: Smart Archives Reloaded » [Plugin: Smart Archives Reloaded] Add CatID to link

  • Hi There,

    I’m using this plugin like this:

    $sar_args = array(
      'format' => 'list',
    );
    
    $query_args = array(
      'cat' => '15'
    );
    
    smart_archives( $sar_args, $query_args );

    it’s displaying exactly how i require it to in terms of layout. The only problem is if I click on a month, it shows me posts from every category from that month. When I click the month link I only want to see posts from the category specified above (15), not all posts in every category.

    Am I missing something?

    Thanks

    Marc

    http://wordpress.org/extend/plugins/smart-archives-reloaded/

  • The topic ‘[Plugin: Smart Archives Reloaded] Add CatID to link’ is closed to new replies.