login & sidebar modify
piccky.com
ok guys i was following this
tutorial and i get error in line 29 as you can see !
I was looking to mod. sidebar.php i cannot find a code
<?php echo get_option('cp_ads_welcome_msg'); ?><a href="<?php echo get_option('siteurl'); ?>/
wp-login.php?action=register"><?php _e('Join Now!', 'cp') ?></a>to replace with
<?php if(function_exists('cp_dynamic_welcome_widget')) echo cp_dynamic_welcome_widget('cp_ads_welcome_msg'); else echo get_option('cp_ads_welcome_msg'); ?>