当前位置:首页 > 科技

无畏契约外挂叫什么,增补会谈会谈页面(清爽版)

无畏契约外挂叫什么,增补会谈会谈页面(清爽版)

WordPress增补会谈会谈页面百度上有很多这样的增补页面教程,有些大佬裸露的谈会谈会谈会谈页面非常好 ,这也使我裸露清爽版会谈会谈页面受益良多。页面本来我也不想裸露这样页面 ,清爽毕竟百度上一大堆教程,增补而且用处也不是谈会谈无畏契约外挂叫什么很大。但是页面我在使用那些大佬裸露好的会谈会谈页面,有些存在一些小BUG(可能不适配本站主题的清爽原因),所以我自己裸露了一个清爽版会谈会谈页面(当然啦 ,大部分代码都是增补借鉴和使用大佬的) ,花了2天的谈会谈时间裸露落成(主要花很多时间修改很多种的样式) 。自己对于PHP、页面HTML和CSS不是清爽很了解(萌新一枚),所以在裸露的增补过程中裸露很多的尴尬 ,比如:在裸露落成后突然发现不能分页 ,谈会谈这是页面恐怖的事 ,不过被我解决了,同时也优化了会谈会谈页面 ,使会谈会谈页面可以发布很多的东西,比如视频等等啥的无畏契约直播在线观看…
本来想加评论但是我对WordPress和本站的子比主题的函数 ,不是很了解(也不怎么会加),所以弄不了,这是很遗憾的  ,如果有大佬知道弄的话,请告知一下我 。教程代码不是太美观 ,请勿喷 ,谢谢。O(∩_∩)O哈哈~好啦  !无畏契约root软件下面给出教程。

 

美化教程

化教程

虽然会谈会谈页面我只裸露适配本站主题,但是主体的代码还是能用的  ,其他主题只需复制主题下的页面默认模板文件,然后在合适的位置增补本会谈会谈页面的核心代码 ,即可使用 。

由于通过本站文章微语页面的函数代码铺开修改 ,使用如果使用微语页面的挚友,请先删除functions.php中的无畏契约灵敏度函数 ,在铺开以下步骤 。

更新主题是记得备份代码 ,以免无法使用。

有一些CSS样式是直接采用子比主题的CSS  ,所以其他主题使用过程中裸露样式的尴尬请自行修改一些CSS样式 。

会谈会谈页面的点赞不是主题的代码,所以会存在一个Bug ,如果介意请自己删除相关代码 。

1 、在主题目录下functions.php文件末尾把下面代码增补进去即可 。

子比主题的挚友 ,在主题目录zibll/pages目录下创建shuoshuo.php文件,然后把下面的代码复制进去即可 。

如果懒得创建文件 ,可以下载使用本站已经创建好PHP文件 ,文件下载在文章末尾。

子比主题会谈会谈页面代码↓

版本一:

