Help with php header code
-
This is the site I’m working on: http://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> -
Hello there,
That site is not hosted by WordPress.COM. Our support docs do not apply to any sites that are not hosted by WordPress.COM and we do not provide support for them. You are posting to the wrong support forum. We cannot help you here.WordPress.COM and WordPress.ORG are completely separate and have different logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/
If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there.
Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
- The topic ‘Help with php header code’ is closed to new replies.