SHOW <div class="featured_item"> on top of index.php

Discussion in 'ClassiCraft WordPress Theme' started by pegasus6464, Sep 22, 2013.

  1. pegasus6464

    pegasus6464 Member

    Joined:
    Sep 9, 2013
    Messages:
    68
    Likes Received:
    5
    How can I show the "Featured item" div on top of the index.php template? THANKS!


    [​IMG]
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this you need to do some editing in "index.php" file.
    Open "index.php" file cut code code given below and paste it just below "<!--End Cotent-->" comment.

    Code:
     <div id="categories">
                            <?php
                            echo cc_cat_menu_drop_down();
                            ?>
                        </div>
    
    It will work.
     

Share This Page