eno876
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Yahoo Feed problems with TitleSeems as though I have fixed the problem. I changed the Add-it widget URL from this: http://enobytes.org/wine_blog/feed/ to this: http://enobytes.org/wine_blog/?feed=rss2.
Well, I hope I did the right thing and hopefully I have not caused more problems for myself 🙂
I did notice that Technorati is doing some funky things so I will post another topic on the matter.
Forum: Fixing WordPress
In reply to: Yahoo Feed problems with TitleActually I can see from my cPanel web status latest vistors page that they have visited the new pages today. Is there a delay period before I see the changes on Yahoo?
Forum: Themes and Templates
In reply to: Replacing header image with .html URL?sorry for the various follow up posts but I can’t find the edit button.
What I want is to change the .jpg graphic displayed at the top of my blog at:
http://www.enobytes.org/wine_blog/with this .html here:
http://www.enobytes.org/wine_blog/wp-content/themes/glossyblue-13/header-bg.htmlThe difference between the two is that the second one has image maps on the text and allows a user to click on them to get to other pages on my website.
Any ideas on how I accomplish this?
Forum: Themes and Templates
In reply to: Replacing header image with .html URL?Let me clarify – what I am trying to do is replace the .jpg image in the template header with my own header, which is .html. I assume I could modify the header.php file, which has this code in the body??
<body>
<div id=”page”>
<div id=”header”>
<div id=”headerimg”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
<ul id=”nav”>
<li class=”page_item”>/” title=”Home”>Home<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’);?>
</div>
<!–/header –>If this is correct, what would I need to change?
Or is there another file I need to modify?