Widgetizing theme (box set 1.2)
-
I have tried widgetizing the box set 1.2 theme but with no luck.
This is how my side bar file looks (to me a mess):
https://wordpress.pastebin.ca./855031
and this is my functions file:
<?php
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ‘<div class=”title”>’,
‘after_title’ => ‘</div>’,
));
?>I did search posts on here..but ive tried everything that i have read with no luck. Am i missing something.
Thank you for your help…really appreciate it.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Widgetizing theme (box set 1.2)’ is closed to new replies.