Advertisement
srikat

functions.php

Sep 10th, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. //* Modify the comment link text in comments
  2. add_filter( 'genesis_post_info', 'sp_post_info_filter' );
  3. function sp_post_info_filter( $post_info ) {
  4.     return '[post_date] by [post_author_posts_link] [post_comments zero="Leave a Comment" one="1 Comment" more="% Comments"] [post_edit]';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement