15th video in the series where i show you guys how to make a simple sidebar-customid.php and how to display the sidebar menu and widgets to be Dynamic
-------------------------------------------------------------------
Steps:
1. Registering the SideBar : Create new file in functions folder or add your code into your functions.php for registering
2. Displaying The Side Bar : create new file with the dynamic side bar id
for example sidebar-custom.php
3. Add Widget into Theme from Wordpress theme
4. Register menus from the wordpress admin panel for the location of sidebars you want to display for example top menu , bottom menu
5. add inside the widgets the menu you want to add and the other block elements you want to add
-------------------------------------------------------------------
Git commit :
🔗LINK : https://github.com/andgo-edu/bootstra...
-------------------------------------------------------------------
Useful links :
-------------------------------------------------------------------
1. CSS3 AND JS SideBar Example
🔗https://www.w3schools.com/w3css/w3css...
2. register_sidebars();
https://developer.wordpress.org/refer...
3. register_sidebar();
🔗https://developer.wordpress.org/refer...
4. get_sidebar(); // the default sidebar
🔗https://developer.wordpress.org/refer...
example for getting custom sidebar
example : get_sidebar('customidhere');
5. dynamic_sidebar();
🔗https://developer.wordpress.org/refer...
6.is_active_sidebar();
https://developer.wordpress.org/refer...
7 . Customizing Your Sidebar
https://codex.wordpress.org/Customizi...