Skip to content

Instantly share code, notes, and snippets.

@yoren
Created February 1, 2015 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoren/a5164c823cc3dabc6e3c to your computer and use it in GitHub Desktop.
Save yoren/a5164c823cc3dabc6e3c to your computer and use it in GitHub Desktop.
A snippet from Ryu
<div class="entry-content clear">
<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'ryu' ) ); ?>
<?php
wp_link_pages( array(
'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'ryu' ) . '</span>',
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>',
) );
?>
</div><!-- .entry-content -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment