donglizuo8892 2013-09-03 16:49
浏览 26
已采纳

短代码没有通过wordpress模板

so I'm using this awesome plugin "anything slider" and have successfully integrated into the template. however, it's bringing in all slides instead of just a category. This is the shortcode I'm using... which brings in all slides...

<?php echo do_shortcode( "[anything_slides cat="ur"]" ); ?>

The shortcode to bring in a category works within the wysiqyg editor like this:

[anything_slides cat="ur"]

Can someone possibly help?

http://wordpress.org/plugins/anythingslider-for-wordpress/

  • 写回答

1条回答 默认 最新

  • duanan1228 2013-09-03 16:59
    关注

    I think that the "double-quote" have to be escaped:

    <?php echo do_shortcode( "[anything_slides cat=\"ur\"]" ); ?>
    

    or

    <?php echo do_shortcode( '[anything_slides cat="ur"]' ); ?>
    

    Hope it helps!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 正弦信号发生器串并联电路电阻无法保持同步怎么办
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 个人网站被恶意大量访问,怎么办
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序