Edit Post by post id

Description

This  code can go anywhere e. It allows anyone with editing rights to be able to edit a post using the post id. change 203 to the id of the post that needs to be edited

This  code can go anywhere e. It allows anyone with editing rights to be able to edit a post using the post id. change 203 to the id of the post that needs to be edited

PHP Source Code

                        
                          <?php if (is_user_logged_in()) { ?>
<div class="editpostlink">
<a href ="<?php echo get_edit_post_link( 203, $context ); ?>"> Edit</a>
</div>
<?php } else { // not logged in ?>
<?php } ?>										
                        
                        


Post Categories