Author: Pixel Insert / Pixert
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…
Google Apps Error: Authentication
I had new domain alias setup in Google Apps before I encountered this error when was trying to send email to new domain alias 550-Please turn on SMTP Authentication in your mail client, or login to the 550-IMAP/POP3 server before sending your message The error happened because DNS propagation, wait for 24 hours for server…
WordPress: Set Featured Images Automatically in Hundreds or Thousands of Post
This plugin is saving time by generate post thumbnails from Featured Images at once. Auto Post Thumbnail
Mac App Store: “You Have Updates Available for Other Accounts”
This what was happening when I tried to update Coda 2 on Mac I have only one Apple ID, when I clicked the Purchases tab, the button next to Coda 2 showed Update. I clicked it and got a dialog, “You have updates available for other accounts.” This is how to fix it 1. Repair…
WordPress: How to Display Date and Time with User-preferred Formatting
We set Date Format and Time Format in WordPress General Setting and we want to display that date on WordPress template. The Date Format and the Time Format settings allow us to set Date and Time to any format we wants, it also easier to use with localization. Use following code in WordPress template Date…