Author: Stoyan
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’ […]
Combine the dynamic content of widgets with the static content of pages and posts. When you create widget ares in the content of pages and posts you are able to drop widgets in the content area, which makes all widget’s functionality available there. Creating widget areas by using plugins is very easy. It requires no […]