我想将图库添加到帖子中,但我不希望它显示在内容中?

时间:2014-01-17 作者:UzumakiDev

我希望我的用户能够向帖子中添加图库,然后运行条件,如:

<? php
if (strpos($post - > post_content, \'[gallery\') !== false) {
    echo do_shortcode(\'[gallery]\');
} else {
    the_post_thumbnail();
} ?>
但使用wordpress的股票库并将其添加到帖子中也会显示内容中的库。

I have a 2 column layout, the right column has the_content() but I want the left column to display the gallery if it has one.

我该怎么做才能让这一切成功?

1 个回复
SO网友:Brad Dalton

此方法允许您使用自定义函数中的库短代码显示本机WordPress库How to call a plugin function in footer.php

您可以使用任何WordPress或特定于主题的挂钩。

结束

相关推荐

How to Find a Gallery's ID

你能告诉我怎么找到厨房的身份证吗?我们可以在CSS样式中使用这个ID吗?如果没有,我们如何以不同的风格设计两个不同的画廊?(老实说,我不确定这是否可能,但我希望!)