• I was wondering if there was a code i could put in here where i can pic only one category that i want to display and exclude all the rest.

    I know i can go in the settings and do it there but then it does it for all my trees i just want it to list one category for one particular template

Viewing 1 replies (of 1 total)
  • Thread Starter heyjoe79

    (@heyjoe79)

    here is the code i need changed

    <h2>Categories</h2>

      <?php
      if (function_exists(‘wp_dtree_get_categories’))
      {
      wp_dtree_get_categories();
      }
      else
      {
      wp_list_categories(‘show_count=1’);
      }
      ?>
Viewing 1 replies (of 1 total)

The topic ‘[plugin dTree] pic categories to display’ is closed to new replies.