Wednesday, July 4, 2012

Blogger Tips and Tricks

Blogger Tips and Tricks


How to change maximum number of posts in Blogger label page

Posted: 04 Jul 2012 05:40 PM PDT

Blogger has set a default maximum 20 blog posts in its label page (category page). This may or may not suit your preference or your purpose in setting up the label page. You may want to decrease it to increase download time. Alternatively, you may want to increase the maximum number of posts to show all posts with the same label (category).

If you want to change this default maximum number of post, you will have to edit the template. First, backup your blog template (Dashboard > Template > Backup (at the top right corner) > Download full template > All files)

Now you got to open the template editor (Dashboard > Template > Edit HTML). Tick [ ] Expand Widget Templates

Now use ctrl+F to help you find the following codes:

expr:href='data:label.url'

Replace the above with the following (I used the number 150 because I want all posts to be displayed in the label page. You may use other numbers in place of 150):

expr:href='data:label.url + "?max-results=150"'

Repeat this for all instances of expr:href='data:label.url' that you can find. I think for the Simple template, there will be 3 instances, so the above will have to be repeated 3 times.

When done, save template and exit.

Monday, July 2, 2012

Blogger Tips and Tricks

Blogger Tips and Tricks


Blogger cusom permalink (post URL) option

Posted: 02 Jul 2012 09:29 AM PDT

The much requested and eagerly awaited custom permalink (custom post URL) for Blogger (blogspot) has finally arrived. However you need to sign in at the Blogger in Draft (draft.blogger.com) instead of the usual www.blogger.com.

Note: whenever a post is published, Blogger automatically create a permalink of the form
www.myblog.blogspot.com/2012/07/blogger-custom-permalink.com/html
where the blogger-custom-permalink part would have come from the post title (Blogger custom permalink....)

You will have no control on the permalink other than by choosing the words for your post title. There is also a limit to the number of characters in the permalink. Thus, if you have a very long post title, the last few words will be left out of the permalink.

More details at Permalink SEO Individual Post URL Search Engine Optimization

This new feature will be an additional option in the right sidebar of the post editor titled Enclosure Links

Blogger new custom permalink option

You can either leave the default ( . )AUTOMATIC URL ticked in which case it remains status quo and the permalink will be generated automatically for you as before.

I you tick the second option ( . ) Custom URL, you can then type in whatever you wish even if they are not related to the post title, or you can leave out the - or you can create permalink of any number of characters and not be subjected to the limit Blogger imposes on the automatic permalink generation.