• I I need help removing the sidebar from some pages. In other themes one can select the layout of the pages on that page, but here with Reddle I see no option to remove the sidebar, for example on the Startpage.

    Anyone who could offer help?

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi vindivindaloo – while Reddle doesn’t have an option in the dashboard for changing the layout, you can do this in a child theme if you’re comfortable making a few theme edits.

    A child theme means your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:

    http://codex.wordpress.org/Child_Themes
    http://op111.net/53/
    http://vimeo.com/39023468

    You’ll need to create a new page template by following the guide here:

    http://codex.wordpress.org/Page_Templates#Custom_Page_Template

    In your new page template file in your child theme, below the special comments you need to add to create the template, copy the code from the layout on which you want to base your new one. For example – take page.php and copy the code starting with the line

    get_header(); ?>

    Next, remove this line to omit the sidebar:

    <?php get_sidebar(); ?>

    Once you’ve uploaded your child theme, your pages should now have an option in the Page Attributes box to select your new single-column template, and you can apply it to whatever pages you like.

Viewing 1 replies (of 1 total)
  • The topic ‘Theme Reddle – Removing the sidebar on certain pages possible?’ is closed to new replies.