Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/287.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php cherry framework wordpress短代码在哪里?_Php_Wordpress - Fatal编程技术网

Php cherry framework wordpress短代码在哪里?

Php cherry framework wordpress短代码在哪里?,php,wordpress,Php,Wordpress,我正在为Wordpress定制一个使用cherry框架构建的网站。。。 我的“问题”是关于一个短代码,它生成一个x类最近帖子的列表。。。这是一个内置的东西在主题 我需要什么来改变特征图像的行为。。。点击后,我不想看到灯箱,我需要的是文章的链接 我找到了可以编辑默认公文包书籍的正确代码,但不能编辑快捷码。。我找不到正确的代码 生成库的快捷码的名称为: 发布网格列 以及我正在实施的代码: [posts_grid columns="3" order_by="date" order="DESC" thu

我正在为Wordpress定制一个使用cherry框架构建的网站。。。 我的“问题”是关于一个短代码,它生成一个x类最近帖子的列表。。。这是一个内置的东西在主题

我需要什么来改变特征图像的行为。。。点击后,我不想看到灯箱,我需要的是文章的链接

我找到了可以编辑默认公文包书籍的正确代码,但不能编辑快捷码。。我找不到正确的代码

生成库的快捷码的名称为:

发布网格列

以及我正在实施的代码:

[posts_grid columns="3" order_by="date" order="DESC" thumb_width="333px" thumb_height="333px" meta="yes" link="yes" link_text="Leer más" category="masters" custom_class="masteres-list"]
我已经搜索了整个PHP文档,但似乎找不到实现这一点的正确代码段

我希望了解该框架的人能对此有所了解。谢谢。

直接从开发者那里找到答案