Theme Switching is the process of providing the ability for the user to change the presentation styles or “look” of your site with the use of a Theme Switcher. The process of changing your WordPress Theme by the site Administrator is not called theme switching. ~~[ WordPress Codex ] If we wanted to switch themes […]
Expand the WordPress Quick Edit Menu
How to add new fields into the quick edit menu for posts, pages, and custom post types.
How to Flush Permalink Rules with flush_rules()
How to properly flush permalink rules on a WordPress multi-site setup.
How to wp_enqueue_script After wp_head
If you want to add javascript files to your WordPress pages, then a good way to do this would be through the wp_enqueue_script command. wp_enqueue_script has the following advantages – It ensures that a script only gets included once. It allows you to specify script dependencies. For example, script1.js should be loaded before script2.js. It […]
Add Tags and Categories to Your WordPress Page
Currently, post-tags and post-category metaboxes only appear in the Edit Post screen. We consider how to add these metaboxes into the Edit Page screen, as well as properly save our results.
Mastering the WordPress Loop
Examines the WordPress Loop in detail and explores how you can manipulate the WordPress loop to create custom-post-type blogs and reorder objects in the admin panel.
How to Replace WordPress Post Links in Bulk
How to replace HTML or image links in all your WordPress posts and pages.
add_menu_page, add_submenu_page
How to add navigation menus to the WordPress dashboard.
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.