https://www.ads-software.com/plugins/wp-custom-widget-area/
]]>Then I tried just replacing my sidebar.php and functions.php with the default theme ones, since I knew that the default theme is widgetized, but it still came up “No Sidebars Defined”. This part doesn’t make any sense to me at all. There must be some other piece of code I should have (maybe in the index.php??) or another step that needs to be taken for it to take hold.
I’m going crazy here Thank you in advance for any help.
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.
]]>Thank you for your help;
Neffster
]]>