Help with php header code
-
This is the site I’m working on: https://www.aimsva.com/blog/
As you can see, the site title & the description are there on the front page, when I leave the box for them in theme options blank, it just fills something in there.
This is the code I think has the problem, but which part do I remove or add code to?
<img src=”<?php echo indreams_get_option(‘indreams_logo’); ?>” alt=”<?php bloginfo(‘name’); ?>”><?php } else { ?>
<h1>”><?php bloginfo(‘name’); ?></h1>
<p><?php bloginfo(‘description’); ?></p>
<?php } ?>
</div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Help with php header code’ is closed to new replies.