WordPress Publishing Problems with Flickr or other programs?


Another reminder (because I’ve needed this many times) that you must enable WordPresses “Remote Publishing” protocols if you want to blog photos directly from Flickr  (a fantastic feature – I wish more people could do this but it remains a little tricky to set up both at Flickr and at WP unless you know this is needed (defaults have these boxes UNchecked).   I think you only need the XML-RPC after correct configuration at Flickr, but do both so you have more ways to publish to your WP blog:

Remote Publishing

To post to WordPress from a desktop blogging client or remote website that uses the Atom Publishing Protocol or one of the XML-RPC publishing interfaces you must enable them below.

Atom Publishing Protocol
Atom Publishing Protocol

XML-RPC
XML-RPC

WordPress fix for: Post Title is overlapping the category list


Just wanted to post a WordPress style workaround I’ve found for a WordPress problem I’ve struggled with for some time here and at the Airport Directory QuickAid.com.

I’m using INOVE so maybe it’s particular to that theme.

The Problem:   Post Title is overlapping the category list when you have more than a few categories listed above the post.

The Solution lies in changing the file style.css  (which you access from your control panel / appearance / themes)

Look for this:
#postpath {
background:url(img/icons.gif) 0 -208px no-repeat;
height:16px;
line-height:16px;
margin:16px 0;
padding-left:22px;

CHANGE this         margin:16px o; to this:           margin:32px o;

It worked for me and gave the needed extra spacing for all the categories.    This is a problem that seems to be from having a lot of WordPress post categories.

Thanks to the Ben the Wonder Boy for helping figure this out.