Author: Pixel Insert / Pixert
How to Disable WordPress Automatic Updates
WordPress Automatic updates were introduced in WordPress 3.7, this means most sites are now able to automatically apply these updates in the background. By default, automatic updates are only enabled for minor core releases and translation files, and the application will auto update itself if you’re on WordPress 3.9.0 when version 3.9.1 come out. We…
Useful WordPress Plugin: Category Order and Taxonomy Terms Order
Category Order and Taxonomy Terms Order is a powerful plugin to re-order categories and all custom taxonomies terms using a drag and drop capability. The best thing about this plugin, we don’t need to change theme code just to re-order categories and taxonomies, the plugin will do it for us. Just drag and drop category…
Change Posts Order with Post Types Order
WordPress displays posts and pages in order of the date published and changing that order can be frustrated. Easy solution to change posts order is by using this plugin, Post Type Order.
Show and Hidden Files on Mac OS X
I often edit. htacces, but when downloading or create files. htacces, the files hidden by Mac OS X, I’m currently using OSX 10.8.5. In Mac OS X, files with names that start with a dot (.) are hidden I’m using Terminal command to reveal the hidden files in OS X by making a change to…
WordPress: How to Hide Custom Field Meta Key from Custom Fields panel
I learned this trick when someone asked about How to Hide Custom Fields Meta Key from Custom Fields panel. This trick useful when you want to hide certain Custom Fields Meta Key and Value from client or authors Add following code to functions.php This code to hide a Custom Field Meta Key, just change mymetakey_no1…
WordPress: Add Title to IMG tag using Get The Image plugin
Get The Image plugin from Justin Tadlock is awesome, a script that can grab an image by custom field input, WordPress’ featured image, post attachment, or extracting it from the post’s content. Recently, someone asked about how to add Title to IMG tag. We know ALT attributes in IMG tag, but IMG tag also support…