• **Newbie Disclosure** – I am no coding guru but i am very familiar with wordpress from an admin user standpoint. I’m trying to learn the back-end better…so don’t bust me up too much, here.

    I am trying to get rid of the right column (sidebar) on my pages. I want to keep it there on the post pages, but my pages need just one wide column for posting content. I cant find where to make these adjustments. Can anybody help? Here is the test site:

    http://bestbeefjerky.orbtastic.net/be-a-taste-tester-apply-now

    Thanks in advance for your help. Help get me in the right direction and I’ll make you proud, someday!

    http://wordpress.org/extend/themes/wp-creativix/

Viewing 6 replies - 1 through 6 (of 6 total)
  • dashboard – pages – edit page – page attributes – template

    the theme luckily has a ‘No Sidebar’ page template without sidebar.

    Thread Starter iheartjerky

    (@iheartjerky)

    Amazing! Both how simple it was to implement and how I just COMPLETELY overlooked it.

    Thanks a million, alchymyth!!!

    I do that and get the following error on the bottom of each page that I do it to.

    Warning: Division by zero in /home/content/80/9622980/html/wp-content/themes/wp-creativix/tpl_page_nosidebar.php on line 32

    Help please!

    edit tpl_page_nosidebar.php;

    and change:

    <div class="wp-pagenavi"><?php wp_link_pages('before=Pages: &pagelink=<span>'%'</span>'); ?></div>

    for instance to:

    <div class="wp-pagenavi"><?php wp_link_pages('before=Pages: &pagelink=<span>%</span>'); ?></div>

    http://codex.wordpress.org/Function_Reference/wp_link_pages

    I also have a question. My website is http://carbontc.com/ … I would like to get rid of the sidebar on the right side of the screen on all pages and just keep it for the main post. The theme for our site is Evolve. I don’t see the “edit page” option. Is there something else I need to do?

    @anncr
    you are using a different theme – please create a new topic

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: WP-Creativix] Remove right column on pages only’ is closed to new replies.