powderboy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Including HTML with the_excerpt or the_content_rss on indexI overlooked that part… thanks man! 😉
Forum: Fixing WordPress
In reply to: Including HTML with the_excerpt or the_content_rss on indexJUST FOUND AN ISSUE…
http://www.feedthehabit.com/index.php
I uploaded that XML image into the first post just as a test, then I removed it from the post and uploaded another image in its place:
http://www.feedthehabit.com/skiing/zeal-optics-link-ski-goggles-review/
The problem is that the ugly XML image still appears on the index page. Any way to “clear the cache” or force the update image to appear instead of the old XML one?
Thanks!
Forum: Fixing WordPress
In reply to: Including HTML with the_excerpt or the_content_rss on indexI was too lazy to create the DIV class, but I just did it and it looks awesome!
Thanks everyone for their help!!!
Forum: Fixing WordPress
In reply to: Including HTML with the_excerpt or the_content_rss on indexOK… I’ve got it figured out. I’ve successfully pulled in the first image from the post:
http://www.feedthehabit.com/index.php
Using this code:
<a>"><img src="<?php post_image('/images/posticon.png', false, false); ?>" width="100" height="80" border="0" align="left" hspace="10" vspace="10" /></a>This isn’t live yet, so I’m not worried about the huge, ugly XML image… it was just for testing. 🙂
That seems to be working just fine, but I can’t seem to get the image to obey the hspace and vspace parameters. I wonder if my CSS is overriding that for some reason? Any thoughts?
Forum: Fixing WordPress
In reply to: Including HTML with the_excerpt or the_content_rss on indexWOW… thanks for the quick reply… I’ll give them a whirl. After only a quick glance, they look to be just what I’m looking for. THANKS!!!
Forum: Fixing WordPress
In reply to: Extra Characters Parsed into wp_title TagI searched-a-plenty, but didn’t come up with anything. Thanks for the pointers.