iDC WordPress短代码(无参数)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iDC WordPress短代码(无参数)相关的知识,希望对你有一定的参考价值。
Shortcode to insert iDevCenter.com rank in a WP blog post.it doesn't need the id parameter to be passed. (more efficient one)
function idcRankHandler(){ return '<a href="http://idevcenter.com/links/vote?url='. $url .'" class="idcRankAnchor">' .'<img src="http://idevcenter.com/links/image?url='.$url .'" title="Vote on iDevCenter.com" alt="Vote on iDevCenter.com" class="idcRankImage" /> </a>'; } add_shortcode("idc","idcRankHandler"); //Attaching iDC handler
以上是关于iDC WordPress短代码(无参数)的主要内容,如果未能解决你的问题,请参考以下文章