Changing Old WordPress permalink structure on Nginx

How to change WordPress permalink structure from /%year%/%monthnum%/%day%/%postname%/ to /%postname%/ with Nginx. rewrite “^/[0-9]{4}/[0-9]{2}/[0-9]{2}/([a-z0-9\-/]+)” http://www.example.com.com/$1; This would be included in your sites-available conf or which ever conf files handling this. My approach is to maintain a conf file strictly for … Continued

Get title, caption + description for WP post thumbnail

 

WP Dropdown List of Monthly Archives

 

Remove WP Admin Bar if user level is below…

 

Install Sage, NPM, Bower & Glup on Ubuntu

I’ve updated these instructions to handle some issues syncing NPM with Sage on Ubuntu 14. Sage has become one of the preferred starter themes used by an industry leading WordPress development company. I don’t know how long these specific instructions will work for, but right now … Continued