Archive for category wordpress

Testing Twitter/WordPress Integration

Trying out the TwitterTools plugin for WordPress which integrates articles with Twitter. I wonder how much text it displays and whether it displays edits to the blog as new twitters?

So, it seems to publish the title and a link to the article, but no article text. Time to get good at writing article titles :)

It also does not alter the Twitter posting with edits to the article.

No Comments

File upload broken in WordPress [solved]

If you move server, and more specifically, your uploaded file location for WordPress… you’ll get errors about the old location not being writable.

Simple. Go into the wordpress database, look in the wp_options table for the “upload_path” option_name, and change it as appropriate.

No Comments