给DIV添加特色图片代码

如题

下面是我使用的部分代码:

<!--获取上下篇日志的链接、标题、特色图像-->
	<div class="post-PrevNext">
	<?php
		$current_category = get_the_category();//获取当前文章所属分类ID
		$prev_post = get_previous_post($current_category,'');//与当前文章同分类的上一篇文章
		$next_post = get_next_post($current_category,'');//与当前文章同分类的下一篇文章
	?>
	<!--上一篇-->
	
		<div class="previous_post_link" style="background-image: url(<?php
$full_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($prev_post->ID), 'full');
echo $full_image_url[0];
?>);
		background-repeat:round;						   
cursor: pointer;" onclick="window.location='<?php echo get_permalink( $prev_post->ID ); ?>';
						   opacity:0.8;">
			<!--1,设置特色图片为背景。2、大图像贴合小div、3给div加超级链接-->
			
			
			<div class="previous_post_link_bg">
				
		<?php if (!empty( $prev_post )): ?>
		
			<div class="single-more">
				<div class="single-more-1">上一篇</div>
			
	<a style="color: #FFFFFF;" href="<?php echo get_permalink( $prev_post->ID ); ?>"><?php echo $prev_post->post_title; ?></a>
			<br>
			<div class="single-more-1">
				<!--创建博文时间:--><a style="color: #a59d9c"><?php the_time( 'Y.m.d' ); ?></a>
			</div>
				</div>
		<?php endif; ?>
				</div>
	</div>
		
		
		
		<!--下一篇博文导航-->
	<div class="next_post_link" style="background-image: url(<?php
		$full_image_url = wp_get_attachment_image_src( get_post_thumbnail_id($next_post->ID), 'full');
		echo $full_image_url[0];?>); 
		background-repeat:round;
		cursor: pointer;" onclick="window.location='<?php echo get_permalink( $next_post->ID ); ?>';">
		
		<div class="previous_post_link_bg">
		<?php if (!empty( $next_post )): ?>
		<a href="<?php echo get_permalink( $next_post->ID ); ?>"><!--获取博文链接-->
			<!--获取特色图片-->
		</a> 
		
			<div class="single-more">
				<div class="single-more-1">下一篇</div>
			
		<a style="color: #FFFFFF;" href="<?php echo get_permalink( $next_post->ID ); ?>">
			<?php echo $next_post->post_title; ?>
			</a>
			<br>
		<!--创建博文时间:-->
				<div class="single-more-1">
				<a style="color: #a59d9c"><?php the_time( 'Y.m.d' ); ?></a>
					</div>
			</div>
			</div>
		<?php endif; ?>
		</div>
		</div>

完整的代码请查看single.php文件:

下载:

教程

网站错误:502

2018-7-13 12:24:17

国外主题

Frida - 经典的甜蜜博客主题

2019-11-7 11:14:05

⚠️
Npcink上的部份代码及教程来源于互联网,仅供网友学习交流,若您喜欢本文可附上原文链接随意转载。
无意侵害您的权益,请发送邮件至 1355471563#qq.com 或点击右侧 私信:Muze 反馈,我们将尽快处理。
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索