Shiba

Adventures in WordPress

  • Home
  • Dog
  • Art
  • Contact
  • WordPress Articles
    • WP Plugins
    • WP Programming
    • WP Admin Panels
    • WP Theme Design
    • WP How-To
    • WP Theme Images

Switch_Theme vs. Theme Switching

by ShibaShake 4 Comments

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

by ShibaShake 59 Comments

Update custom inputs with the proper data using Javascript.

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()

by ShibaShake 11 Comments

How to properly flush permalink rules on a WordPress multi-site setup.

How to wp_enqueue_script After wp_head

by ShibaShake Leave a Comment

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

by ShibaShake 62 Comments

Added Tag and Category Metabox to our 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

by ShibaShake 5 Comments

List of posts with orderby=title and order=ASC.

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

by ShibaShake 6 Comments

How to replace HTML or image links in all your WordPress posts and pages.

add_menu_page, add_submenu_page

by ShibaShake 11 Comments

How to add navigation menus to the WordPress dashboard.

Modify Custom Taxonomy Columns

by ShibaShake 14 Comments

Modified Custom Taxonomy Columns.

How to expand our taxonomy screens by adding new columns.

Add Custom Taxonomy Tags to Your WordPress Permalinks

by ShibaShake 125 Comments

How to include taxonomy tags into our custom post type permalinks.

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next Page »

Recent Posts

  • Screenshot of an example article in code view of a modified Gutenberg editor.How to Harness the Power of WordPress Gutenberg Blocks and Combine It with Legacy Free-Form Text
  • Screenshot of the Success, WordPress has been installed page.Migrating Your WordPress Website to Amazon EC2 (AWS)
  • Screenshot of WinSCP for creating a SFTP configuration.How to Set-Up SFTP on Amazon EC2 (AWS)
  • WordPress Gutenberg code view screenshot of this article.How to Prevent Gutenberg Autop from Messing Up Your Code, Shortcodes, and Scripts
  • Screenshot of the Success, WordPress has been installed page.How to Create a WordPress Website on Amazon EC2 (AWS)

Recent Comments

  • Screenshot of the Success, WordPress has been installed page.How to Create a WordPress Website on Amazon EC2 (AWS) (1)
    • Erik
      - Great article. All worked great except for this step:apt install php-mysqlChanging to this fixed it:apt install ...
  • Add Custom Taxonomy Tags to Your WordPress Permalinks (125)
    • Anthony
      - Where does this code go? Like, what exact .php file please?
  • Screenshot of an example article in code view of a modified Gutenberg editor.How to Harness the Power of WordPress Gutenberg Blocks and Combine It with Legacy Free-Form Text (1)
    • tom
      - hi,my experience was like the same, but for me as theme developer the "lazy blocks"(https://wordpress.org/plugins/lazy-blocks/) ...
  • WordPress Custom Taxonomy Input Panels (106)
    • Phil T
      - This is unnecessarily confusing. Why declare a variable with the same name as your taxonomy? Why did you choose a taxonomy ...
  • Create Pop-up Windows in Your WordPress Blog with Thickbox (57)
    • Jim Camomile
      - I have used this tutorial several times and it is one of the few simple and effective ways to add popups with dynamic content, ...

Copyright © 2025 · Genesis Skins by ShibaShake · Terms of Service · Privacy Policy ·