HOW TO : edit posts in WordPress

When you’re about to edit your post on your WordPress blog, you are probably going to your Dashboard, then Posts, then Edit Posts, and finally you choose the post that needs to be modified.
Did you know you can speed up this workflow and get rid of all unnecessary steps to edit your posts, pages, and comments?
It’s really easy, requires just a snippet of a code, super simple actions like copy + paste, and after accomplishing this task, you’re going to have much more easier access to editing.
Watch the tutorial below, share it with others, and, as I say in the video, if you have trouble with implementing this strategy, make a comment below and I’ll answer that for you.
Notes are posted below this tutorial.
Notes :
- Copy and paste this code into single.php : <?php edit_post_link(__(‘{Quick Edit}’), ”); ?>
- Look for something like : <div class=”entry”> or <div id=”content”> or look at the structure of your posts and paste the snippet somewhere close to the top content (in my case : “Posted by Marta Spendowska”)
- Post questions in the comments below
- Have fun!















Leave a Reply
Want to join the discussion?Feel free to contribute!