Tag Archives: WordPress

Turn on WP_DEBUG to have WordPress kick out error messages

I’m troubleshooting a White Screen of Death (WSOD) problem in my project’s plug-in right now, so this is especially relevant. Amplify’d from codex.wordpress.org Eliminate PHP errors in your plugin. Add define(‘WP_DEBUG’, true); to your wp-config.php file, try all of your … Continue reading

Posted in Development, Uncategorized | Tagged , | Comments Off on Turn on WP_DEBUG to have WordPress kick out error messages

By default, get_posts only returns posts of type ‘post’

The WordPress project I work on uses a custom post type of ‘Product’ because we use WordPress as an ecommerce solution. I was trying to get a list of those products, but get_posts refused to display them. After consulting the … Continue reading

Posted in Development, Uncategorized | Tagged , | Comments Off on By default, get_posts only returns posts of type ‘post’

WordPress Plugins I Use

Google Analytics For WordPress SyntaxHighlighter Evolved – Handles syntax highlighting for code blocks Akismet – The definitive anti-comment-spam tool for WordPress

Posted in Development, Uncategorized | Tagged | Comments Off on WordPress Plugins I Use

How to get WP-Super-Cache working on WordPress MU

(I know it’s not called MU anymore, but lets just roll with it.) At the time of this article I was working with: WP-Super-Cache version: 0.9.9.6 WordPress version: 3.0.1 I fought for over an hour trying to get WP-Super-Cache working … Continue reading

Posted in Development, Uncategorized | Tagged , | Comments Off on How to get WP-Super-Cache working on WordPress MU