Tag Archives: code

WordPress Admin Page without a link on the sidebar.

Recently I wanted to create some pages that I could link to from within the administration page of a new plug-in I am creating…without them showing up on the sidebar pane. You see, I have a new item I want … Continue reading

Posted in Code Sample, PHP, Wordpress | 2 Comments

Update to Tag Grouping for WordPress 3.0

Just a note to everyone that I have corrected the issue in Tag Grouping that caused an error while saving posts using WordPress 3.0. Please also note that I have not built support for the new multi-site functionality in this … Continue reading

Posted in HTML, MS-SQL, MySQL, PHP, Tag Group Plug-in, Wordpress | 2 Comments

Adding AJAX to your WordPress plug-in

AJAX is a great way to add some ease of use functionality to your plugin by updating part of a page based on user input. I use it for updating a list of checkboxes in the example below when a … Continue reading

Posted in Wordpress | 2 Comments