Sarah Lewis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: importing images in posts from typepadI’ve updated this plugin to work better with WP 2.0. The “writable” issue should be fixed now.
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions?!Just a quick note to mention that I had this same problem (but out of the blue, no upgrading), and the steps MichaelH suggested fixed it for me.
Forum: Fixing WordPress
In reply to: Separate trackbacks from commentsTake a look at this thread.
Forum: Fixing WordPress
In reply to: Changing sidebar titles with widgetIn the case of “Blogroll”, I believe that this is pulled from your link category name, so you can change it there.
For “Recent Posts”, I think your option at present is to edit the widgets.php file (either by hardcoding a name of your choice, or by adding a title field—I’ve done both of those things in various circumstances). Hopefully there will be more flexibility in new versions of the Sidebar Widgets.
Forum: Themes and Templates
In reply to: unsleepable theme – where is blogroll?Hi, Renee—
Chances are the “Blogroll” title is actually the link category. In the admin panel, go to Links > Link Categories, and I’m betting you’ll have one called “Blogroll”. Edit it there and you should be good to go.
Forum: Themes and Templates
In reply to: Editing Flickr Text in SidebarAn h2 tag includes a line break automatically, so I would probably change that section to something like this:
<h2><span style="color:#0066FF">flick</span><span style="color:#FF0099">r</span> feed</h2>
The spans will take care of the color without a line break, and the whole title is in one h2 tag.
Forum: Themes and Templates
In reply to: only show navigation if more than one post (on single page)?You could do a quick database query to see how many published posts there are, and output (or not output) accordingly.
Forum: Fixing WordPress
In reply to: How To Send A Page To An External URLI usually just hard-code the link into the template file (assuming it’s a long term thing).
Forum: Plugins
In reply to: Tell A Friend PluginI’ve been using wp-email for the Tell A Friend functionality. It doesn’t do the mailing list part but could be edited to do so.
Forum: Alpha/Beta/RC
In reply to: Unable IMPORT LINKS!!!!!!!Just FYI, I have been receiving this error as well—but only when I attempt to upload from my computer. If I first put the file on the server, and then import using the URL, it works (for me!).
Forum: Fixing WordPress
In reply to: Importing OPML filesI am on Dreamhost, where fopen() is disabled, and have found that I can import via a URL, but if I try to upload from my computer, I get the following error:
XML error: no element found at line 1So I just upload the file to my server and then upload via URL. I haven’t confirmed whether it works to use a URL from another website.