Wednesday, July 18, 2012

How to Add Missing Quick Edit Wrench to Blogger

How to Add the Quick Edit Wrench to a Blogger Gadget

  1. Login to Blogger
  2. Go to Design > Edit HTML
  3. Check the Expand Widget Templates box
  4. Using CTRL + F buttons together bring up the search box
  5. Enter the following search term

    </b:includable>

  6. Scroll through your Blogger template. You will see that every instance of </b:includable> is highlighted in yellow.
  7. 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'>
  8. Now look at the picture below. You can see that this is the code for a Javascript/HTML widget as shown in red


  9. 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'/>



  10. Use the Preview button to check your changes before committing to them
  11. 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