Date: September 10, 2014

Reference site of solution : https://dev.twitter.com/discussions/686 Follow This steps, 1.. Create a php file in your server: request_url =”https://api.twitter.com/1/help/test.json”; $srvstamp = time(); // —- server timestamp —- $twheader = get_headers($request_url, 1); // —- array with [‘Date’] string $twistamp = strtotime($twheader[‘date’]); // —- twitter timestamp echo ” Server: “.date(“Y.m.d (H:i:s)”,$srvstamp).” – “.$srvstamp.” \r\n”; echo ” Twitter: […]

Date: May 21, 2014

USe MultiPostThumbnails WordPress plugins. // Add Multiple featured box thumbnails In CPT ITem if (class_exists(‘MultiPostThumbnails’)) { new MultiPostThumbnails(array( ‘label’ => ‘Logo’, ‘id’ => ‘logo’, ‘post_type’ => ‘ait-dir-item’ ) ); } // generate custom image size for that featured box add_image_size(‘ait-dir-item-logo-thumbnail’, 400, 160); add_image_size(‘ait-dir-item-search-logo-thumbnail’, 250, 85); // use it in your template file if (class_exists(‘MultiPostThumbnails’)) : […]

Date: May 21, 2014

add_action( ‘admin_head-edit-tags.php’, ‘remove_child_taxonomy_selection_box’ ); function remove_child_taxonomy_selection_box() { // don’t run in the Tags screen if ( ‘customposttype_name’ != $_GET[‘taxonomy’] ) return; // Screenshot_1 = New Category // http://example.com/wp-admin/edit-tags.php?taxonomy=category $parent = ‘parent()’; // Screenshot_2 = Edit Category // http://example.com/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=17&post_type=post if ( isset( $_GET[‘action’] ) ) $parent = ‘parent().parent()’; ?> jQuery(document).ready(function($) { checkval(); $(“#parent”).live(‘click’,function(){ checkval(); }); }); […]

Date: April 25, 2014

Secure Your WordPress Blog With Clef for WordPress Login Security By now you’ve no doubt heard about the Heartbleed security situation. If you haven’t quite grasped how this might be used to compromise your passwords, xkcd had a great cartoon that helps explain it. Regardless of your exposure, it’s a big deal. Heartbleed has shown […]

Date: March 19, 0015

Birthday Celebration 2015 An employee birthday is a chance for one person to stand in the limelight and be recognized separately. For one day, it’s their day. Even if the work day goes along as usual, with the same start time and stop time, and the same work, the day feels different when an employee