ID ); $url = url_to_postid( $ID ); if ( is_page() ) $short = get_bloginfo('url') . '/?page_id=' . $id; elseif ( is_attachment() ) $short = get_bloginfo('url') . '/?attachment_id=' . $id; else $short = get_bloginfo('url') . '/?p=' . $url; } return $short; } /** * @Anywhere twitter handle shortcode * @since 0.2.4 */ function anywhere_twitter_handle_shortcode() { global $anywhere; $handle = $anywhere['twitter_handle']; return $handle; } ?>