/ Published in: PHP
Shortcode to insert iDevCenter.com rank in a WP blog post.
Expand |
Embed | Plain Text
function idcRankHandler($args){ $idcRef = !is_null($link) ? "http://idevcenter/link/$link" : "http://www.idevcenter.com/links/post/?url=".$hold=rawurlencode(get_permalink($post->ID)); return '<a href="'.$idcRef .'" class="idcRankAnchor">' .'<img src="http://idevcenter.com/links/image?url='.$hold .'" title="Vote on iDevCenter.com" alt="Vote on iDevCenter.com" class="idcRankImage" /> </a>'; } add_shortcode("idc","idcRankHandler"); //Attaching iDC handler
You need to login to post a comment.
