I want to assign the:
<?php bloginfo('stylesheet_directory'); ?>
to a variable... but don't know how.
$spath = bloginfo('stylesheet_directory');
does not work. Anyone PLEASE?
I want to assign the:
<?php bloginfo('stylesheet_directory'); ?>
to a variable... but don't know how.
$spath = bloginfo('stylesheet_directory');
does not work. Anyone PLEASE?
Already fixed this:
$whatever = get_bloginfo('stylesheet_directory');
Thanks For replying Back it helped me :D
This topic has been closed to new replies.