Results 1 to 1 of 1

Thread: How to add Directoy of categories in tab for 3.0.5.3

  1. #1
    Thread Starter
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts

    How to add Directoy of categories in tab for 3.0.5.3

    Not really getting anywhere, and I had this working easy on 3.0.4. I removed the if function lastly and tried this.

    <!-- tab 4 -->


    <div class="shadowblock_out">

    <div class="shadowblock">

    <h2 class="dotted"><?php _e('Stereolist Categories','appthemes')?></h2>
    <?php (get_option('cp_home_layout') == 'directory'); ?>
    <div id="directory" class="directory <?php if(get_option('cp_cat_dir_cols') == 2) echo 'two'; ?>Col">


    <?php echo cp_cat_menu_drop_down(get_option('cp_cat_dir_cols' ), get_option('cp_dir_sub_num')); ?>


    <div class="clr"></div>

    </div><!--/directory-->

    </div><!-- /shadowblock -->

    </div><!-- /shadowblock_out -->

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: May 20th, 2012, 02:35 PM
  2. Replies: 6
    Last Post: December 15th, 2010, 07:29 AM
  3. Empty Blog categories show in add categories
    By rtibbs4 in forum Help Using ClassiPress
    Replies: 4
    Last Post: August 18th, 2010, 10:42 PM
  4. Replies: 1
    Last Post: July 13th, 2010, 10:59 PM