示例#1
0
							<h1><span class="glyphicon glyphicon-leaf"></span></h1>
							<h3>Web</h3>
							<p>www.yourdomain.com</p><br>
						</div>
					</div>
				</div>
			</article>
		</div>

		<!-- Sidebar -->
		<div class="col-md-3 pull-right">
			<div class="row">
				<div class="col-md-12 rhu_related_posts">
					<h2>Related <?php 
echo $related_category;
?>
 <?php 
echo strcasecmp($related_category, "blogs") == 0 ? "post" : "";
?>
</h2>
					<?php 
echo post_by_cat_links($posts, $related_category);
?>
				</div>
			</div>
		</div>
		<div class="clearfix"></div>

</div>

示例#2
0
					<?php 
echo html_entity_decode($main_post->post_content);
?>

				</div>

		</div>

		<!-- Sidebar -->
		<div class="col-md-3 pull-right">
			<div class="row">
				<div class="col-md-12 rhu_related_posts">
					<h2>Related <?php 
echo $related_category;
?>
 <?php 
echo strcasecmp($related_category, "blogs") == 0 ? "post" : "";
?>
</h2>
					<?php 
//var_dump($posts);
echo post_by_cat_links($posts, $related_category, $website_url_array);
?>
				</div>
			</div>
		</div>
		<div class="clearfix"></div>

</div>