Allow Sidebars with Sections

Allow Sidebars with Sections

By default, Sections are meant to be the full width or your content.
In some cases, you may want to use Sections along with your sidebar.
In that case, you need to add this function:
add_filter( 'generate_sections_sidebars','__return_true' );
Learn how to add PHP here.

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注