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 web development, wordpress
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 php, web development, wordpress
Summary: Every time I upgrade Wordpress, the site is broken until the WPG2 options are edited.
Read more…
Aidan Findlater Impersonal gallery2, wordpress
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 wordpress
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 wordpress