예제 #1
0
<?php 
get_header();
?>
	
	<div id="content" role="main">
		<?php 
apoc_breadcrumbs();
?>
		
		<form action="<?php 
the_permalink();
?>
" method="post" id="members-directory-form" class="dir-form">
		
			<header id="directory-header" class="post-header <?php 
apoc_post_header_class('page');
?>
">
				<h1 class="post-title"><?php 
apoc_title();
?>
</h1>
				<p class="post-byline"><?php 
apoc_description();
?>
</p>
			</header>

			<nav id="directory-nav" class="dir-list-tabs" role="navigation">
				<ul id="directory-actions" class="directory-tabs">
					<li class="selected" id="members-all"><a href="<?php 
예제 #2
0
 * Version 2.0
 * 5-12-2014
 */
?>

<?php 
get_header();
?>
	
	<div id="content" role="main">
		<?php 
apoc_breadcrumbs();
?>

		<header id="registration-header" class="post-header <?php 
apoc_post_header_class('post');
?>
">
			<h1 class="post-title"><?php 
apoc_title();
?>
</h1></h1>
			<p class="post-byline"><?php 
apoc_description();
?>
</p>			
		</header>
		
		<form id="signup-form" action="<?php 
echo apoc()->url;
?>
예제 #3
0
 * 5-6-2014
 */
// Get the post class
global $wp_query;
$class = 0 == $wp_query->current_post % 2 ? 'odd' : 'even';
?>

<article id="post-<?php 
the_ID();
?>
" class="post <?php 
echo $class;
?>
 double-border">
	<header class="post-header <?php 
apoc_post_header_class('home');
?>
">
		<h2 class="post-title">
			<a href="<?php 
the_permalink();
?>
" title="<?php 
the_title();
?>
"><?php 
the_title();
?>
</a>
		</h2>
		<p class="post-byline"><?php