Custom meta box includes
Debugging in WordPress The following could/should be set in the wp-config.php file of your local(!!) installation – never do this on a live site, especially not when you got caching activated! define( ‘WP_CACHE’, false ); // Show the development files for scripts/stylesheets and don’t combine them define( ‘COMPRESS_CSS’, false ); define( ‘SCRIPT_DEBUG’, true ); define( … Read more