• cloferba23

    (@cloferba23)


    it is supposed that adding <?php bloginfo(’template_url’); ?> it has to show the complete url where the template is installed…

    but it doesnt seems to work:

    i have added <?php bloginfo(’template_url’); ?> at the top of the header.php and it shows my site title, not the url of my template :S

    what im doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    Get rid of the backticks and use single quotes.

    <?php bloginfo('template_url'); ?>

    Thread Starter cloferba23

    (@cloferba23)

    thank you very much, i didnt thought on that

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘i add template_url at the header, but it shows my site title’ is closed to new replies.