Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Creating a new page without sidebar help for Job Roller

  1. #1
    Thread Starter
    Junior Member tuanma's Avatar
    Join Date
    Mar 2011
    Posts
    48
    Thanks
    3
    Thanked 1 Time in 1 Post

    Creating a new page without sidebar help for Job Roller

    I am trying to create a page template for JobRoller which excludes the sidebar. I was able to get the sidebar out, however, I am not able to get the page to span all the way across. I would like the page to span from left all the way right.

    Here is the code I have for the page.

    <?php
    /*
    Template Name: No Sidebar
    */
    ?>

    <?php get_header(); ?>

    <div class="section">

    <div class="section_content">

    <?php appthemes_before_page_loop(); ?>

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

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

    <?php appthemes_before_page(); ?>

    <?php appthemes_before_page_title(); ?>

    <h1><?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 endif; ?>

    <?php appthemes_after_page_loop(); ?>

    <div class="clear"></div>

    </div>

    </div>



    <div class="clear"></div>

    </div><!-- end main content -->


    <?php get_footer(); ?>
    Thanks

    Tuan

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Junior Member tuanma's Avatar
    Join Date
    Mar 2011
    Posts
    48
    Thanks
    3
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Junior Member tuanma's Avatar
    Join Date
    Mar 2011
    Posts
    48
    Thanks
    3
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    Junior Member tuanma's Avatar
    Join Date
    Mar 2011
    Posts
    48
    Thanks
    3
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    Amateur istra's Avatar
    Join Date
    May 2011
    Posts
    15
    Thanks
    3
    Thanked 2 Times in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    Junior Member jkriegel8's Avatar
    Join Date
    Aug 2010
    Location
    United States
    Posts
    31
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    Thread Starter
    Junior Member tuanma's Avatar
    Join Date
    Mar 2011
    Posts
    48
    Thanks
    3
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    Junior Member jkriegel8's Avatar
    Join Date
    Aug 2010
    Location
    United States
    Posts
    31
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  10. #10
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Creating new page in CP?
    By homme143 in forum ClassiPress General Discussion
    Replies: 2
    Last Post: March 14th, 2011, 08:59 AM
  2. Creating email link on Contact Page
    By royalstar in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: November 4th, 2010, 07:58 AM
  3. Creating a page
    By sarge in forum ClassiPress General Discussion
    Replies: 2
    Last Post: July 26th, 2009, 12:44 AM