Tagged Questions
2
votes
1answer
64 views
How to use bloginfo( 'template_directory' ) in array
I want to pass bloginfo( 'template_directory' ) in an array
I tried this but not working. How to write it correctly?
<?php
get_the_image( array( 'size' => 'full',
...
0
votes
3answers
3k views
get_template_directory_uri() and other URL tags not working in theme
So, I'm trying to add get_template_directory_uri or bloginfo() to my header.php file to create relative paths for the CSS and JS files in the theme.
E.g.,
<link rel="stylesheet" ...
0
votes
1answer
32 views
Inconsistent bloginfo information
I'm doing a little bit of work on a theme I just inherited from another developer. The site just broke, and I'm trying to fix it.
You can see the site here: www.bowlingventures.com
What's happening ...