January 6, 2017

Blogger tweaks for new blogs

Here are some of the main tweaks I do for every Blogger blog.

- Create a TOC/Archives page
- Change the way search results are displayed (with only titles)
- Get rid of the "Showing all posts with labels message..."
- install a good search box
- create a Labels page
- remove Title of pages
center blog title (also listed immediately below)
- center page tabs

Here's the code for the centering the blog title and page tabs (put in the Advanced -> Add CSS section when customizing the template.
#header-inner {text-align:center !important;} #header-inner img {margin: 0 auto !important;} 

.PageList {text-align:center !important;}
.PageList li {display:inline !important; float:none !important;}

Optional, but good ones:
- Create a landing page (well I don't really do this for all blogs)
- Add more than one page widget Blogger

No comments:

Post a Comment