-1
archive,tag,tag-plugin,tag-1520,select-core-1.6,pitch-theme-ver-3.5,ajax_fade,page_not_loaded,smooth_scroll,grid_1300,vertical_menu_with_scroll,blog_installed,wpb-js-composer js-comp-ver-6.7.0,vc_responsive

plugin Tag

A couple of WordPress tricks for plugin developers

A couple of little tricks plugin developers should use when creating a WordPress plugin are: 1. Always have debugging on In wp-config.php you need to look for the line - define('WP_DEBUG', false); Change this to - define('WP_DEBUG', true); This will show any errors within database queries, and errors that...

Continue Reading

WordPress Plugins – Lessons learned

After reading this article on Smashing Magazine, I could only think about the issues I have had when building a Wordpress plugin. It gives great insight into building a great plugin that not only works, but has catered for the majority of users. From using the...

Continue Reading