Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi there! New in wordpress.

    I have a related issue.
    I hid my Main Sidebar widget from all other pages except home by adding

    <?php if ( is_front_page() ) { ?>

    <?php } ?>

    as the first and last lines in the sidebar.php file. Now I want to extend the content width for the pages where the sidebar is not available instead of having that blankspace.

    I am using a theme called Hiero. Any way around this? Thanks.

Viewing 1 replies (of 1 total)