Marianne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments RSS feed not updatingJust to follow up: I found the global cache time string, decreased it and voila! saw the update.
Forum: Fixing WordPress
In reply to: Easy RSS solution?I got the entry details to show, thanks for your input.
Forum: Fixing WordPress
In reply to: Upgrade Replaces CharachtersThis plugin might do it for you…
Forum: Fixing WordPress
In reply to: Easy RSS solution?David, I am unable to get the details to show in my output. I tested your Yahoo snippet and it worked fine showing the details, but I can’t see details using this code:
‘<?php if (function_exists(‘getSomeFeed’)) { ?>
<?php
$feed = getSomeFeed(“https://theloo.org/wp-commentsrss2.php”, 6, true, “cache_comments”, ”, -1, 100);
if (!empty($feed))
{
echo ‘- ‘;
echo $feed;
echo ‘
‘;
}
?><?php } ?>’
See it at ‘theloo.org/recent-activity‘
Otherwise, it’s a great, easy to install Feed Reader! ??
Forum: Fixing WordPress
In reply to: Comments RSS feed not updatingJust wanted to mention that I am seeing the delay right now.
Look on the right column and compare “Recent Commenters” vs. “Recently Commented Posts”
Forum: Your WordPress
In reply to: Crop Circles Theme??
Forum: Your WordPress
In reply to: Crop Circles ThemeHmmm, do you mind trying again? It’s fine for me.
You might’ve caught me when I was reloading to test the release versions…
Forum: Your WordPress
In reply to: Crop Circles ThemeChangelog:
Version 1.3: Given proper credit in the footer to Michael Heilermana€?s Kubrick for the base files. My bad.
Version 1.2: attempted to fix DIV that holds blog name (for length and overflow)
Version 1.1: fixed syntax to hide Theme Switcher if none exists
Version 1.0 uploaded 3/15/2005Forum: Your WordPress
In reply to: Crop Circles ThemeAh, well… IE 5.5
Now how in the world can I fix that? Or should I bother? :/
Forum: Your WordPress
In reply to: My custom theme … any good?Forum: Your WordPress
In reply to: Something Saucy This Way ComesDoncha hate it when that happens? ??
Forum: Your WordPress
In reply to: my design blog!Congratulations, it looks great! I love your artwork. ??
Forum: Your WordPress
In reply to: Borderline Chaos Theme??
Forum: Your WordPress
In reply to: Meadow Theme – Something MilkyNo, I’m not suggesting it be a link, just something for the user to use so that they don’t have to edit your background image if they want to use it…
Something like:
‘<div id=”blogtitle”><?php bloginfo(‘name’); ?></div>’
‘#blogtitle {
position: absolute;
top: where ever px;
left: where ever px;
color: white;
background-color: black;
}’Or maybe I’ve just had to much coffee.
Forum: Your WordPress
In reply to: Meadow Theme – Something MilkyIt’s put me in a good mood!
The only suggestion I have is that you create an absolute div for the blog title which would lay over your site name.
??
- ‘;