Search:

Search: Search took 1.00 seconds.

  1. Put those two lines outside the if condition, not...

    Put those two lines outside the if condition, not inside like you did before, and it will affect the categories as well.
  2. Replies
    15
    Views
    808

    OK, so what I see is that on your site, the...

    OK, so what I see is that on your site, the header div (<div id="header">) is not being closed where it should. Can you add the following at the end of your header.php file?



    </div>
  3. Change the above line to say: $term_args =...

    Change the above line to say:



    $term_args = array( 'orderby' => 'count', 'order' => 'DESC', 'exclude' => $hidden_stores, 'number' => 20 );


    and then open theme-actions.php and look for...
Results 1 to 3 of 3