-
Notifications
You must be signed in to change notification settings - Fork 14
requesting template with sidebar #2
Comments
Hi there, We definitely will have a sidebar solution in the future. There are some technical considerations about sidebars in the new style of page building with blocks. Where are you looking to add a sidebar? A post, page, blog index? The Gutenberg team is working through some considerations about sidebars that may help us determine how to do them going forward. I don’t want to necessarily start adding sidebars like the old style themes because we’re trying to look forward with Atomic Blocks. This is a good opportunity to rethink sidebars and how/if we implement them. There’s a good amount of research that says sidebars are more trouble than they’re worth for visitors, depending on their use. I’ll take a look at maybe doing this in a template so there is at least basic support, but I don’t think you’d be able to apply a template to a blog index. So it would be limited to pages basically. |
I'm using a sidebar on a membership page where members can view their account information without scrolling. The sidebar also shows useful instructions for editing their account. This information would be lost without a sidebar since most people don't scroll while they edit some info on the frontend. Besides this I agree sidebars are overused on the majority of websites and are usually more distracting than useful. |
Optional sidebar on blog index would be great! |
Sidebar template (which i would use for the blog index) as well for the single posts (optional?) would be great! |
Hi, we are working on a full equipped WordPress Kit for our purposes (sorry, all docs are in the czech language currently) and the sidebar is one of features we implemented. There is the function to register the sidebar: https://github.com/NasWP/naswp-kit-atomic/blob/master/wp-content/themes/naswp-kit-atomic/classes/class-naswp-sidebar-atomic.php The page template: https://github.com/NasWP/naswp-kit-atomic/blob/master/wp-content/themes/naswp-kit-atomic/templates/template-sidebar.php |
Thanks @lynt-smitka ! Works fine! Is there any chance to get the sidebar on the homepage/blog page? |
Wondering why there's currently no sidebar template and if you would consider integrating this option. Are there any sidebar related issues with Gutenberg?
The text was updated successfully, but these errors were encountered: