alisonpoulsen
Member
Posted 6 months ago #
My wordpress Appearance Widget page is missing the right half of the page, so I can’t edit, move, or remove any widgets. I can add widgets. I even updated to wp 3.2.1 yesterday in hopes that that would solve it. Without being able to edit my widgets, I can't put in the necessary code to get my feedburner subscription by email enabled again. Thanks for any help!
Have you tried accessing your admin panel through a different browser?
alisonpoulsen
Member
Posted 6 months ago #
No, but thanks for responding. I just fixed it finally by disabling one plug in at a time. It was the comments loop plug in that corrupted it.
Now I'm trying to get the feedburner to work. Do you happen to know of any good feedburner plugins?
alisonpoulsen
Member
Posted 6 months ago #
From reading a lot of posts on feedburner, I think what I need to do is copy and paste the following code into any of my webpages (that's what feedburner says.) Does anyone know how I can do that from wordpress. I have the code, but where exactly can I paste it into?
Here's the code:
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=sowhatireallymeant', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="sowhatireallymeant" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by FeedBurner</p></form>
Well, you can add it to a text widget (which is what a lot of people do). Or you can just use your HTML editor and paste it wherever you want to display it on the page/post.
alisonpoulsen
Member
Posted 6 months ago #
It worked! Thank you!!!!
I can't believe it after three days of trying everything, I just pasted it into a text widget, and voilà, it appeared. THANK YOU JOSH!