Results 1 to 1 of 1

Thread: How to make full width pages in hirebee

  1. #1
    Thread Starter
    Expired Customer monsterit's Avatar
    Join Date
    Jul 2016
    Posts
    33
    Thanks
    0
    Thanked 0 Times in 0 Posts

    How to make full width pages in hirebee

    Hey guys, I've created a full width page in hirebee and maybe you could put this as a sticky as I've read a few people have asked and get confused.

    first create a page called full-width.php in hirebee main folder in themes.
    add this code in it.
    Code:
    <?php
     /*
     Template Name: Full Width
     */
     ?>
     <div id="main" class="large-14 columns">
    
    	<?php appthemes_before_page_loop(); ?>
    
    	<?php while ( have_posts() ) : the_post(); ?>
    
    		<?php appthemes_before_page(); ?>
    
    		<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    
    			<section class="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>
    Save then under template on your pages select full width.

    Hope this helps.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Full Width Pages
    By andrewmarcelli92 in forum JobRoller General Discussion
    Replies: 2
    Last Post: January 21st, 2015, 08:05 AM
  2. PAGE FULL WIDTH (Hirebee)
    By lapisang in forum HireBee General Discussion
    Replies: 23
    Last Post: December 23rd, 2014, 06:12 AM
  3. PAGE FULL WIDTH (Hirebee)
    By lapisang in forum Help Using HireBee
    Replies: 2
    Last Post: November 17th, 2014, 05:45 PM
  4. Full Width Page in Hirebee
    By PaulHutchins in forum HireBee General Discussion
    Replies: 0
    Last Post: June 29th, 2014, 02:31 PM
  5. Comments on full width pages
    By bizz in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: March 21st, 2011, 12:21 PM