put image instead of blog title in journalized-winter theme – css included here
-
Hi. I’m using a theme called Journalized-winter at https://www.jakiblue.net and using wp 1.5 See at the top, there is the blue box with the blog title in it? I’d like to have an image there instead, but I’m unsure where I should be putting it in the files.
In my ‘index.php’ file there is this:
<?php<br />
/* Don't remove these lines. */<br />
$blog = 1;<br />
get_header();<br />
?><br />
<body><br />
<div id="headerblock"><br />
<h1 id="header"><a>"><?php bloginfo('name'); ?></a></h1><br />
<strong><?php bloginfo('description'); ?></strong><br />
<p class="centerP">[powered by <a href="https://www.ads-software.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>WordPress</strong></a>.]<br />
</div> <!-- headerblock -->which is at the very beginning. Should I be putting the image there somewhere? Taking out what’s between
<h1 id ="header"> and </h1>?
Or should I be putting it in another file? I have :
comments.php
header.php
index.php
leftcolumn.php
rightcolumn.php
style.css
Hope someone can help. Thanks.
- The topic ‘put image instead of blog title in journalized-winter theme – css included here’ is closed to new replies.