iam最近下载了一个名为The Gossip的Wordpress主题,这个主题有一个短代码功能,可以帮助你创建不同的东西,例如我只想说我想在我的补充工具栏上的小工具类别中显示最后5个帖子,所有这些我必须这样做,就是粘贴那段代码
[posts cats="gadgets" images="true" image_width="80" image_height="80" title="true" per_page="5" cols="1" image_wrap="true" pagination="false" meta="false" read_more="false" title_size="14" name='"sidebardog" content="post" content_display="excerpt" excerpt_length="0" spacing="spacing-small"]
主题完成其余部分,我的问题是,如何使代码显示当前帖子的同一类别中的最后5个帖子。我试图将 cats =“gadgets”替换为 cats =“the_category();”或 cats =“”,但它没有工作
有人对如何正确地做到这一点有任何想法吗?非常感谢您的关注,我们将非常感谢您的帮助!
答案 0 :(得分:0)
,您应该找到以下行:
add_shortcode( 'posts', 'YOUR_SHORTCODE_FUNCTION_NAME' );
然后你只需要搜索YOUR_SHORTCODE_FUNCTION并在里面使用全局$ post变量获取类别