• panmoria

    (@panmoria)


    Is there a way/plugin to make a post full width? Eliminating the sidebar(s), so that a post has the same full width layout as a page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Michael

    (@alchymyth)

    make a post full width

    all single posts, or just one single post?

    possibly, in single.php remove the call of the sidebar(s); ususally <?php get_sidebar(); ?>
    then adapt the css to stretch the content over the full width.

    there is no general solution – these will be theme specific.

    Thread Starter panmoria

    (@panmoria)

    Just for single posts. About every 10th post should be full width.

    The majority of posts shall retain sidebar(s).

    Michael

    (@alchymyth)

    About every 10th post should be full width.

    how do you want to define this?
    randomly?
    per custom field?

    the pinciple remains the same, only that you might need to wrap the sidebar call into a conditional statement to make the change randomly or checking the custom field content.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Full width post?’ is closed to new replies.