tdellaringa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image doesn't show up in RSS feed…Which is crazy because the image tag IS IN THE FEED. How can this be and what is the culprit?
Forum: Fixing WordPress
In reply to: Image doesn't show up in RSS feed…Huh, I still don’t see the comic images even in that feed. This seems wildly inconsistent every since WP upgraded to 3.0. I’m at a loss what to do next.
Forum: Fixing WordPress
In reply to: Image doesn't show up in RSS feed…Yeah I just checked again, no images in the comic strip category.
Forum: Fixing WordPress
In reply to: Image doesn't show up in RSS feed…Yes in the blog category, but not in the comic category correct?
Forum: Fixing WordPress
In reply to: RSS feed broke – space before XML declarationTried removing the paypal button, as well as the Facebook like button, no luck either.
Forum: Fixing WordPress
In reply to: RSS feed broke – space before XML declarationNeither plugin worked. The last post I made, I included a PayPal button. Could that possibly be the culprit?
Forum: Fixing WordPress
In reply to: Site stuck in moderation loop :(And… now it stopped. Still this went on for 10 minutes. Is there a way to prevent this in the future?
Forum: Plugins
In reply to: [Plugin: Audio Player] Version 2.0 beta releasedJust installed 2.0 with WP 2.7. It posts the player just fine if I do it manually. However trying to add it with the media library by adding audio and clicking on the audio player link – it doesn’t work. I am using FF3 as my browser.
Basically if I click the audio player link, the text field goes blank.
Forum: Plugins
In reply to: Audio Player not working in 2.7I too would like to figure this out. We just moved to 2.7 and I didn’t realize the audio player wouldn’t work. We need a quick solution or we won’t have any content on our site!
He seems to have a link to a 2.0 beta version, but the link doesn’t work.
Forum: Fixing WordPress
In reply to: Putting “next post” links on single pages?And further searching, I found my own answer…
http://codex.wordpress.org/Next_and_Previous_Links#The_Next_and_Previous_Posts
For those interested,
<?php previous_post(); ?> <?php next_post(); ?>does the jobForum: Installing WordPress
In reply to: Release notes for 2.3.1?Thank you
Forum: Fixing WordPress
In reply to: Need a good photo gallery plugin – nothing is workingThanks NextGen looks real nice, going to try that.
Forum: Fixing WordPress
In reply to: showposts breaks my archives – fix?Thanks Otto, that does indeed work. Heading over right now to read that page 🙂
Forum: Fixing WordPress
In reply to: How to test for blog front page? (can’t use is_home or is_frontpage)So it does… shoot I obviously read that completely wrong :/. Thanks a lot.
Perfect! That was it – thank you so much.