12 Nov 2013
Add Dynamic Sidebar in WordPress
Steps for how to add Dynamic Sidebar in WordPress:-
1. Register sidebar in function.php as other sidebar registered, we can copy and past the as given in function.php for other sidebars.
2. Call on page:-
- dynamic_sidebar(‘sidebar-4’);