Example #1
0
"><?php 
    the_title();
    ?>
</a></h1>
		</header>
		<article class="article-content">
			<?php 
    the_content();
    ?>
		</article>
		<?php 
}
?>

		<div class="readers">
			<?php 
//readers_wall(1, 6, 100);
?>
			<?php 
readers_wall(1, _hui('readwall_limit_time'), _hui('readwall_limit_number'));
?>
		</div>

		<?php 
comments_template('', true);
?>
	</div>
</div>

<?php 
get_footer();
Example #2
0
"><?php 
    the_title();
    ?>
</a></h1>
		</header>
		<article class="article-content">
			<?php 
    the_content();
    ?>
		</article>
		<?php 
}
?>

		<div class="readers">
			<?php 
//readers_wall(1, 6, 100);
?>
			<?php 
readers_wall(1, _wedn_option('readwall_limit_time'), _wedn_option('readwall_limit_number'));
?>
		</div>

		<?php 
comments_template('', true);
?>
	</div>
</div>

<?php 
get_footer();
Example #3
0
</a>
			</h1>
			<div class="pull-right">
				<?php 
deel_share();
?>
			</div>
		</header>
		<?php 
while (have_posts()) {
    the_post();
    ?>
			<div class="article-content">
				<?php 
    the_content();
    ?>
			</div>
			<div class="readers">
				<?php 
    readers_wall();
    ?>
			</div>
		<?php 
    comments_template('', true);
}
?>
	</div>
</div>

<?php 
get_footer();
Example #4
0
}
?>
<div class="content-wrap">
    <div class="content page-readerwall">
        <h1 class="title"><strong><?php 
echo get_the_title();
?>
</strong></h1>
		<?php 
while (have_posts()) {
    the_post();
    ?>
			<article class="article-content">
				<?php 
    the_content();
    ?>
			</article>
			<div class="readers">
				<?php 
    readers_wall($outer = '1', $timer = _hui('readwall_limit_time'), $limit = _hui('readwall_limit_number'));
    ?>
			</div>
		<?php 
    comments_template('', true);
}
?>
	</div>
</div>
<?php 
get_sidebar();
get_footer();