Category: Little Coding Customizations
If you are an advanced user who has a little coding knowledge you can create your custom widget areas by very simple code. Basically there two steps you need to take: register your custom widget area in functions.php Here is the code you can use: <?php $args = array( ‘name’ => sprintf(__(‘Sidebar %d’), $i ), ‘id’ […]