• Hi, I want my WP site to look like a normal website, ie, I want just normal pages without any sidebars or widgets.
    How do I change a themes structor, that it will have no sidebars.
    The theams I will be using will be free themes.
    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Search for code like the following in the theme’s files and remove it:

    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>
    <!– maybe a lot of stuff in between here –>
    <?php endif; ?>

    A good starting point may be sidebar.php.

    Thread Starter b1gft

    (@b1gft)

    Thanks Chschenk,
    it worked perfect on the WP defaul Theme, I will try it now on some free theme,
    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want no side bars’ is closed to new replies.