Author: Pixel Insert / Pixert
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
WordPress: Conditional tag to check a specific menu
Following conditional tag usually use in this filter function, wp_nav_menu_items For an example, I want to add search box to Primary Menu in WPZOOM theme name Videozoom. Conditional tag above make sure the search only show in a specif menu (Primary) 1. Open functions.php 2. Add following code to functions

