dsndm82062 2015-04-13 13:04
浏览 262
已采纳

在wordpress中添加短代码到自定义php文件

i got the following short lines for showing content in a php file

<p><?php echo $item->post_content; ?></p>

Problem being that when i add a news item from my admin panel in wordpress and use a shortcode the shortcode itself is being displayed instead of the content. Is there any possible way to allow the short code being proccessed in the php file?

It is some kind of news plugin that i must use for the client so cant remove that or use another one.

  • 写回答

2条回答 默认 最新

  • douzhimei8259 2015-04-13 13:31
    关注

    The do_shortcode() function will manually parse a string for any shortcodes:

    echo do_shortcode($item->post_content);

    It's because when you execute echo $item->post_content; by hand, it's not passed through the the_content filter first - which is responsible for things like expanding embedded videos and shortcodes.

    There's also a difference between the_content() and get_the_content() - the former hooks into the filter, expands the shortcodes (and echos the content for you) but the latter just returns the unfiltered content as a variable.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器