Example #1
0
</a>

	</div><!-- end header -->
	
	<div id="content">
		<h1><?php 
get_page_title();
?>
</h1>	
			<div id="page-content">
				<div class="page-text">
					<?php 
get_page_content();
?>
					<p class="page-meta">Published on &nbsp;<span><?php 
get_page_date('F jS, Y');
?>
</span></p>
				</div>
			</div>
	</div>	
		
	<div id="sidebar">
		<div class="section">
			<?php 
get_component('sidebar');
?>
		</div>
		<div class="section credits">
			<p><?php 
echo date('Y');
Example #2
0
	<div class="clear"></div>
	</div>
	<!--end main menu -->

	<!--content -->
	<div id="content">
		<h2><?php 
get_page_title();
?>
</h2>
		<?php 
get_page_content();
?>
 
		<p class="meta"> Published on stardate&nbsp;<?php 
get_page_date('Y.m.d');
?>
</p>
		<p class="printonly url"><b>URL for this page:</b> <?php 
get_page_url();
?>
</p>
	</div>
	<!--end content -->
	
	<!--sidebar -->
	<div id="sidebar">
		<?php 
get_component('sidebar');
?>
		<?php 
Example #3
0
/images/avatar-002.png" />
		<h1>Kenneth John Odle</h1>
		<h2><a href="https://portfolio.kjodle.net/" title="Click here to return to portfolio">Web Portfolio</a></h2>
	<div style="clear:both;"></div>
	</div>
</header>


<div id="container">
			<div id="page-content">
				<div class="page-text">
					<?php 
get_page_content();
?>
					<p class="page-meta">Published on &nbsp;<span><?php 
get_page_date('l d F Y');
?>
</span></p>
				</div>
			</div>
</div><!-- end "container" -->


<footer>
<p>
	Built with PHP, HTML5, and CSS3,
	<br class="rwd-break" />
	<span style="white-space: nowrap;">with help from <a href="https://jquery.com/">jQuery</a>, <a href="https://jqueryui.com/">jQuery UI</a>, </span>
	<br class="rwd-break" />
	<span style="white-space: nowrap;">and <a href="https://fortawesome.github.io/Font-Awesome/">FontAwesome</a>.</span>
	<br />
Example #4
0
get_page_content();
?>
 

		<!-- Add support for Child Menu plugin @ http://get-simple.info/extend/plugin/child-menu/40/ -->
		<?php 
/*
	if (function_exists('go_child_menu')) {
		fossa_child_menu();
	}
*/
?>

		<!-- Add page publishing data -->
		<p class="meta" > Last edited on&nbsp;<?php 
get_page_date('d M Y');
?>
</p>


		<!-- Add sharing buttons at bottom of page if "Share Bottom" component exists -->
		<?php 
fossa_sharebottom();
?>

		<!-- Print page title, tagline, and copyright nicely, but does not display on screen -->
		<div class="nodisplaybox nodisplay">
			<p><b>Page URL:</b> <?php 
get_page_url();
?>
</p>