How long is WordPress 3.9.2 supported?

AFAIK, support is dropped as soon as a major version is released. Actually, in true sense, if you take into account the major releases, support is never dropped, it just falls over into the next major release. A major version are not necessarily meant to just introduce new features in WordPress, but it also addresses … Read more

List category posts – thumbnail_size problem

What plug-in are you using to display the post thumbnails? This one works : http://wordpress.org/extend/plugins/wp-category-thumbnail/. It requires you to use the regenerate thumbnails plugin on existing images, but after you install it the thumbnails will be the size you specify. You might be able to install the regenerate thumbnails plugin to get the current plugin … Read more

My WordPress Website Has Gone

I was editing using MAMP as I don’t have a server yet. MAMP is a server– well, server package. The “A” stands for “Apache”, as in “Apache web server”. Is there anything I can do? Edit the files with a real code editor instead of that travesty of an editor built into WordPress. On a … Read more

Where do I get “Bug Information” to add to a question?

Add define(‘WP_DEBUG’, true); to your site’s wp-config.php. That will cause errors, warnings, and notices (non-fatal warnings) to print to the screen. Those are the “debug information” so frequently requested. It is not advisable to have this enabled on a production (publicly accessible) server but if you have to have the debugging information then you have … Read more