How to wp_enqueue_script After wp_head

Technology-WordPress5

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 [...]

W3 Total Cache – Cookie Is Rejected

W3 Total Cache - Changing the file expiration time of the files in your Page Cache.

Recently, I switched over to W3 Total Cache. Reasons for the switch – There have been a lot of great reviews and raves about W3 Total Cache. W3 Total Cache offers a very comprehensive caching solution. I was having caching issues on my multi-site setup. In general, I am very happy with the results. There [...]

Shiba Gallery 3.3

Artist-Picture9

The Shiba Gallery Plugin allows you to display your WordPress galleries using a variety of Javascript libraries including Noobslide, TinySlideshow, SlimBox, Popeye, Picture Slides, and the WordPress native gallery. You can display as many galleries as you want, and have different types of galleries within the same blog page. Here is a detailed description of [...]

Add Tags and Categories to Your WordPress Page

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.

Convert HubPages Comments to WordPress Comments

Robot-Girl2b

This is a step by step guide on how to use PHP to retrieve your HubPages comments and import them as WordPress comments. There are three key steps involved in this process – Retrieving your HubPages comments from a HTML page. Writing out those comments in the WordPress XML format. Importing the XML file into [...]

Mastering the WordPress Loop

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

Technology-WordPress5

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

Shiba Widgets 1.3

Edit Widget Set Interface.

The Shiba Widgets plugin allows you to assign different widgets to different posts, pages, categories, or tags. [Full Shiba Widgets description.] New features for Shiba Widgets 1.3 – 1. Custom Post Types Widget sets are now represented as custom post types. This makes the back-end cleaner, and enhances usability. There is now a Widget Set [...]

add_menu_page, add_submenu_page

add-menu-page9

How to add navigation menus to the WordPress dashboard.

Modify Custom Taxonomy Columns

Modified Custom Taxonomy Columns.

How to expand our taxonomy screens by adding new columns.