remove personal info
This commit is contained in:
parent
933e17ccff
commit
f3694d593f
|
@ -26,8 +26,6 @@
|
||||||
'after' => '</div>',
|
'after' => '</div>',
|
||||||
) );
|
) );
|
||||||
?>
|
?>
|
||||||
<p class="head-copyright">「樱花庄的白猫」原创文章:<a href="<?php the_permalink(); ?>">《<?php the_title(); ?>》</a>,转载请保留出处!<?php the_permalink(); ?></p>
|
|
||||||
<p>Q.E.D. <i class="fa fa-meetup" aria-hidden="true" style="color:#d34836"></i></p>
|
|
||||||
<!--<div class="oshimai"></div>-->
|
<!--<div class="oshimai"></div>-->
|
||||||
<h2 style="opacity:0;max-height:0;margin:0">Comments</h2><!-- 评论跳转标记 -->
|
<h2 style="opacity:0;max-height:0;margin:0">Comments</h2><!-- 评论跳转标记 -->
|
||||||
</div><!-- .entry-content -->
|
</div><!-- .entry-content -->
|
||||||
|
|
|
@ -15,7 +15,6 @@ $class = ($i%2 == 0) ? 'post-list-thumb-left' : ''; // 如果为偶数
|
||||||
if(has_post_thumbnail()){
|
if(has_post_thumbnail()){
|
||||||
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large');
|
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'large');
|
||||||
$post_img = $large_image_url[0];
|
$post_img = $large_image_url[0];
|
||||||
//$post_img = str_replace("//cdn.2heng.xin","//2heng.xin",$post_img); //强制使用又拍云
|
|
||||||
}else{
|
}else{
|
||||||
$post_img = get_bloginfo('template_url') . '/images/temp.png';
|
$post_img = get_bloginfo('template_url') . '/images/temp.png';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue