WordPress 3.4 added a great theme preview interface that allows us to easily customize theme options (colors, images, menus, and more), as well as quickly view those updates on a theme preview frame. WordPress 3.5 added a new media manager interface that is fast, easy to use, and awesome to look at. In this article, […]
WordPress Theme Customizer Javascript Interface
Here, we focus on understanding the javascript nuts and bolts of the WordPress theme customizer interface. This will allow us to – Extract and change theme customizer settings. Extract and change theme customizer controls. Call theme customizer functions, such as refreshes and more. wp.customize Understanding the WP theme customizer interface centers around understanding the wp.customize […]
How to Flush Permalink Rules with flush_rules()
How to properly flush permalink rules on a WordPress multi-site setup.
Modify Custom Taxonomy Columns
How to expand our taxonomy screens by adding new columns.
Add Custom Taxonomy Tags to Your WordPress Permalinks
How to include taxonomy tags into our custom post type permalinks.
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.