[code] // functionfunction fn_googleMaps($atts, $content = null) {... Read More »
[code] function tweetCount($url) { $content = file_get_contents("http://api.tweetmeme.com/url_info?url=".$url); $element = new SimpleXmlElement($content); $tweets = $element->story->url_count; echo $tweets." tweets!";... Read More »
[code] Posted on <?php the_time('F jS, Y') ?><?php $u_time = get_the_time('U')... Read More »
[code] // functionfunction print_post_title() {global $post; $thePostID = $post->ID; $post_id = get_post($thePostID); $title = $post_id->post_title;... Read More »
[code]<ul> <?php $arr = wp_tag_cloud(array( ... Read More »
[code] define('WP_POST_REVISIONS', false); function disable_autosave(... Read More »
[code] //get individual text for button:$buttontext=$this->pi_getLL('submit'); ... Read More »
[code] <?php function right($value, $count){ ... Read More »
[code] //(\xc2\xa0) is the unicode of chinese space$new['content'] = preg_replace('/^[(\xc2\... Read More »
[code] class ScreenScraper{ var $url; var $data; var... Read More »