Site logo

Archived topic

Sidebar

1 reply · Started by quimi on November 27, 2020

Viewing posts 1–2 of 2

Hi,
I would like create posts where I can have an introductory section with text and image but no sidebar until the next section. Something like this:
1st section: content 100% no sidebar
2nd section: content 70% sidebar 70%

Is this possible and how can this be done? Preferably without using plugin.

Thank you.

PS: Apparently, WP is planning a major overhaul for widgets inside Gutenberg:
https://make.wordpress.org/core/2020/09/30/call-for-testing-the-widgets-screen-in-gutenberg-9-1/

Hi there,

The only way to do this would be to hook the first section into your website using the generate_inside_site_container hook.

That will make it full width, above your regular content/sidebars.

You can use the Hook or Block Elements to do this.

This archived topic is closed to new replies.