opolo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Weblog Title with an ImageWow, that worked. Thanks again & I also learned a few things.
Thank You
Forum: Fixing WordPress
In reply to: Weblog Title with an ImageYes, thank you – that worked. However, now my weblog title doesn’t appear. It’s the information that can be typed into the weblog title field on the Options > General tab within WordPress config interface. Do you have any idea what I did wrong? I want my weblog title to appear just before the .png image
Thanks again for all your help
Forum: Fixing WordPress
In reply to: Weblog Title with an ImageSo should I insert pizzaman’s code before or after <?php bloginfo(‘name’)); ?>
thanks again
Forum: Fixing WordPress
In reply to: Weblog Title with an ImageHmm – this does seems to help. I keep reading the Designing headers doc & can’t seem to come up with what I need to do. Here is the code from my Header.php file. All I’m trying to do is insert a small .jpg image next to where my Weblog Title’s (name) ends. I can move the file whatever directory it needs to be in – if I need to. Where whould I insert your code? Thanks again
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?>
</head>
<body><div id=”page”>
<div id=”header”>
“><?php bloginfo(‘name’); ?>
</div>
<hr />Forum: Fixing WordPress
In reply to: Weblog Title with an ImageYeah, I read that page twice before I posted. I guess the way I’m trying to do it can’t be done.
Thanks