Results 1 to 3 of 3

Thread: ClassiPress (development): Full Width Page Page Template (tpl-full-width.php) Select

  1. #1
    Thread Starter
    nxhamo's Avatar
    Join Date
    Jun 2012
    Posts
    35
    Thanks
    2
    Thanked 0 Times in 0 Posts

    ClassiPress (development): Full Width Page Page Template (tpl-full-width.php) Select

    Hi, This is my page: http://www.maasbesafreelist.com/about/

    I want to get rid of "Leave Reply" box on the Full Width Page Template. Which of the following section I need to delete of... Here is the code:


    <?php
    /*
    Template Name: Full Width Page
    */
    ?>

    <?php get_header(); ?>

    <div class="content">

    <div class="content_botbg">

    <div class="content_res">

    <div id="breadcrumb">

    <?php if ( function_exists('cp_breadcrumb') ) cp_breadcrumb(); ?>

    </div>

    <?php appthemes_before_page_loop(); ?>

    <div class="shadowblock_out">

    <div class="shadowblock">

    <div class="post">

    <?php if ( have_posts() ) : ?>

    <?php while ( have_posts() ) : the_post() ?>

    <?php appthemes_before_page(); ?>

    <?php appthemes_before_page_title(); ?>

    <h1 class="single dotted"><?php the_title();?></h1>

    <?php appthemes_after_page_title(); ?>

    <?php appthemes_before_page_content(); ?>

    <?php the_content(); ?>

    <?php appthemes_after_page_content(); ?>

    <?php appthemes_after_page(); ?>

    <?php endwhile; ?>

    <?php appthemes_after_page_endwhile(); ?>

    <?php else : ?>

    <?php appthemes_page_loop_else(); ?>

    <?php _e('No content found.', 'appthemes'); ?>

    <?php endif; ?>

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

    </div><!--/post-->

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

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

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

    <?php appthemes_after_page_loop(); ?>

    <?php if ( comments_open() ) comments_template(); ?>

    </div><!-- /content_res -->

    </div><!-- /content_botbg -->

    </div><!-- /content -->

    <?php get_footer(); ?>

  2. #2
    dikiyforester's Avatar
    Join Date
    Oct 2011
    Location
    Russian Federation
    Posts
    2,229
    Thanks
    89
    Thanked 593 Times in 491 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    arthemes.org - AppThemes plugins, tutorials, modifications and services

  3. #3
    Thread Starter
    nxhamo's Avatar
    Join Date
    Jun 2012
    Posts
    35
    Thanks
    2
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Full width page
    By stephenodonn in forum Vantage General Discussion (Legacy)
    Replies: 10
    Last Post: July 16th, 2014, 12:54 PM
  2. Full page width header image
    By jshgroup in forum ClassiPress General Discussion
    Replies: 16
    Last Post: July 8th, 2012, 05:50 AM
  3. Full width page without comments
    By spymare in forum ClassiPress General Discussion
    Replies: 8
    Last Post: September 4th, 2011, 08:21 PM