Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Last active December 10, 2015 13:08
Show Gist options
  • Save claudiosanches/4438836 to your computer and use it in GitHub Desktop.
Save claudiosanches/4438836 to your computer and use it in GitHub Desktop.
Gist pra Van Soares
<header>
<h1 id="post-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
<div class="entry-info"><span class="info1"><?php the_time('d \d\e F \d\e Y'); ?> </span> <span class="info2"> Por: <?php echo '<a href="' . get_the_author_meta( 'user_url' ) . '" rel="me" title="' . get_the_author() . '">' . get_the_author() . '</a>'; ?></span>
<span class="cat1"><?php if ( count( get_the_category() ) ) : ?>
<?php printf( __( '<span class="%1$s">Arquivado em </span> %2$s'), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?> </span> <?php endif; ?></div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment