-
Hello,
I would love to set another default sidebar for ALL (current and future) blog posts. It would be great to have an option in highend setting to set the default sidebar for all CPTs individually (posts, pages, archive, search page and CPTs).
Default Page Layout Settings
Set the default meta settings values for new posts and pages. These settings will also be applied to your archives and search pages.In the meantime I am using:
function custom_highend_page_layout( $layout ) { if ( is_page() ) { return 'fullwidth'; } return $layout; } add_filter( 'highend_page_layout', 'custom_highend_page_layout' );
Thank you very much
-
HB-Themes support team typically replies to all topics within 48 hours except on weekends and public holidays. You must register to post topics.
Forum Categories
- Highend WP Theme 25,722
- Aegaeus WP Theme 1,616
- Requests and Feedback 133