Title: Full width article page
Last modified: August 30, 2016

---

# Full width article page

 *  [Tommyfoxy2](https://wordpress.org/support/users/tommyfoxy2/)
 * (@tommyfoxy2)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/full-width-article-page/)
 * Is this possible to do?
    If so how can i acomplish this?
 * [https://wordpress.org/plugins/knowledgebase/](https://wordpress.org/plugins/knowledgebase/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/full-width-article-page/#post-6714398)
 * That will depend on what theme your running. The KB articles are just displayed
   using your standard post view of your theme.
 *  Thread Starter [Tommyfoxy2](https://wordpress.org/support/users/tommyfoxy2/)
 * (@tommyfoxy2)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/full-width-article-page/#post-6714399)
 * My theme is smartline lite.
 * Id like to remove the sidebar somehow even if i needed another plugin.
 * Or at least be able to change what sidebar is displayed/used.
 * If there any php/ccs i can use to remove the sidebar and make it full width you
   think?
 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/full-width-article-page/#post-6714583)
 * Is it this one?
 * [https://wordpress.org/themes/smartline-lite/](https://wordpress.org/themes/smartline-lite/)
 *  Thread Starter [Tommyfoxy2](https://wordpress.org/support/users/tommyfoxy2/)
 * (@tommyfoxy2)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/full-width-article-page/#post-6714584)
 * Yes
 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-article-page/#post-6714621)
 * Hi Tommy, I looked at the theme and I am not completely familiar with it. It 
   does a template-fullwidth.php which I think displays pages in full width.
 * You could try to duplicate this and then change the name to: single-wz_knowledgebase.
   php
 *  Thread Starter [Tommyfoxy2](https://wordpress.org/support/users/tommyfoxy2/)
 * (@tommyfoxy2)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-article-page/#post-6714622)
 * Tried and it didn’t work
 *  Plugin Author [WebberZone](https://wordpress.org/support/users/webberzone/)
 * (@webberzone)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-article-page/#post-6714623)
 * Another option worth trying is (with the same filename as above)
 *     ```
       <?php get_header(); ?>
   
       	<div id="wrap" class="clearfix template-fullwidth">
   
       		<section id="content-full" class="primary" role="main">
   
       		<?php if (have_posts()) : while (have_posts()) : the_post();
   
       			get_template_part( 'content', 'single' );
   
       			endwhile;
   
       		endif; ?>
   
       		<?php comments_template(); ?>
   
       		</section>
       			</div>
   
       <?php get_footer(); ?>
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Full width article page’ is closed to new replies.

 * ![](https://ps.w.org/knowledgebase/assets/icon-256x256.jpg?rev=3383574)
 * [Knowledge Base](https://wordpress.org/plugins/knowledgebase/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/knowledgebase/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/knowledgebase/)
 * [Active Topics](https://wordpress.org/support/plugin/knowledgebase/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/knowledgebase/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/knowledgebase/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [WebberZone](https://wordpress.org/support/users/webberzone/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/full-width-article-page/#post-6714623)
 * Status: not resolved