url issue using 'template_directory'
-
Hi…
I’m using wordpress 3.7.1 for my blog (still in maintenance mode)When i’m using
<?php bloginfo('stylesheet_directory'); ?> <?php bloginfo('template_directory'); ?> <?php bloginfo('template_url'); ?> <?php bloginfo('url'); ?>
the first three return this :
https://hooraa.com/wp-content/themes/orange
(which is wrong) it should be
https://hoo-raa.com/wp-content/themes/orange
(notice the dash in between hoo and raa)
and the last one returns
https://hoo-raa.com
which is right.Therefore, some of my paths return nothing.
Anyone to help me please ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘url issue using 'template_directory'’ is closed to new replies.