I’ve been working with widgets a lot lately and have amassed a ton of widgets […]
Tag: plugin-development
What are the common security flaws I need to look for?
As a wannabe WP plugin developper, what are the main security flaws/holes I should look […]
List all sidebar names?
I’m listing all sidebars like that: global $wp_registered_sidebars; echo ‘<pre>’; print_r($wp_registered_sidebars); echo ‘</pre>’ So I’m […]
What could cause my plugin’s options/settings page not to load?
I’m having an issue with one site in which my plugin is installed. The “settings” […]
How can a plugin create a page/form in the front end?
How can a plugin create a page/form in the front end thats not listed in […]
Example of uninstaller routine to remove all custom theme options from wp_options
All of my theme’s custom options are preceeded with “mytheme_” + option. For example, mytheme_color1, […]
Fully automated theme install and activation via a plugin
I’ve managed to get my “semi noob proof” site installer plugin 98% complete, but I’m […]
Can I add pages to my custom menu via script?
My theme has a custom menu assignment… function my_register_my_menus() { register_nav_menus( array(‘header-menu’ => __( ‘Custom […]
How to load a new template page according to a particular URL?
I want to load some of the pages(not wordpress page, a template file other than […]
Add a panel to edit post
I would like create a plug in that adds a panel of options to edit […]
No More Posts Available.
No more pages to load.