Logo Not Displaying
-
Hello,
I am using the Arthemia Premium wordpress theme on a 3rd party host – http://www.mchenrycounty1981.com/. Everything is working great, except for my logo. My logo file is not displaying. I’ve made sure the file is the correct size, and in the correct folder, but it still will not display. I’m wondering if there is something wrong with the header code itself?? I’ve pasted the header logo code below. When I originally looked at the code, it did not have the tag specifying the “width”, it just had the height tag. I added the width, but that made no difference. Does anyone else see anything wrong here? Any other suggestions? Thanks much.<div id=”head” class=”clearfloat”>
<div class=”clearfloat”>
<div id=”logo” class=”left”>
<?php $cp_iLogo = get_settings( “cp_logo” );
if( $cp_iLogo != “” ) {
?>
“>
<img src=”<?php bloginfo(‘template_url’); ?>/images/logo/<?php echo $cp_iLogo; ?>” alt=”” width=”190px” height=”90px” />
<?php } ?></div>
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
- The topic ‘Logo Not Displaying’ is closed to new replies.