如何在Adapt wordpress主题的主页上显示类别的图像缩略图(免费版)

我正在使用wordpress主题” Adapt”(http://www.wpexplorer.com/adapt-free-sensitive-wordpress-theme/)。现在, 我希望为我的帖子创建的类别在我的首页中显示为带有类别名称的缩略图。

我可以使用以下代码在页面中显示类别的名称:

<?php 
$args = array(
'show_option_all'    => '', 'orderby'            => 'name', 'style'              => 'grid', 'show_count'         => 0, 'hide_empty'         => 1, 'use_desc_for_title' => 1, 'child_of'           => 0, 'hierarchical'       => 1, 'title_li'           => __( '' ), 'show_option_none'   => __( '' ), 'number'             => null, 'echo'               => 1, 'depth'              => 0, 'current_category'   => 0, 'pad_counts'         => 0, 'taxonomy'           => 'category', 'feed'           => 'true', );
?>

我的主页看起来像这样:

在此处输入图片说明

我是wordpress和PHP的新手。谁能帮助我, 让我知道我需要添加什么代码才能在首页中显示缩略图?


#1


尝试使用类别图像插件。用于显示带有简单插件简短代码的类别图片。

来源:

https://www.srcmini02.com/67378.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_36908.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?