Пример #1
0
	<div class="aside-meta">
		<?php 
printf(__('Published on %1$s at %2$s', 'atticus-finch'), atticus_finch_date(), get_the_time());
?>
	</div>
Пример #2
0
function atticus_finch_pub()
{
    $atticus_finch_author_link = get_author_posts_url(get_the_author_meta('ID'));
    $atticus_finch_author_href = '<a href="' . $atticus_finch_author_link . '">' . get_the_author() . '</a>';
    echo '<a href="' . get_permalink() . '">';
    printf(__('Published on: %1$s by %2$s', 'atticus-finch'), atticus_finch_date(), $atticus_finch_author_href);
    echo '</a>';
}