Results 1 to 6 of 6

Thread: I need a full width template page for Vantage!

  1. #1
    Thread Starter
    luxor's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    599
    Thanks
    8
    Thanked 141 Times in 74 Posts

    I need a full width template page for Vantage!

    I created the following template:

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

    <div id="main">    

        <?php appthemes_before_page_loop(); ?>

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

        <?php appthemes_before_page(); ?>

        <article id="post-<?php the_ID(); ?><?php post_class(); ?>>

            <?php appthemes_before_page_title(); ?>

            <header>
                <h1><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
            </header>

            <?php appthemes_after_page_title(); ?>

            <section id="overview">

                <?php appthemes_before_page_content(); ?>

                <?php the_content(); ?>

                <?php appthemes_after_page_content(); ?>

            </section>
        <?php edit_post_link__'Edit'APP_TD ), '<span class="edit-link">''</span>' ); ?>
        </article>

        <?php appthemes_after_page(); ?>

        <?php endwhile; ?>

        <?php appthemes_after_page_loop(); ?>

    </div><!-- /#main -->
    But even with the sidebar removed, there's still a shadowy area. How do I go about having an entire white, full-width page?

  2. #2
    Thread Starter
    luxor's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    599
    Thanks
    8
    Thanked 141 Times in 74 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    luxor's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    599
    Thanks
    8
    Thanked 141 Times in 74 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    luxor's Avatar
    Join Date
    Mar 2013
    Location
    United States
    Posts
    599
    Thanks
    8
    Thanked 141 Times in 74 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    Expired Customer bonshupp's Avatar
    Join Date
    Sep 2013
    Location
    United States
    Posts
    219
    Thanks
    2
    Thanked 25 Times in 13 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. Creating a full width page template jobroller
    By jparker0923 in forum JobRoller General Discussion
    Replies: 6
    Last Post: July 3rd, 2014, 05:07 AM
  2. How to create a full width page template for my jobroller website
    By sol8 in forum JobRoller General Discussion
    Replies: 17
    Last Post: February 18th, 2013, 07:33 PM
  3. Replies: 7
    Last Post: July 31st, 2012, 01:42 PM
  4. Replies: 2
    Last Post: June 6th, 2012, 11:47 PM