One of the things that I truly enjoy about online interactions is that we are more free from the biases and prejudices that are associated with physical appearance. In the real world, We form first impressions from faces despite warnings not to do so. Moreover, there is considerable agreement in our impressions, which carry significant […]
Shiba Widgets 2.0
The key feature added in Shiba Widgets 2.0 is the ability to render widgets in posts using shortcodes. [Full Shiba Widgets description] Below are a list of standard widgets including their specialized input parameters. Common input parameters to all widgets include – before_title after_title title Standard widget classes List of standard widget classes and their […]
Using CDN Cnames with w3tc and MultiSite
Recently, I started using Cnames for my CDN setup. This allows my static CDN content to have a pretty url that is tied to my own domain. Here I discuss how I set-up a Cname for my Media Temple dv server and CloudFront CDN. Then, I highlight a loading issue I encountered with w3tc multisite […]
Shiba Skins WordPress Theme
Shiba Skins allows you to assign images, colors, and more on a page by page basis. Theme customization options are saved into a skin, which we can then be applied to a specific post or to a group of post objects. Shiba Skins contains similar skinning functionality as Genesis Skins, but is built on top […]
How to Add the Media Manager Menu to the Theme Preview Interface
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, […]
Debugging the w3tc Page Cache
Recently, I had a strange issue where some pages on my multisite were being cached, and others were not. There seemed to be no clear pattern as to what got cached and what failed the cache test. At first, it seemed a bit daunting to jump into the w3tc page caching code, but it actually […]
How to Translate blogs.dir CDN Files in w3tc
My main site has a WordPress Multisite setup that is divided based on directories. For example, My dog articles are in http://shibashake.com/dog/ and My art galleries are in http://shibashake.com/blog-art. In this setup, my image links look something like this – http://shibashake.com/dog/files/2012/12/dog-image1.jpg However, this is just a shorter more pretty url. The actual image file resides […]
How to Create Dynamic User Agent Groups in w3tc
Currently, in the w3tc plugin, we can create user agent groups by specifying agent names, e.g. android or iphone. By using this function, we can create different caches for different sets of devices. On my blogs, I need to create different caches based on screen width. This is because I serve up different widgets, ads, […]
How to Selectively Load Plugins for Specific Pages
In a previous article, we considered how to selectively disable certain plugin functions, in order to enhance page speed. I.e., only run expensive plugin functions on page content that needs it. Disabling plugin functions may help to save us some time and resources. However, the plugin files will still be loaded, and the initialization methods […]
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 […]
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 13
- Next Page »