Archive

Posts Tagged ‘wordpress’

Creating a multilingual website

August 24th, 2009

Goal: To find a lightweight, multilingual CMS that I can deploy on a server running Lighttpd and FastCGI. Every page in the CMS should have multiple versions, one for each language, with the ability to easily toggle between them.

Solution: Wordpress + qTranslate (Update: see note below).
Read more…

Aidan Findlater Impersonal ,

Wordpress plugin Contact Form 7 and line breaks

February 18th, 2009

Summary: Contact Form 7, a Wordpress plugin, automagically adds line breaks (<br />) to the outputted HTML. To disable it, set define('WPCF7_AUTOP', false); in wp-contact-form-7.php.
Read more…

Aidan Findlater Impersonal , ,

WPG2 breaks with every Wordpress upgrade

May 1st, 2008

Summary: Every time I upgrade Wordpress, the site is broken until the WPG2 options are edited.
Read more…

Aidan Findlater Impersonal ,

Uninvited StatCounter script in Wordpress

August 14th, 2007

Summary: I found uninvited StatCounter HTML in my footer. Delete the theme’s functions.php file and remove the call to credits() in the theme’s footer.php, or redownload directly from the template’s creator (or some reputable website).
Read more…

Aidan Findlater Impersonal

reCAPTCHA not appearing in Wordpress Plugins list

August 3rd, 2007

Summary: reCAPTCHA 2.5 not appearing in Wordpress list of plugins. To correct, either:

  • make the files to world readable: chmod a+r recaptcha*
  • chown them to the web server user (default is www-data on Debian w/ Apache 2): chown www-data:www-data recaptcha*

Read more…

Aidan Findlater Impersonal