evilbeet
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Embedding Multiple YouTube Videos in a Single Horizontal LineMoshu you are my hero of the day. I ::heart:: you.
Forum: Installing WordPress
In reply to: Embedding Multiple YouTube Videos in a Single Horizontal LineHi Moshu,
How do I do this? Can you provide a code sample or point me to a site that does this?
Thanks!
Forum: Plugins
In reply to: Getting raw feed with Feedburner pluginHa. I’m having the exact same problem. Any thoughts, guys?
Forum: Themes and Templates
In reply to: Need Help Understanding Markup Validation ResultsFiras, I love you. That fixed it. You guys are the best.
Forum: Everything else WordPress
In reply to: Need Help with Excerpts, PLEASEHey there,
I don’t think you have to do anything that complicated. You should just be able to use the “More” button at the top of the box where you’re entering your text. Or you can just add this line of the code wherever you want the jump to be:
<!–more–>
Hope I understood your question correctly.
Forum: Fixing WordPress
In reply to: moderating commentsSorry, no suggestions on your computer being slow, but if you’re getting that much spam, maybe you should disable comments on all but the most recent posts.
Forum: Fixing WordPress
In reply to: How to display a picture as a php page?Hiya,
When you’re uploading the picture, in the space that says “Link to” click the radio button that says “Page” instead of the default “File.” Then you can use attachment.php to format what the background, etc, looks like for that page (it will default to looking a lot like your main page).
Good luck!
Forum: Fixing WordPress
In reply to: help with codingHi there,
On my website, evilbeetgossip.com, I have the google adsense code in my header.php, right under the line that says:
<?php wp_head(); ?>
It works for me. Maybe it will for you, too. ??
Good luck!
Forum: Themes and Templates
In reply to: Need Help Understanding Markup Validation ResultsJust to add some more clarifying information:
I do not think it’s an issue with an image or a specific post, as I didn’t have this problem until I started mucking with the stylesheet earlier tonight. Had not changed any posts during that time, and it had been working fine before.
Also, I still see this problem if I’m just viewing a single post.
My guess is I just screwed something up with the stylesheet (I was trying to make the left (content) column wider — didn’t work so hot). I just have no idea how to figure out what I screwed up. I know, I know, I should save these files before I start mucking with them. Lesson learned.
Forum: Fixing WordPress
In reply to: Attachment Error in IEtrd79, you are my hero!!!! Yes, that’s definitely the real problem. I wonder if there’s anything I can do to fix that so that I don’t always have to go in and edit the database?
Forum: Fixing WordPress
In reply to: Attachment Error in IEYou know, in case anyone’s interested, I changed this line in attachment.php:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
To this:
<?php if (1) : while (have_posts()) : the_post(); ?>
And it seems to have fixed the problem. Strange.
Forum: Fixing WordPress
In reply to: Attachment Error in IEHow do I open the database to look?
The thing is, the links work every now and then but not at other times.
Is there some way my host (BlueHost) or something within WordPress would be putting a limit on how many people can be viewing the image at one time?
Forum: Fixing WordPress
In reply to: Attachment Error in IEHello out there? Any suggestions would be much appreciated!! Thanks so much!!
Forum: Themes and Templates
In reply to: Changing Font in Single PostOh, that fixed it!!! Thank you so, so much!!
Forum: Themes and Templates
In reply to: Changing Font in Single PostHello? No one’s responded yet, and I’m still stuck. Thanks!