产品展示用到文章和缩略图功能

相关推荐:《wordpress/" target="_blank">WordPress教程

实现步骤:

一、创建分类

后台创建文章分类:产品中心

二、开启缩略图功能

在主题的functions.php中,添加一段代码,代码如下:

add_theme_support( 'post-thumbnails' );
登录后复制

更多设置请参考:

http://www.cnblogs.com/tinyphp/p/6359167.html

三、添加文章并设置缩略图

四:调用该分类信息、文章标题和缩略图 

<?php $product_term =get_term_by('name','产品中心',category); $product_term_id=$product_term->term_id;     $product_link=get_term_link($product_term_id,'category'); ?>     

          ">产品中心         ">     

       
登录后复制

以上就是wordpress如何做产品展示页的详细内容,更多请关注慧达安全导航其它相关文章!

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿
发表
评论
返回
顶部