产品展示用到文章和缩略图功能
实现步骤:
一、创建分类
后台创建文章分类:产品中心
二、开启缩略图功能
在主题的functions.php中,添加一段代码,代码如下:
add_theme_support( 'post-thumbnails' );
更多设置请参考:
http://www.cnblogs.com/tinyphp/p/6359167.html
三、添加文章并设置缩略图
四:调用该分类信息、文章标题和缩略图
term_id; $product_link=get_term_link($product_term_id,'category'); ?>">产品中心 ">
-
2,
'posts_per_page'=>8
));
if($product_query->have_posts()) : while($product_query->have_posts()) :$product_query->the_post();
?>
-
">
//显示默认图片
">dd
转载请注明:IT运维空间 » web技术 » wordpress如何做产品展示页 wordpress产品展示
发表评论