如何将画廊ID插入到柱子上?

时间:2013-01-15 作者:Paul

是否可以在wordpress 3.5中的帖子中插入特定的库ID?我想使用Ajax从帖子中加载库。我使用短代码[gallery] 去做吧。但当我这样使用它时:

echo do_shortcode(\'[gallery id="\'.$_POST[\'postid\'].\'"]\');
我用$\\u post[\'postid\')将所有图像附加到帖子,而不是从插入该帖子的库中获取的图像。

2 个回复
SO网友:Paul

单件。php我把这段代码放在这个链接上(谢谢Wyck)https://stackoverflow.com/questions/14277794/wordpress-3-5-own-gallery-with-included-images-doesnt-work

preg_match(\'/\\[gallery.*ids=.(.*).\\]/\', $post_content, $ids);
$array_id = explode(",", $ids[1]);
print_r($array_id);
现在我可以使用gallery快捷码[gallery id=“id’s from$array\\u id here”]

SO网友:Knut Sparhell

朴素、古老的[画廊]应该还在这里。

结束

相关推荐

Optimize shortcode callbacks

我创建了一个插件,在我的WordPress站点中添加了一些短代码。但我是一个PHP新手,所以我相信它可能有一些错误或优化它的方法。它工作正常,显然没有问题。内存使用率为00.04MB。你能看看吗?非常感谢!add_action( \'wp_enqueue_scripts\', \'prefix_add_my_stylesheet\' ); function prefix_add_my_stylesheet() { // Respects SSL, Styl