WordPress dev – add widget to your theme
In order to add some widgets area to your theme we need to do 2 steps. At first we have to register those areas in the functions.php file, then we need to specify where this area should appear within our website.In the example below, we register 2 widgets. Pay attention to the id key-value as
WordPress dev – add widget to your theme Read More »
