Example #1
0
        the_timestamp();
        ?>
 ago</div>
				<h1><?php 
        the_title();
        ?>
</h1>
			</div>
		</div>
	</section>

	<section class="single-body">

		<div class="col-fixed col-fixed-left pull-left" style="height:1800px;">
			<?php 
        echo author_biography();
        ?>
			<div class="divider"></div>
			<div id="sticky_sharing">
				<h4 class="sharing">Social</h4>
				<ul class="share">
					<?php 
        $bitly = make_bitly_url($permalink);
        $share_title = urlencode(html_entity_decode(get_the_title(), ENT_COMPAT, 'UTF-8'));
        ?>

					<li class="social facebook"><a href="https://www.facebook.com/sharer/sharer.php?u=<?php 
        echo $bitly;
        ?>
" data-shared="<?php 
        the_title();
Example #2
0
			<div class="post-content cat-links cat-first-letter">
				<?php 
        echo the_content();
        ?>
			</div>
			
            <div class="extras">
             	<?php 
        get_ad('post-bottom');
        ?>
			</div>
			<div class="extras">
				<h3 class="section-title">About The Author</h3>
				<div class="divider cat-background bottom_margins"></div>
				<?php 
        author_biography($author_id);
        ?>
			</div>
			
			<div class="extras">
				<h3 class="section-title">Related</h3>
				<div class="divider cat-background bottom_margins"></div>
				<?php 
        get_related_posts(array('category' => $category->term_id));
        ?>
			</div>
			
			<?php 
        /*
        			<div class="extras">
        				<h3 class="section-title">More By <strong><?php echo $author_username; ?></strong></h3>