WP客户评论-短码

时间:2012-07-12 作者:Iladarsda

WP Customer Reviews Plugin

正在寻找一些shortcodes 用于显示review form only / reviews only.

在插件页面上有一个关于短代码的信息(短代码可用于在任何页面或小部件上插入评论和评论表单),但我在任何地方都找不到主题。

http://wordpress.org/extend/plugins/wp-customer-reviews/

你有使用这个插件的经验吗?非常感谢您的建议。

2 个回复
最合适的回答,由SO网友:Pontus Abrahamsson 整理而成

插件在wp自定义评论中注册了一些短代码。php:

add_shortcode( \'WPCR_INSERT\', array(&$this, \'shortcode_wpcr_insert\') );
add_shortcode( \'WPCR_SHOW\', array(&$this, \'shortcode_wpcr_show\') );
尝试:[WPCR_INSERT][WPCR_SHOW]

SO网友:salty-sailor

有关短代码及其使用,请参阅WP Admin Dashboard:Settings | WP Customer Reviews。

结束

相关推荐

Plugins_url()错误地返回带有www子域的URL

我正在开发一个插件,为了回答这个问题,我们称之为“我的插件”。我的插件目录如下所示:my-plugin/ |- image.jpg |- script.js |- script.php |- plugin.php |- ajax.php 在脚本中。php我有一段代码指定了一些JS。在其中,我需要一个ajax的URL。php。e、 g.:<script type=\"text/javascript\"> foo = jQuer