show an element only to the author of the post
-
I want to put that on the single.php of my theme:
<div> ? ?<a href="<?php echo get_edit_post_link( $id, $context ); ?>">Edit <?php the_title() ?></a> </div>
So that the author of the post can go to the edit page of the post.
How to prevent others who are not the author of the post from seeing this link?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘show an element only to the author of the post’ is closed to new replies.