
There are two defines in wp-config.php of WordPress website:
(more…)define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');
There are two defines in wp-config.php of WordPress website:
(more…)define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');
CSS Flexbox
will be used. I'm amazed how CSS Flexbox
is powerful, and easy. The two columns division follows:
With this shortcode, getting information about plugins of an author, is easy. To add this shortcode, and make it theme independent, we'll use a small plugin. First, create a PHP file fpw-shortcodes.php
( it can have different name, as long as it does not conflict with anything ), with the following content:
My research is based on following assumptions:
Go to any admin page and inspect the resulting document. It should start with:
<!DOCTYPE html>
There are two ways of getting MySQL version in WordPress. First ( popular ) is to use $wpdb
global object and its db_version()
method. Second ( less known ) is to use $wpdb
global object combined with its two properties use_mysqli and
dbh
plus two PHP functions mysql_get_server_info()
and mysqli_get_server_info()
.
All our FPW plugins are 100% compatible with WordPress 4.2!
This version is compatible up to WordPress 4.2 and fixed some minor bugs, added missing help files, and added translations for Polish and Serbian languages.
Credits to Borisa Djuraskovic from www.webhostinghub.com for Serbian translation.
Older versions of FPW Post Thumbnails ( now part of FPW Category Thumbnails ) did not provide turning off display of current theme's thumbnails. The only solution was editing theme's templates to remove or comment out calls to the_post_thumbnail() function ( contrary to author's promise that modifications of the current theme is not needed ). Recent versions FPW Category Thumbnails ( 1.6.4 and up ) finally provide this functionality. There is an option Hide output of the current theme's the_post_thumbnail() in FPW Post Thumbnails. Check this box, click Update button, and it's done. Once set, you don't even need to have FPW Post Thumbnails enabled.
New version of this plugin fixes the thickbox Get Image ID format problems for all versions of NextGen and NextCellent galleries.
All FPW plugins are 100% compatible with WordPress 3.8.