Exemplo n.º 1
0
/**
 * @since 0.1.0
 * @deprecated 0.3.0
 */
function my_life_url_grabber()
{
    _deprecated_function(__FUNCTION__, '0.3.0', 'post_format_tools_url_grabber');
    post_format_tools_url_grabber();
}
Exemplo n.º 2
0
			<?php 
    echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . __('[entry-terms taxonomy="category" before="Posted in "] [entry-terms before="Tagged "]', 'spine2') . '</div>');
    ?>
		</footer><!-- .entry-footer -->

	<?php 
} else {
    ?>

		<?php 
    if (get_the_title()) {
        ?>

			<header class="entry-header">
				<?php 
        the_title('<h2 class="entry-title"><a href="' . esc_url(post_format_tools_url_grabber()) . '" title="' . the_title_attribute(array('echo' => false)) . '">', '<span class="meta-nav">&rarr;</span></a></h2>');
        ?>
			</header><!-- .entry-header -->

		<?php 
    } else {
        ?>

			<div class="entry-content">
				<?php 
        the_content(__('Read more &rarr;', 'spine2'));
        ?>
				<?php 
        wp_link_pages(array('before' => '<p class="page-links">' . '<span class="before">' . __('Pages:', 'spine2') . '</span>', 'after' => '</p>'));
        ?>
			</div><!-- .entry-content -->
Exemplo n.º 3
0
		</div><!-- .entry-content -->

		<?php 
    echo apply_atomic_shortcode('entry_meta', '<div class="entry-meta">' . __('[entry-terms taxonomy="category" before="Posted in "] [entry-terms before="Tagged "]', 'my-life') . '</div>');
    ?>

	<?php 
} else {
    ?>

		<?php 
    if (get_the_title()) {
        ?>

			<h2 class="entry-title"><a href="<?php 
        echo esc_url(post_format_tools_url_grabber());
        ?>
" title="<?php 
        the_title_attribute();
        ?>
"><?php 
        printf('%s <span class="meta-nav">&rarr;</span>', the_title('', '', false));
        ?>
</a></h2>

		<?php 
    } else {
        ?>

			<div class="entry-content">
				<?php