Author: Pixel Insert / Pixert
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…
How to Modify get_comment_author_link to Open Comment Authors Website on new Window
By default, get_comment_author_link redirects the user to the site which was entered by comment author when they wrote comment in same window of our site. What if we want this to open on new window? Add following code to functions.php in your live theme directory