Blogger Tips
How to Fix Missing Quick Edit Pencil in Blogger Blogspot
Is your custom Blogger template missing its quick edit pencil at the bottom of your Blogger posts (Blogspot posts)? Don't worry. In this Blogger tutorial I discuss how to show a quick edit pencil icon beneath Blogger posts if it is missing. This is a common Blogger problem among custom Blogger templates but fortunately it only takes a couple of minutes to fix.
This Blogger tutorial follows on from my previous Blogspot tutorial about fixing missing Blogger icons. Check out how to show quick edit gadget wrench in Blogger (Blogspot) for help with this issue.
In my previous Blogger tutorials I have also discussed how to fix many other common Blogger problems eg how to fix a missing embedded comment form in Blogger. Take a look at all my Blogger tutorials on how to fix common Blogger problems (Blogspot problems) here
Fix Missing Quick Edit Pencil Blogger BlogspotThe quick edit pencil is a nice Blogger feature that you would not want to be without. A click on this time saving Blogger icon gives you direct access to your Blogger posts without having to go through "Edit Posts"
So if the free custom Blogger template you downloaded from the internet has no quick edit pencil displaying under your Blogger posts when viewing the actual published post then it can be fixed by taking the following the steps below:
- Login to Blogger
- Go to your Design > Page Elements
- Click on the Blog Posts edit button located in the bottom right hand corner of the widget
- A Configure Blog Posts window will pop up displaying a number of different features that can be turned on and off on your blog posts.
- Make sure that Show Quick Edit is checked. Tick the box and save if Show Quick Edit is not already checked
- Now navigate to an actual published post and check whether the quick edit pencil is now displaying in or around the footer of your blog post. Remember that you must be logged into Blogger to see the quick edit pencil - it is not displayed to your visitors
If the pencil is there then that is the end of this Blogger tutorial. The pencil just needed to be enabled. So thank you for joining me today and if you have any other issues with Blogger be sure to check out my how to fix common problems in Blogger tutorials or take a look at the list of all the Blog Know How Blogger tutorials
If the Blogger quick edit pencil is still missing it means that some important code has been omitted from your Blogger template and it will need to be added to get the quick edit pencil to show up
- Go to Design > Edit HTML
- Back up your template
- Check the Expand Widget Templates box by placing a tick in it
- Find the following line of code by holding down the CTRL key and F at the same time:
<b:includable id='postQuickEdit' var='post'>
- Check whether the following code is under it:
<span class='post-icons'>
<!-- email post links -->
<b:if cond='data:post.emailPostUrl'>
<span class='item-action'>
<a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
<img alt='' class='icon-action' src='http://img1.blogblog.com/img/icon18_email.gif' /> </a>
</span>
</b:if>
<!-- quickedit pencil -->
<b:include data='post' name='postQuickEdit'/>
</span> </div>
- If part or all of the code is missing copy and paste it above :
<!-- quickedit pencil -->
<b:include data='post' name='postQuickEdit'/>
- Save changes to your Blogger template
- Go to an individual published post page and see your new quick edit pencil displayed under your Blogger post
Tips and TroubleshootingIf you want to change the Blogger quick pencil icon you can by changing the image. Simply replace the image as depicted in red with the URL address of your own image. If your image is a different size you may have to change the width and height as shown in blue for the image to display correctly
<span class='post-icons'>
<!-- email post links -->
<b:if cond='data:post.emailPostUrl'>
<span class='item-action'>
<a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
<img alt='' class='icon-action' class="Apple-style-span">13' src='http://img1.blogblog.com/img/icon18_email.gif' class="Apple-style-span">18'/>
</a>
</span>
</b:if>
<!-- quickedit pencil -->
<b:include data='post' name='postQuickEdit'/>
</span> </div>
In this Blogger tutorial (Blogspot tutorial) I have shown you how to fix a missing Blogger quick edit pencil that is not showing. I have demonstrated how to enable the quick edit pencil in Blogger via Page Elements and I have provided you with the missing code in the event that the quick edit pencil code is missing from your custom Blogger template.
Please let me know if this tutorial has been useful for you by leaving your comments and opinions below.
Related ArticlesList of Blog Know How Tutorials for Blogger Blogs
How to Show a Quick Edit Gadget Wrench in Blogger (Blogspot)
How to Fix a Missing Embedded Comment Form in Blogger
How to Fix Common Problems in Blogger
-
How To Choose A Custom Blogger Template To Avoid Problems
So you have downloaded a custom Blogger template from the internet and now you want to customize it to the needs of your Blogger blog (Blogspot blog). Before you expend all that energy check under the hood to make sure the Blogger template isn't a...
-
Add Profile Images To Blogger Comments
Today I will show you how easy it is to have Blogger (Blogspot) display profile images in the embedded comments section of your blog even if you are using a custom template. About a month ago Blogger announced that it was enabling profile images (profile...
-
Add Missing Embedded Comments Form To Blogger
Today I will show you how to fix your Blogger template if the embedded comments feature is missing or not working. I decided to write this article because I have noticed that the embed a comment below the post feature is often not working in many Blogger...
-
Solution To Missing Add A Gadget Feature In Blogger
If you are experiencing problems with the Add a Gadget feature not showing up in the Layout Screen of your Blogger Blogspot blog then read on as I have found the solution to this annoying problem. The other day I discovered to my horror I had lost the...
-
List Of Blog Know How Blogger Tutorials
Find the articles and Blogger tutorials you are most interested in with this complete linked list of every published post on Blog Know How since its inception. With so many articles now some are getting buried in archives so I decided it might be useful...
Blogger Tips