Front-end Editor: Common Mistakes In Themes

Although Front-end Editor tries to be compatible with as many themes as possible, there’s only so much it can do.
No wp_footer() call
Lots of plugins, including this one, rely on the wp_footer() call to include their JavaScript files. Open your theme’s footer.php file and make sure you have this line somewhere:

<?php wp_footer(); ?>

Read full post...

WP-UserOnline: Version 2.60

Last month, Lester Chan, one of the most respected plugin authors in the WordPress world, has announced that he will no longer be able to continue development on his plugins.

Since I use WP-UserOnline on all of my sites, I adopted it (along with WP-PageNavi) and will continue to support it.

Read full post...