PicCool主题,高颜值的WordPress素材主题
2026/5/13 2:22:07 网站建设 项目流程

内容目录

  • 一、详细介绍
  • 二、效果展示
    • 1.部分代码
    • 2.效果图展示
  • 三、学习资料下载

一、详细介绍

PicCool主题,高颜值的WordPress素材虚拟资源主题,适合做资源站,图片站,写真站

功能特点:宫格布局和瀑布流布局随意切换,单张下载和全部下载任意设置,优雅的用户中心,高级筛选让筛选更快一步,全局设置素材版权。

二、效果展示

1.部分代码

代码如下(示例):

<divclass="container py-5"><divclass="hg_name mb-5"><h6class="f12">探索</h6><h3class="f24">相关内容</h3></div><divclass="pubuliu row row-cols-2 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 row-cols-xxl-5 g-4"><?php$term_info=get_the_terms($post->ID,'shows');//获取分类信息$args=array('post_type'=>'show','showposts'=>10,'post__not_in'=>array($post->ID),//排除当前文章'tax_query'=>array(array('taxonomy'=>'shows','terms'=>$term_info[0]->term_id),));$my_query=newWP_Query($args);if($my_query->have_posts()){while($my_query->have_posts()):$my_query->the_post();?><divclass="col"><divclass="content_loop"><aclass="content_loop_pic"rel="nofollow"href="<?php the_permalink(); ?>"target="_blank"><?phpif(has_post_format('video')){?><video oncontextmenu="return false;"width="100%"onMouseOver="this.play()"onMouseOut="this.pause()"controlslist="nodownload noplaybackrate"disablePictureInPicture controls><source src="<?php if ( get_field('video_type') == 'url') { echo get_field('video_url'); } else { echo get_field('video'); } ?>"type="video/mp4"></video><?php}elseif(has_post_format('audio')){?><audio controls controlsList="nodownload"><source src="<?php if ( get_field('audio_type') == 'url') { echo get_field('audio_url'); } else { echo get_field('audio'); } ?>"type="audio/mpeg"></audio><?php}else{//标准 ?><?phpif(get_field('show_lay','option')=='pbl'){the_post_thumbnail(array(400,true));}else{the_post_thumbnail(array(400,300,true));}?><?php}?></a><divclass="content_loop_foot bg-light"><h2class=""><aclass=""href="<?php the_permalink(); ?>"target="_blank"title="<?php the_title(); ?>"><?phpthe_title();?></a></h2><divclass="content_loop_info_cat"><span><iclass="bi bi-card-text me-1"></i><?phpthe_terms($post->ID,'shows','','');?></span><spanclass="sjbxs"><?phpthe_terms($post->ID,'show_tag','#','#');?></span></div><divclass="content_loop_info_info"><span><iclass="bi bi-chat-text"></i><?phpechoget_post($post->ID)->comment_count;?></span><spanclass="sjbxs"><iclass="bi bi-clock"></i><?phpthe_time('Y.m.d');?></span><span><iclass="bi bi-book"></i><?phppost_views('','');?></span></div></div></div></div><?phpendwhile;wp_reset_query();}?></div>

2.效果图展示






三、学习资料下载

蓝奏云:https://qumaw.lanzoui.com/ieAux2u3edyh

需要专业的网站建设服务?

联系我们获取免费的网站建设咨询和方案报价,让我们帮助您实现业务目标

立即咨询