Skip to main content

Posts

Showing posts from September, 2017

How to add a colleague as administrator to an existing blog?

1. Log in to  blogger.com 2. Select the blog. 3. Click Settings->Basic , under Permission section, click +Add authors 4. Type your colleague's email address in the box and click invite authors. 5. Once your colleague's received the invitation email, click the link in the invitation. 6. Once your colleague becomes an authors, just click at the menu next to his email address in the Permission section and select Admin.

How do I share blog's design (theme) to another person?

First, you need to backup the theme by: 1. Log in to  blogger.com 2. Select the blog. 3. Click Theme then on the top right, click Backup/Restore. 4. Click Download theme . 5. Send the downloaded theme to you (via email or whatever) Once another person received the theme, he/she can upload the file to his/her blog by: 1. Log in to  blogger.com 2. Select the blog. 3. Click Theme then on the top right, click Backup/Restore . 4. Choose the file and click upload .

How to remove "Subscribe to: Posts (Atom)" at the end of every page?

You can remove it by: 1. Log in to Blogger.com2. Click Theme -> Edit HTML3. Click anywhere in the HTML code box and press Control+F (Windows) or Command+F (Mac) to search for  Blog feed links 4. You will find the code below. <b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links --> <b:if cond='data:feedLinks'> <div class='blog-feeds'> <b:include data='feedLinks' name='feedLinksBody'/> </div> </b:if> 5. Just remove the line below. <b:include data='feedLinks' name='feedLinksBody'/> 6. Click  Save theme  and Click  View blog