What we need to do differently while writing a plugin for WordPress mulsite.
Find Posts Dialog Box
The Find Posts dialog box can be a very useful feature to add to your plugin. For example, when we attach images to posts (from the Media >> Library menu) we use the Find Posts dialog box to search for our target objects. In the dialog box above, we can search for post and page […]
Custom Post Type Permalinks – Part 2
How to fully customize and create our own permalinks for custom post type objects.
Custom Post Type Permalinks
How to set permalink attributes while creating custom post type objects.
Add a Metabox to Your Custom Post Type Screen
How to add our own metabox to the edit custom post type screen.
Modify Custom Post Type Icons
How to customize our custom post type screens with our own icons.
Add Custom Post Type Columns
How to expand custom post type administration menus with new columns.
Add Term or Taxonomy Meta Data
How to add metadata to custom taxonomy objects such as tags and categories. In particular we examine add_metadata, update_metadata, delete_metadata, and get_metadata.
WordPress Widget System – How it Works
A very detailed analysis of how sidebars and widgets work in WordPress.
Create Your Own NoobSlide Gallery
How to expand the Shiba Gallery Plugin and create your own NoobSlide galleries.