boxmoe_header_banner_img

Hello! 欢迎来到盒子萌!

加载中

文章导读

wordpress开启文章形式 编写文章的时候可以选择文章类型 配合主题判断可达到前端不同展示


avatar
专收爆米花 2018年8月27日 2.93k

wordpress文章形式函数功能 添加在 functions.php 添加后在 写文章右侧就会有文章形式可选了

add_theme_support( 'post-formats',      
      array( 
        'aside',   // title less blurb
        'gallery', // gallery of images
        'link',    // quick link to other site
        'image',   // an image
        'quote',   // a quick quote
        'status',  // a Facebook like status update
        'video',   // video 
        'audio',   // audio
        'chat'     // chat transcript 
      )
    );


评论(2)

查看评论列表
评论头像
free徐来、 2019年07月02日
这个不是WordPress自带的有吗
评论头像
专收爆米花 博主 2019年07月04日
是哒

发表评论

表情 颜文字
插入代码