i was currently just was going on to start a store and recently i wanted to remove some of the widgets from my page so i could fully utilize my site okk.. lets get started !
STEPS :
1.GO TO BLOGGER DASHBOARD !
2.GO TO THEMES. (select edit html)
EXAMPLE : NOW IN THIS CASE I WANT TO REMOVE MY FOLLOW US WIDGET !
3.Now in edit html press CTRL+F and search the widget name .
4. you will see , ....</b:widget> , just click on ..... to expand it up !
5. find : <b:includable id='main'>
6. add the line below it,
<b:if cond='data:blog.pageType == url'>
</b:if>
7. NOTE : replace url with the url you don't want the widgets to be showed on .
8.Save your theme
9. voila its done :)
thanks, do comment below if helped :)
No comments:
Post a Comment