Hello
I use the code below to add the edit button in my posts
<?php if ( is_singular('post') ) : ?> <?php if ( function_exists( 'bblpro_get_post_edit_link' ) ) { echo bblpro_get_post_edit_link( get_the_ID() ); } ?> <?php endif; ?>
This outputs the link (Edit)
I would like to change the text of the link from (Edit) to (Edit or Promote This Post) only in the single post page
Thanks
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘ [Resolved] Buddyblog code adjustment’ is closed to new replies.
This topic is: resolved