- Login to Blogger
- Go to Design > Edit HTML
- Check the Expand Widget Templates box
- Using CTRL + F buttons together bring up the search box
- Enter the following search term
</b:includable>
- Scroll through your Blogger template. You will see that every instance of </b:includable> is highlighted in yellow.
- Once
you come to the sidebar widgets which is the most likely place for the
quick edit to be missing from look for something like the following
(this will vary from template to template). This is the start of the
first sidebar if you had a template with a two column sidebar
<b:section class='sidebar' id='sidebar1' preferred='yes'> - Now look at the picture below. You can see that this is the code for a Javascript/HTML widget as shown in red
- Just
identify the widget that has the missing quick edit feature and add the
following line of code immediately before the </b:includable>
<b:include name='quickedit'/>
- Use the Preview button to check your changes before committing to them
- Don't forget to click on Save Template
In this Blogger tutorial (Blogspot tutorial) you have learned how to fix a missing quick edit button often missing from custom Blogger templates. No matter where the quick edit button has been omitted (sidebar, footer, header etc) it can be added in to a Blogger template very easily so that a Blogger gadget can be edited without having to go through the Blogger design screen.
No comments:
Post a Comment