When sorting by “Smart Title”, the leading ‘a’, ‘an’ or ‘the’ is filtered from the post title when sorting. This is the only difference between “Smart Title” and “Title.”
The plugin will show profiling on both the front and back end when enabled.
We highly recommend installing some form of caching utility. We recommend WP Super Cache or Batcache. WP Super Cache will write static files to your web server which decreases the database load for pages that are viewed frequently. Batcache is nice for users who may not have access or permissions to write files to the file system. Batcache utilized the memcache process installed on the server and caches through that. If you are building a plugin on a development environment, it is not necessary to install a caching tool, although we recommend you do it before you launch the plugin to see if there are any queries that would improve with the built in WordPress caching functions.
On the plugin management screen, there is an option to display to logged in users. Select the user group you wish to display the profiling and save. You can define 4 different user group types.
Make sure that you have your footer.php file correctly set up. Specifically, look for the <?php wp_footer(); ?> tag. This should be at the very bottom of your file (preferably the very last line). If the footer tag is properly defined, verify that you have specified `define(‘SAVEQUERIES’, true);` in your wp-config.php.
Wow… I was looking for something like that. It’s AWESOME. Congrats and thanks!
—Juarez P. A. Filho
Group content into “collections” of information.
Photo gallery based on prettyPhoto jquery library.
Create on the fly quizzes embedded into your posts.