Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WP: quiz sidebar widget & customizable sidebar widget Re: WP: quiz sidebar widget & customizable sidebar widget

#70890
Chris Coyier
Keymaster

WP Polls, try googling that, that’s the name of the poll plugin I use on this site.

For sidebars, you can call any sidebar you want on any template.

Code:
get_sidebar(); // gets sidebar.php from theme folder
get_sidebar(“secondary”); // gets sidebar-secondary.php from theme folder