Tag: wordpress
Create Responsive Menu with WordPress Plugin
Responsive menu is a WordPress plugin that creates a nice three-lined menu button or responsive menu when the site viewed on devices that users can click to bring a slide out menu, which is easily navigated .
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.
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…