Creating a new page in the WordPress admin is easy! Use the “add_menu_page” function in wordpress to achieve your dreams. Below is an example of adding a page for documentation ...
Creating a new page in the WordPress admin is easy! Use the “add_menu_page” function in wordpress to achieve your dreams. Below is an example of adding a page for documentation ...
Contents Introduction First Thing’s First (WTF is WordPress?) Security Some Basics Version Control Setup Theme Building Customizing the Admin Plugins Share Your Knowledge The Bottom Line Introduction This is my ...
WordPress 4.2.2 added emoji support in a pretty annoying way – it injects some js and css in the the wp_head() function with no option to disable this “bonus feature”. I’ve ...
This is specific to environments where you have production and staging environments with services to sync the two. Sometimes you run into a situation where you want a plugin running on production, ...
In this example I needed to be able to get a list of taxonomy terms used in a specific post type, with the taxonomy crossing between post types…but I only wanted to ...