I know the title sounds a little wired, here is the background story. WordPress has Revisions system stores a record of each saved draft or published update. It is enabled for Post & Page. But in Custom Post Type, Revisions…
Category: General
If you are looking for a way to automatically generate a post index page, with all the post title & link in a WordPress website, the simple way is to use WP_Query, with “posts_per_page=-1” as $args. There are ways to…
Managing so many WordPress websites, dealing with Terminal & command lines is inevitable. I use Mac OS X, so Terminal app and SSH command are the tools get me connected with remote machines occasionally. Although Coda 2 is my main…
Not just another regular update, WordPress 3.7 made automatic background updates a reality. Gone are the days of manually updating WordPress to tighten up web site security or fixing bugs, background updates can keep your WordPress installation updated with this…
WordPress is testing background update. One of my site running on WordPress 3.7 alpha has been quietly updated to 3.7 beta. I didn’t even know until I received an update notification email. WordPress is Testing Automatic Background Update in 3.7…
I get random emergency requests from time to time while I am away from my desk. Instead of carrying a laptop, I normally just take my iPad mini. Since installed the right apps, I found myself can get more work…
To manage website, I use SFTP/SSH over FTP. When use SFTP/SSH, I choose key-based authentication over username & password. Key based login is considered much more secure than password based login. The good news is, most Linux based hosting packages…