• i want to EDIT a tab inside a post ,
    once the tab is creatted visitors can post comments. tab name Comments.

    on the site there are 5 tabs inside each Posts. they are,
    Overview/ Customer Reviews/ best Seller/ Relatted Products/ Other Reviews,

    i want to edit one of thoes tabs to COMMENTS. then have a comments box where visitors can post comments

    site

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

    (@therichbabe)

    there is a problem as the (comments.php)is being called already to the Customer reviews tab,

    so i creatted a additional one, commentss.php but when i add this i get errors,

    below is my code in Single Post (single.php)…Select theme to edit:

    </div>
    </div>
    <div class=”TabContent” style=”display: none” id=”div1″>
    <?php comments_template(); ?>
    </div>

    <div class=”TabContent” style=”display: none” id=”div2″>
    <?php include (TEMPLATEPATH . ‘/related.php’); ?>
    </div>

    <div class=”TabContent” style=”display: none” id=”div3″>

    —————–
    to the right on the templates this is what i have available you can see the added commentss template
    Templates

    404 Template
    (404.php)
    ads.php
    agcamazon.php
    agcweb.php
    Archives
    (archive.php)
    Comments
    (comments.php)
    commentss.php
    Footer
    (footer.php)

Viewing 1 replies (of 1 total)
  • The topic ‘how to edit Templates php HELP’ is closed to new replies.