/ Published in: PHP
Standard script to create sidebar in Wordpress
Expand |
Embed | Plain Text
<?php 'name' => 'Right Sidebar', 'before_widget' => '<div class="mywidgets>', 'after_widget' => '</div>', 'before_title' => '<h2>', 'after_title' => '</h2>', )); ?> And in the Sidebar.php call the above with <?php endif; ?>
You need to login to post a comment.
