Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1569877
Post Edit Link
Closed

Comments

  • Kimberly started the conversation

    Hi, how can I add an edit link to each post so I can open up the editor from within the post?

    https://www.730sagestreet.com

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    By default, Wordpress does supports this feature from itself. Let's open a posts and take a look at the top - on the admin bar - you can see "Edit Posts" for that post.

    If you mean about edit posts on your front-end  - As I knew, no any wordpress theme on Envato Market support this feature.


    Best Regards,

    PenciDesign

  • Kimberly replied

    There is a way to add an edit button to the post meta like next to the date and author. My old theme had it.

    I think this is what I am referring to:

    https://codex.wordpress.org/Function_Reference/edit_post_link

    I just am not sure where to put it. I assume single.php but not sure exactly where?

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    If so, please try add more this code:

    <?php edit_post_link('edit', '<span>', '</span>'); ?>

    like on this image


    Best Regards,

    PenciDesign

  • Kimberly replied

    Perfect, thanks again for your help!