Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
Add page title to show more posts option.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidakennedy committed Jul 30, 2013
1 parent e8e0988 commit b7d6d2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/page-front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
$value = get_theme_mod( 'show_more_posts_link' );
if ( 'default' != get_theme_mod( 'show_more_posts_link' ) ) : ?>

<span class="h6"><a href="<?php echo get_permalink($value); ?>" rel="bookmark"><?php _e( 'Read more posts &rarr;', 'accessiblezen' ); ?></a></span>

<span class="h6"><a href="<?php echo get_permalink($value); ?>" rel="bookmark"><?php _e( 'Read more posts from the ', 'accessiblezen' ); ?><?php echo get_the_title($value); ?></a></span>
<?php endif; ?>

<?php endwhile; // end of the new loop.
Expand Down

0 comments on commit b7d6d2c

Please sign in to comment.