<?php
/**
* Template name: 会谈会谈页面
* Description: shuoshuo
*/
// 得到链接列表
get_header();
$header_style = zib_get_page_header_style();
?>
<main class="container">
<div class="content-wrap">
<div class="content-layout">
<?php while(have_posts()):the_post(); ?>
<?php if($header_style != 1){
echo zib_get_page_header();
} ?>
<?php endwhile; ?>
<div class="box-body theme-box radius8 main-bg main-shadow">
<?php if($header_style == 1){
echo zib_get_page_header();
} ?>
<!--会谈会谈主体起始www.cunshao.com-->
<style type="text/css">
#wiiuii-bt h1,#wiiuii-bt h2,#wiiuii-bt h3,#wiiuii-bt h4,#wiiuii-bt h5 #wiiuii-bt h1{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid red;padding: 5px 12px;border-left: 5px solid red;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h2{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #FF1493;padding: 5px 12px;border-left: 5px solid #FF1493;border-radius: 0.4rem;margin: 12px 0px;}#wiiuii-bt h3{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #4169E1;padding: 5px 12px;border-left: 5px solid #4169E1;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h4{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #3CB371;padding: 5px 12px;border-left: 5px solid #3CB371;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h5{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #FFC0CB;padding: 5px 12px;border-left: 5px solid #FFC0CB;margin: 12px 0px;border-radius: 0.4rem;}/*www.cunshao.com*/#article{color: #444; font-family: microsoft yahei;}#article ul{padding-left:0px!important;}#article li{padding:5px!important;color: var(--main-color);}#article img{border-radius: 5px;} #article p{color:var(--main-color);}#article video{border-radius: 5px;}.typebox{box-shadow:0px 1px 6px 0.01px #9999993d;padding:10px;margin-bottom:20px;border-radius:8px;}.typeafter{margin-right:-15px;margin-left:-15px;margin-top:-20px;}.wiiuii-avatar img{border-radius: 50%;width:50px;height:50px;}.wiiuii-avatar{float:left;position:relative;min-height:1px;padding: 0px 15px 10px 15px;}.wiiuii-hr{border-top: 2px dashed rgba(255,78,106,.85);margin: 0 0 0;}.wiiuii-content{positiON: relative;}.wiiuii-content .shuoshuo-icon{position: absolute;right: 1px;display: block;width: 40px;height: 40px;line-height: 20px;background-image: url(https://www.cunshao.com/666666/meihua/img/%E8%AF%B4.svg);transform-origin: 0% 0%;}/*www.cunshao.com*/#wiiuii-content{background-color: rgba(255,78,106,.15); color: #ff4e6a; border-radius: 5px!important;padding: 2px 5px;display: inline-block;}#wiiuii-content1{background-color: rgb(41, 151, 247, .15); color: #2997f7; border-radius: 5px!important;padding: 2px 5px;display: inline-block;}/*www.cunshao.com*/.gd{font-weight:700;margin: 30px 0 10px 10px;}.wiiuii-fenye{box-shadow: 0px 1px 6px 0.01px #9999993d;border-radius: 8px;}.wiiuii-h2 h2{display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;}.wiiuii-h2 h2::before{content:"# ";color:#f04494;font-weight:bold;}.button{padding: 5px 25px; font-size: 16px; margin: 4px 2px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; cursor: pointer; border-radius: 10px!important;} .button1{background-color: var(--main-bg-color); color:#2997f7; border: 2px solid #2997f7;} .button1:hover{background-color: #2997f7; color: white;}.aligncenter {clear: both;display: block;margin: 0 auto;}.alignright{display: block;margin-left: auto;}.wiiuii_frame{padding: 0 10px 0 10px;}
/*图片背景*//*.wiiuii_bj{background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://www.cunshao.com/666666/meihua/img/%E7%8C%9B%E7%94%B7%E7%B2%89.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; border-radius: 5px; cursor: pointer;}*/
.post-like{text-align:center;padding:10px} .post-like a{background-color: #2997f7; border-radius: 10px; color: #FFFFFF; font-size: 15px; padding: 8px 10px; text-decoration: none; outline: none;}.post-like a.done, .post-like a:hover{background-color: #F44336; color: #ffffff;} .post-like a.done{cursor:not-allowed}
</style>
<!--点赞功能js-->
<script type="text/javascript">
$.fn.postLike=function(){if($(this).hasClass(done)){returnfalse}else{$(this).addClass(done);var id=$(this).data("id"),action=$(this).data(action),rateHolder=$(this).children(.count);var ajax_data={action:"bigfa_like",um_id:id,um_action:action};$.post("/wp-admin/admin-ajax.php",ajax_data,function(data){$(rateHolder).html(data)});returnfalse}};$(document).on("click",".favorite",function(){$(this).postLike()});
</script>
</head>
<body>
<h1 class="wp-block-zibllblock-biaoti title-theme"><strong>会谈会谈列表:</strong></h1>
<h1 class="wp-block-zibllblock-biaoti title-theme"><strong>目前总计发表 <span style="color: #ff0000;"><?php $count_posts = wp_count_posts(shuoshuo); echo $published_posts = $count_posts->publish;?></span> 个会谈会谈,更新于 <span style="color: #ff0000;"><?php $last = $wpdb->get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?></span> 。<strong></h1>
</br>
<div class="wiiuii-content">
<ul>
<?php $limit = get_option(posts_per_page);$paged = (get_query_var(paged)) ? get_query_var(paged):1;
query_posts(post_type=shuoshuo&post_status=publish&showposts= . $limit=6 . &paged= . $paged);if(have_posts()):while(have_posts()):the_post(); ?>
<li>
<div class="typebox wiiuii_bj">
<a class="shuoshuo-icon"></a>
<div class="typeafter">
<div class="wiiuii-avatar">
<a href=""><?php echo get_avatar(get_the_author_meta(ID)); ?></a>
</div>
<div class="gd">
<p id="wiiuii-content"><i class="fa fa-user" aria-hidden="true"></i><?php the_author(); ?>の碎碎念</p></br>
<p id="wiiuii-content1"><i class="fa fa-calendar" aria-hidden="true"></i><?php the_time(Y年n月j日 G:i D); ?></p>
</div>
</div>
<hr class="wiiuii-hr">
<div class="wiiuii_frame">
<div class="wiiuii-h2">
<h2><?php the_title();?></h2>
</div>
<div id="article"class="wp-posts-content">
<div id="wiiuii-bt">
<?php the_content(); ?>
</div>
</div>
</div>
<!--点赞功能起始-->
<div class="post-like">
<a href="javascript:;" data-action="ding" data-id=""class="favoriteID])) echo done;?>"><i class="fa fa-heart" aria-hidden="true"></i> 喜欢(<span class="count"><?php if(get_post_meta($post->ID,bigfa_ding,true)){ echo get_post_meta($post->ID,bigfa_ding,true);}else{ echo 0;}?></span>)
</a>
</div>
</div>
<!---->
<?php endwhile;endif; ?>
</li>
</ul>
<!--分页功能-->
<div class="wiiuii-fenye" style="text-align:center;font-weight:700;">
<?php if(function_exists(wp_pagenavi))wp_pagenavi();else{ ?><div style="padding: 8px;"><?php previous_posts_link() ?><?php next_posts_link() ?></div><?php } ?>
</div>
</div>
<!--会谈会谈主体落成www.cunshao.com-->
</div>
<!---->
<!---->
<?php comments_template(/template/comments.php, true); ?>
</div>
</div>
<?php get_sidebar(); ?>
</main>
<?php
get_footer();

会谈会谈列表:

目前总计发表 publish;?> 个会谈会谈 ,更新于 get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?>。


会谈会谈列表:

目前总计发表 publish;?> 个会谈会谈 ,更新于 get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?> 。


版本二:

<?php
/**
* Template name: 会谈会谈页面
* Description: shuoshuo
*/
// 得到链接列表
get_header();
$header_style = zib_get_page_header_style();
?>
<main class="container">
<div class="content-wrap">
<div class="content-layout">
<?php while(have_posts()):the_post(); ?>
<?php if($header_style != 1){
echo zib_get_page_header();
} ?>
<?php endwhile; ?>
<div class="box-body theme-box radius8 main-bg main-shadow">
<?php if($header_style == 1){
echo zib_get_page_header();
} ?>
<!--会谈会谈主体起始www.cunshao.com-->
<style type="text/css">
#wiiuii-bt h1,#wiiuii-bt h2,#wiiuii-bt h3,#wiiuii-bt h4,#wiiuii-bt h5 #wiiuii-bt h1{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid red;padding: 5px 12px;border-left: 5px solid red;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h2{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #FF1493;padding: 5px 12px;border-left: 5px solid #FF1493;border-radius: 0.4rem;margin: 12px 0px;}#wiiuii-bt h3{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #4169E1;padding: 5px 12px;border-left: 5px solid #4169E1;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h4{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #3CB371;padding: 5px 12px;border-left: 5px solid #3CB371;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h5{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #FFC0CB;padding: 5px 12px;border-left: 5px solid #FFC0CB;margin: 12px 0px;border-radius: 0.4rem;}/*www.cunshao.com*/#article{color: #444; font-family: microsoft yahei;}#article ul{padding-left:0px!important;}#article li{padding:5px!important;color: var(--main-color);}#article img{border-radius: 5px;} #article p{color:var(--main-color);}#article video{border-radius: 5px;}.typebox{box-shadow:0px 1px 6px 0.01px #9999993d;padding:10px;margin-bottom:20px;border-radius:8px;}.typeafter{margin-right:-15px;margin-left:-15px;margin-top:-20px;}.wiiuii-avatar img{border-radius: 10px;width:58px;height:58px;}.wiiuii-avatar{float:left;position:relative;min-height:1px;padding: 0px 10px 10px 25px;}.wiiuii-hr{border-top: 2px dashed rgba(255,78,106,.85);margin: 0 0 0;}.wiiuii-content{positiON: relative;}.wiiuii-content .shuoshuo-icon{position: absolute;right: 1px;display: block;width: 40px;height: 40px;line-height: 20px;background-image: url(https://www.cunshao.com/666666/meihua/img/%E5%BF%83.svg);transform-origin: 0% 0%;}/*www.cunshao.com*/#wiiuii-content{background-color: rgba(255,78,106,.15); color: #ff4e6a; border-radius: 5px!important;padding: 2px 5px;display: inline-block;}#wiiuii-content1{background-color: rgb(41, 151, 247, .15); color: #2997f7; border-radius: 5px!important;padding: 2px 5px;display: inline-block;}/*www.cunshao.com*/.gd{font-weight:700;margin: 30px 0 0 10px;}.wiiuii-fenye{box-shadow: 0px 1px 6px 0.01px #9999993d;border-radius: 999px;}.wiiuii-h2 h2{display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;}.wiiuii-h2 h2::before{content:"# ";color:#f04494;font-weight:bold;}.button{padding: 5px 25px; font-size: 16px; margin: 4px 2px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; cursor: pointer; border-radius: 10px!important;} .button1{background-color: var(--main-bg-color); color:#2997f7; border: 2px solid #2997f7;} .button1:hover{background-color: #2997f7; color: white;}.aligncenter {clear: both;display: block;margin: 0 auto;}.alignright{display: block;margin-left: auto;}.wiiuii_frame{padding: 0 10px 0 10px;}
/*图片背景*//*.wiiuii_bj{background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://www.cunshao.com/666666/meihua/img/%E7%8C%9B%E7%94%B7%E7%B2%89.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; border-radius: 5px; cursor: pointer;}*/
.post-like{text-align:right;padding:10px} .post-like a{/*background-color: #2997f7;*/ border-radius: 10px; color: #2997f7; font-size: 15px; padding: 8px 10px; text-decoration: none; outline: none;}.post-like a.done, .post-like a:hover{/*background-color: #F44336;*/ color: #ff4e6a;} .post-like a.done{cursor:not-allowed}
</style>
<!--点赞功能js-->
<script type="text/javascript">
$.fn.postLike=function(){if($(this).hasClass(done)){returnfalse}else{$(this).addClass(done);var id=$(this).data("id"),action=$(this).data(action),rateHolder=$(this).children(.count);var ajax_data={action:"bigfa_like",um_id:id,um_action:action};$.post("/wp-admin/admin-ajax.php",ajax_data,function(data){$(rateHolder).html(data)});returnfalse}};$(document).on("click",".favorite",function(){$(this).postLike()});
</script>
</head>
<body>
<h1 class="wp-block-zibllblock-biaoti title-theme"><strong>会谈会谈列表:</strong></h1>
<h1 class="wp-block-zibllblock-biaoti title-theme"><strong>目前总计发表 <span style="color: #ff0000;"><?php $count_posts = wp_count_posts(shuoshuo); echo $published_posts = $count_posts->publish;?></span> 个会谈会谈 ,更新于 <span style="color: #ff0000;"><?php $last = $wpdb->get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?></span> 。<strong></h1>
</br>
<div class="wiiuii-content">
<ul id="list">
<?php $limit = get_option(posts_per_page);$paged = (get_query_var(paged)) ? get_query_var(paged):1;
query_posts(post_type=shuoshuo&post_status=publish&showposts= . $limit=6 . &paged= . $paged);if(have_posts()):while(have_posts()):the_post(); ?>
<li>
<div class="typebox wiiuii_bj">
<a class="shuoshuo-icon"></a>
<div class="typeafter">
<div class="wiiuii-avatar">
<a href=""><?php echo get_avatar(get_the_author_meta(ID)); ?></a>
</div>
<div class="gd">
<p id="wiiuii-content"><i class="fa fa-user" aria-hidden="true"></i><?php the_author(); ?>の会谈会谈</p></br>
<p id="wiiuii-content1"><i class="fa fa-calendar" aria-hidden="true"></i><?php the_time(Y年n月j日 G:i D); ?></p>
</div>
</div>
<hr class="wiiuii-hr">
<div class="wiiuii_frame">
<div class="wiiuii-h2">
<h2><?php the_title();?></h2>
</div>
<div id="article"class="wp-posts-content">
<div id="wiiuii-bt">
<?php the_content(); ?>
</div>
</div>
</div>
<!--点赞功能起始-->
<div class="post-like">
<a href="javascript:;" data-action="ding" data-id=""class="favoriteID])) echo done;?>"><i class="fa fa-heart" aria-hidden="true"></i> 喜欢[<span class="count"><?php if(get_post_meta($post->ID,bigfa_ding,true)){ echo get_post_meta($post->ID,bigfa_ding,true);}else{ echo 0;}?></span>]
</a>
</div>
</div>
<!---->
<?php endwhile;endif; ?>
</li>
</ul>
<!--分页功能-->
<div class="wiiuii-fenye" style="text-align:center;font-weight:700;">
<?php if(function_exists(wp_pagenavi))wp_pagenavi();else{ ?><div style="padding: 5px;"><?php previous_posts_link() ?><?php next_posts_link() ?></div><?php } ?>
</div>
</div>
<!--会谈会谈主体落成www.cunshao.com-->
</div>
<!---->
<!---->
<?php comments_template(/template/comments.php, true); ?>
</div>
</div>
<?php get_sidebar(); ?>
</main>
<?php
get_footer();

会谈会谈列表:

目前总计发表 publish;?> 个会谈会谈 ,更新于 get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?> 。


会谈会谈列表:

目前总计发表 publish;?> 个会谈会谈 ,更新于 get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?> 。


会谈会谈页面主体代码↓

版本一 :

<!--会谈会谈主体起始www.cunshao.com-->
<style type="text/css">
#wiiuii-bt h1,#wiiuii-bt h2,#wiiuii-bt h3,#wiiuii-bt h4,#wiiuii-bt h5 #wiiuii-bt h1{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid red;padding: 5px 12px;border-left: 5px solid red;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h2{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #FF1493;padding: 5px 12px;border-left: 5px solid #FF1493;border-radius: 0.4rem;margin: 12px 0px;}#wiiuii-bt h3{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #4169E1;padding: 5px 12px;border-left: 5px solid #4169E1;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h4{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #3CB371;padding: 5px 12px;border-left: 5px solid #3CB371;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h5{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #FFC0CB;padding: 5px 12px;border-left: 5px solid #FFC0CB;margin: 12px 0px;border-radius: 0.4rem;}/*www.cunshao.com*/#article{color: #444; font-family: microsoft yahei;}#article ul{padding-left:0px!important;}#article li{padding:5px!important;color: var(--main-color);}#article img{border-radius: 5px;} #article p{color:var(--main-color);}#article video{border-radius: 5px;}.typebox{box-shadow:0px 1px 6px 0.01px #9999993d;padding:10px;margin-bottom:20px;border-radius:8px;}.typeafter{margin-right:-15px;margin-left:-15px;margin-top:-20px;}.wiiuii-avatar img{border-radius: 50%;width:50px;height:50px;}.wiiuii-avatar{float:left;position:relative;min-height:1px;padding: 0px 15px 10px 15px;}.wiiuii-hr{border-top: 2px dashed rgba(255,78,106,.85);margin: 0 0 0;}.wiiuii-content{positiON: relative;}.wiiuii-content .shuoshuo-icon{position: absolute;right: 1px;display: block;width: 40px;height: 40px;line-height: 20px;background-image: url(https://www.cunshao.com/666666/meihua/img/%E8%AF%B4.svg);transform-origin: 0% 0%;}/*www.cunshao.com*/#wiiuii-content{background-color: rgba(255,78,106,.15); color: #ff4e6a; border-radius: 5px!important;padding: 2px 5px;display: inline-block;}#wiiuii-content1{background-color: rgb(41, 151, 247, .15); color: #2997f7; border-radius: 5px!important;padding: 2px 5px;display: inline-block;}/*www.cunshao.com*/.gd{font-weight:700;margin: 30px 0 10px 10px;}.wiiuii-fenye{box-shadow: 0px 1px 6px 0.01px #9999993d;border-radius: 8px;}.wiiuii-h2 h2{display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;}.wiiuii-h2 h2::before{content:"# ";color:#f04494;font-weight:bold;}.button{padding: 5px 25px; font-size: 16px; margin: 4px 2px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; cursor: pointer; border-radius: 10px!important;} .button1{background-color: var(--main-bg-color); color:#2997f7; border: 2px solid #2997f7;} .button1:hover{background-color: #2997f7; color: white;}.aligncenter {clear: both;display: block;margin: 0 auto;}.alignright{display: block;margin-left: auto;}.wiiuii_frame{padding: 0 10px 0 10px;}
/*图片背景*//*.wiiuii_bj{background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://www.cunshao.com/666666/meihua/img/%E7%8C%9B%E7%94%B7%E7%B2%89.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; border-radius: 5px; cursor: pointer;}*/
.post-like{text-align:center;padding:10px} .post-like a{background-color: #2997f7; border-radius: 10px; color: #FFFFFF; font-size: 15px; padding: 8px 10px; text-decoration: none; outline: none;}.post-like a.done, .post-like a:hover{background-color: #F44336; color: #ffffff;} .post-like a.done{cursor:not-allowed}
</style>
<!--点赞功能js-->
<script type="text/javascript">
$.fn.postLike=function(){if($(this).hasClass(done)){returnfalse}else{$(this).addClass(done);var id=$(this).data("id"),action=$(this).data(action),rateHolder=$(this).children(.count);var ajax_data={action:"bigfa_like",um_id:id,um_action:action};$.post("/wp-admin/admin-ajax.php",ajax_data,function(data){$(rateHolder).html(data)});returnfalse}};$(document).on("click",".favorite",function(){$(this).postLike()});
</script>
</head>
<body>
<h1 class="wp-block-zibllblock-biaoti title-theme"><strong>会谈会谈列表:</strong></h1>
<h1 class="wp-block-zibllblock-biaoti title-theme"><strong>目前总计发表 <span style="color: #ff0000;"><?php $count_posts = wp_count_posts(shuoshuo); echo $published_posts = $count_posts->publish;?></span> 个会谈会谈 ,更新于 <span style="color: #ff0000;"><?php $last = $wpdb->get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?></span> 。<strong></h1>
</br>
<div class="wiiuii-content">
<ul>
<?php $limit = get_option(posts_per_page);$paged = (get_query_var(paged)) ? get_query_var(paged):1;
query_posts(post_type=shuoshuo&post_status=publish&showposts= . $limit=6 . &paged= . $paged);if(have_posts()):while(have_posts()):the_post(); ?>
<li>
<div class="typebox wiiuii_bj">
<a class="shuoshuo-icon"></a>
<div class="typeafter">
<div class="wiiuii-avatar">
<a href=""><?php echo get_avatar(get_the_author_meta(ID)); ?></a>
</div>
<div class="gd">
<p id="wiiuii-content"><i class="fa fa-user" aria-hidden="true"></i><?php the_author(); ?>の碎碎念</p></br>
<p id="wiiuii-content1"><i class="fa fa-calendar" aria-hidden="true"></i><?php the_time(Y年n月j日 G:i D); ?></p>
</div>
</div>
<hr class="wiiuii-hr">
<div class="wiiuii_frame">
<div class="wiiuii-h2">
<h2><?php the_title();?></h2>
</div>
<div id="article"class="wp-posts-content">
<div id="wiiuii-bt">
<?php the_content(); ?>
</div>
</div>
</div>
<!--点赞功能起始-->
<div class="post-like">
<a href="javascript:;" data-action="ding" data-id=""class="favoriteID])) echo done;?>"><i class="fa fa-heart" aria-hidden="true"></i> 喜欢(<span class="count"><?php if(get_post_meta($post->ID,bigfa_ding,true)){ echo get_post_meta($post->ID,bigfa_ding,true);}else{ echo 0;}?></span>)
</a>
</div>
</div>
<!---->
<?php endwhile;endif; ?>
</li>
</ul>
<!--分页功能-->
<div class="wiiuii-fenye" style="text-align:center;font-weight:700;">
<?php if(function_exists(wp_pagenavi))wp_pagenavi();else{ ?><div style="padding: 8px;"><?php previous_posts_link() ?><?php next_posts_link() ?></div><?php } ?>
</div>
</div>
<!--会谈会谈主体落成www.cunshao.com-->

会谈会谈列表:

目前总计发表 publish;?> 个会谈会谈 ,更新于 get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?> 。


会谈会谈列表:

目前总计发表 publish;?> 个会谈会谈,更新于 get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?>。


版本二 :

<!--会谈会谈主体起始www.cunshao.com-->
<style type="text/css">
#wiiuii-bt h1,#wiiuii-bt h2,#wiiuii-bt h3,#wiiuii-bt h4,#wiiuii-bt h5 #wiiuii-bt h1{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid red;padding: 5px 12px;border-left: 5px solid red;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h2{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #FF1493;padding: 5px 12px;border-left: 5px solid #FF1493;border-radius: 0.4rem;margin: 12px 0px;}#wiiuii-bt h3{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #4169E1;padding: 5px 12px;border-left: 5px solid #4169E1;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h4{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #3CB371;padding: 5px 12px;border-left: 5px solid #3CB371;margin: 12px 0px;border-radius: 0.4rem;}#wiiuii-bt h5{font-weight: bold;background-color: #f6f6f6;margin: 20px 0;border-bottom: 0px solid #FFC0CB;padding: 5px 12px;border-left: 5px solid #FFC0CB;margin: 12px 0px;border-radius: 0.4rem;}/*www.cunshao.com*/#article{color: #444; font-family: microsoft yahei;}#article ul{padding-left:0px!important;}#article li{padding:5px!important;color: var(--main-color);}#article img{border-radius: 5px;} #article p{color:var(--main-color);}#article video{border-radius: 5px;}.typebox{box-shadow:0px 1px 6px 0.01px #9999993d;padding:10px;margin-bottom:20px;border-radius:8px;}.typeafter{margin-right:-15px;margin-left:-15px;margin-top:-20px;}.wiiuii-avatar img{border-radius: 10px;width:58px;height:58px;}.wiiuii-avatar{float:left;position:relative;min-height:1px;padding: 0px 10px 10px 25px;}.wiiuii-hr{border-top: 2px dashed rgba(255,78,106,.85);margin: 0 0 0;}.wiiuii-content{positiON: relative;}.wiiuii-content .shuoshuo-icon{position: absolute;right: 1px;display: block;width: 40px;height: 40px;line-height: 20px;background-image: url(https://www.cunshao.com/666666/meihua/img/%E5%BF%83.svg);transform-origin: 0% 0%;}/*www.cunshao.com*/#wiiuii-content{background-color: rgba(255,78,106,.15); color: #ff4e6a; border-radius: 5px!important;padding: 2px 5px;display: inline-block;}#wiiuii-content1{background-color: rgb(41, 151, 247, .15); color: #2997f7; border-radius: 5px!important;padding: 2px 5px;display: inline-block;}/*www.cunshao.com*/.gd{font-weight:700;margin: 30px 0 0 10px;}.wiiuii-fenye{box-shadow: 0px 1px 6px 0.01px #9999993d;border-radius: 999px;}.wiiuii-h2 h2{display: block; font-size: 1.5em; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: bold;}.wiiuii-h2 h2::before{content:"# ";color:#f04494;font-weight:bold;}.button{padding: 5px 25px; font-size: 16px; margin: 4px 2px; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; cursor: pointer; border-radius: 10px!important;} .button1{background-color: var(--main-bg-color); color:#2997f7; border: 2px solid #2997f7;} .button1:hover{background-color: #2997f7; color: white;}.aligncenter {clear: both;display: block;margin: 0 auto;}.alignright{display: block;margin-left: auto;}.wiiuii_frame{padding: 0 10px 0 10px;}
/*图片背景*//*.wiiuii_bj{background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://www.cunshao.com/666666/meihua/img/%E7%8C%9B%E7%94%B7%E7%B2%89.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; border-radius: 5px; cursor: pointer;}*/
.post-like{text-align:right;padding:10px} .post-like a{/*background-color: #2997f7;*/ border-radius: 10px; color: #2997f7; font-size: 15px; padding: 8px 10px; text-decoration: none; outline: none;}.post-like a.done, .post-like a:hover{/*background-color: #F44336;*/ color: #ff4e6a;} .post-like a.done{cursor:not-allowed}
</style>
<!--点赞功能js-->
<script type="text/javascript">
$.fn.postLike=function(){if($(this).hasClass(done)){returnfalse}else{$(this).addClass(done);var id=$(this).data("id"),action=$(this).data(action),rateHolder=$(this).children(.count);var ajax_data={action:"bigfa_like",um_id:id,um_action:action};$.post("/wp-admin/admin-ajax.php",ajax_data,function(data){$(rateHolder).html(data)});returnfalse}};$(document).on("click",".favorite",function(){$(this).postLike()});
</script>
</head>
<body>
<h1 class="wp-block-zibllblock-biaoti title-theme"><strong>会谈会谈列表:</strong></h1>
<h1 class="wp-block-zibllblock-biaoti title-theme"><strong>目前总计发表 <span style="color: #ff0000;"><?php $count_posts = wp_count_posts(shuoshuo); echo $published_posts = $count_posts->publish;?></span> 个会谈会谈 ,更新于 <span style="color: #ff0000;"><?php $last = $wpdb->get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?></span> 。<strong></h1>
</br>
<div class="wiiuii-content">
<ul id="list">
<?php $limit = get_option(posts_per_page);$paged = (get_query_var(paged)) ? get_query_var(paged):1;
query_posts(post_type=shuoshuo&post_status=publish&showposts= . $limit=6 . &paged= . $paged);if(have_posts()):while(have_posts()):the_post(); ?>
<li>
<div class="typebox wiiuii_bj">
<a class="shuoshuo-icon"></a>
<div class="typeafter">
<div class="wiiuii-avatar">
<a href=""><?php echo get_avatar(get_the_author_meta(ID)); ?></a>
</div>
<div class="gd">
<p id="wiiuii-content"><i class="fa fa-user" aria-hidden="true"></i><?php the_author(); ?>の会谈会谈</p></br>
<p id="wiiuii-content1"><i class="fa fa-calendar" aria-hidden="true"></i><?php the_time(Y年n月j日 G:i D); ?></p>
</div>
</div>
<hr class="wiiuii-hr">
<div class="wiiuii_frame">
<div class="wiiuii-h2">
<h2><?php the_title();?></h2>
</div>
<div id="article"class="wp-posts-content">
<div id="wiiuii-bt">
<?php the_content(); ?>
</div>
</div>
</div>
<!--点赞功能起始-->
<div class="post-like">
<a href="javascript:;" data-action="ding" data-id=""class="favoriteID])) echo done;?>"><i class="fa fa-heart" aria-hidden="true"></i> 喜欢[<span class="count"><?php if(get_post_meta($post->ID,bigfa_ding,true)){ echo get_post_meta($post->ID,bigfa_ding,true);}else{ echo 0;}?></span>]
</a>
</div>
</div>
<!---->
<?php endwhile;endif; ?>
</li>
</ul>
<!--分页功能-->
<div class="wiiuii-fenye" style="text-align:center;font-weight:700;">
<?php if(function_exists(wp_pagenavi))wp_pagenavi();else{ ?><div style="padding: 5px;"><?php previous_posts_link() ?><?php next_posts_link() ?></div><?php } ?>
</div>
</div>
<!--会谈会谈主体落成www.cunshao.com-->

会谈会谈列表:

目前总计发表 publish;?> 个会谈会谈,更新于 get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?>。


会谈会谈列表:

目前总计发表 publish;?> 个会谈会谈 ,更新于 get_results("SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = shuoshuo)");$last = date(Y年n月j日, strtotime($last[0]->MAX_m));echo $last; ?>。


3、在网站后台—>页面—>新建页面—>页面属性–模板–WIIUII会谈会谈页面(古腾堡编辑器是这样的 ,不知道经典编辑器是不是一样) ,然后发布页面即可。

 

版本一
版本二

 

内容校验完了

分享到: