* @package favepersonal
 *
 * This file is part of the Personal Theme for WordPress
 * http://github.com/alexkingorg/wp-personal
 * (Forked from http://crowdfavorite.com/favepersonal/)
 *
 * Copyright (c) 2008-2013 Crowd Favorite, Ltd. All rights reserved.
 * http://crowdfavorite.com
 *
 * Copyright (c) 2015 Alex King.
 *
 * **********************************************************************
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * **********************************************************************
 */
if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) {
    die;
}
if (CFCT_DEBUG) {
    cfct_banner(__FILE__);
}
remove_filter('post_gallery', 'cfcp_gallery_shortcode', 1, 2);
?>
<p><?php 
cfpf_gallery_output(array('size' => 'thumb-img'));
?>
</p>
<?php 
cfct_the_excerpt_feed();
Example #2
0
" rel="bookmark"><?php 
the_title();
?>
</a></h1>
		<time class="entry-date" datetime="<?php 
the_time('c');
?>
" pubdate><?php 
echo cfcp_date();
?>
</time>
	</header>
<?php 
if (cfpf_post_gallery_type() == 'shortcode') {
    echo '<div class="entry-media">';
    cfpf_gallery_output();
    echo '</div>';
} else {
    cfcp_gallery(array('before' => '<div class="entry-media">', 'after' => '</div>'));
}
?>
	<div class="entry-content clearfix">
<?php 
the_content('<span class="more-link">' . __('Continued&hellip;', 'favepersonal') . '</span>');
$args = array('before' => '<p class="pages-link">' . __('Pages: ', 'favepersonal'), 'after' => "</p>\n", 'next_or_number' => 'number');
wp_link_pages($args);
?>
	</div><!-- .entry-content -->
	<?php 
cfct_misc('entry-meta');
?>