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.

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註