I have mainly seen using widgets on sidebars or inside multi-column layout. However, I was wondering what if we could use widgets in every blocks like header, main content block etc. Is that a good or a bad idea?
I have mainly seen using widgets on sidebars or inside multi-column layout. However, I was wondering what if we could use widgets in every blocks like header, main content block etc. Is that a good or a bad idea?
However, I was wondering what if we could use widgets in every blocks like header, main content block etc.
Sure you could. It's just a matter of coding.
http://wordpress.org/support/topic/add-sidebar-widget-to-page-content?replies=2#post-1250688
Is that a good or a bad idea?
I'm not sure, do you think it's a good or bad idea? ;)
It's up to you. Having that ability can be useful for non-technical users but when I want to add something to the_content or the header, I just code up something quick in my theme's functions.php file.
There's probably a plugin for this, but I've not looked.
You must log in to post.