Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi caneblu,

    this is not a plugin’s feature but you can just use this simple snippet:

    if ( current_user_can( 'edit_posts' ) ) {
    	global $post;
    	echo get_post_meta( $post->ID, '_spnote', true );
    }
    Thread Starter caneblu

    (@caneblu)

    Thanks Mikita

    Plugin Author Kuba Mikita

    (@kubitomakita)

    Hey I just released version 1.6 which has a [spnote] shortcode 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show note on frontend for admin / editors’ is closed to new replies.