Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. //* Do NOT include the opening php tag shown above. Copy the code shown below.
  3. //* Modify the comment link text in comments
  4. add_filter( 'genesis_post_info', 'sp_post_info_filter' );
  5. function sp_post_info_filter( $post_info ) {
  6. return '[post_comments zero="Leave a Comment" one="1 Comment" more="% Comments"]';
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement