[idl id="自定义值" t="要显示的链接文字"] 下载链接列表 [/idl]. 或是图片弹窗[idl img="file.jpg"]图片地址[/idl]. Development by 99dl DoanloandMangager and based on http://famspam.com/facebox Author: 99839. Version: 1.0 Author URI: http://www.iesay.com */ add_action('wp_head', 'idl_head'); function idl_head() { echo ' '; } function lightbox_99dl($atts, $content = null) { extract(shortcode_atts(array( 'id' => '', 'img' => '', 't' => '', ), $atts)); if ($id) { return '
'; } elseif ($img) { return ''.$content.''; } } add_shortcode('idl', 'lightbox_99dl'); ?>