Skip to main content

Showing Only Post Titles in Blogger Category & Archive Pages

In today's blogging tip, we will see how we can show only post titles on the monthly archive pages and category lists on Blogger. An individual post page will be displayed normally.

Before going into the tweak, let's analyze its benefits. If you are a prolific blogger, you may write at least one post daily, sometimes more. There are bloggers who post five times a day. In a month, thus, you may have at least thirty posts published. When search engines rank pages, they often return Blogger monthly archive pages as results.

Gladly, since the label pages on Blogger are excluded from search engines, they are not returned as results.

These category pages and archives consist normally of the entire post content and tend to be extremely large. With this tweak, you will be able to reduce the size of these posts to that of a mere link list.

Imagine if you have posts of a thousand words and a lot of images on certain days. These posts individually take a lot of time to load in browser. Together in the monthly post archive, they simply will continue to load for minutes after minutes. A slow Internet user may have quit the blog by this time. Also, when a reader looks for category pages, they don't like to see text content, but only linked titles. They can then choose whichever title they want to read.

For these users, showing only a link list on label pages is pretty convenient. This is what we do now.

Go to Layout editor in Blogger and expand the widget templates in HTML edit view. Replace the code, <p><data:post.body/></p> with the following:

<b:if cond='data:blog.pageType == "item"'>
<p><data:post.body/></p>
</b:if>

That's it. Now you have only the post title links on the label pages and archive pages. With this code enabled, view the entire post history of CuteWriting for 2009 January. It now loads in seconds. Without the tweak it would attempt to load full text content of over 30 posts, which would take minutes after minutes to load!

Comments

  1. Thanks for the tip...I like this idea and hopefully it will help.
    Thanks

    ReplyDelete

Post a Comment

Comments are moderated very strictly

Popular posts from this blog

En Dash, Em Dash, and Hyphen

We have three types of dashes in use: The hyphen, En Dash, and the Em Dash. In this post, we will see how to use them all correctly. Hyphen (-) The hyphen is the minus key in Windows-based keyboards. This is a widely used punctuation mark. Hyphen should not be mistaken for a dash . Dash is different and has different function than a hyphen. A hyphen is used to separate the words in a compound adjective, verb, or adverb. For instance: The T-rex has a movement-based vision. My blog is blogger-powered. John’s idea was pooh-poohed. The hyphen can be used generally for all kinds of wordbreaks . En Dash (–) En Dash gets its name from its length. It is one ‘N’ long (En is a typographical unit that is almost as wide as 'N'). En Dash is used to express a range of values or a distance: People of age 55–80 are more prone to hypertension. Delhi–Sidney flight was late by three hours. In MS Word, you can put an En Dash either from the menu, clicking Insert->Symbol or by the key-combinatio...

Unethical Business Practices by Associated Content (AC)

Useful Resources Freelance job at Constant Content Freelance for a 6 figure income Get paid to write on the Internet 25 Ways to write for income on the Internet Work from home as a virtual assistant Freelance for fortune 500 companies Today’s Internet slogan is ‘Content is King’ . If you have well-written, keyword rich content, without grammatical errors, then you can rank very high on search engine results, thus making a lot of money. With this business idea, several companies have sprung up, and Associated Content (who call themselves, People’s Media Company) is one among them. Here, we will try to find answers to these questions: 1. What exactly is Associated Content (if you don’t already know this)? 2. Is it really worthwhile to work with them? 3. Why should you steer right clear of them? What is Associated Content (AC) Associated Content (AC) is a website, in which you can earn money submitting content (text, video, audio, or images) . Anyone from anywhere in the...

Power of Short Sentences

Post dedicated to Thomas Hardy (see History Today below). There are monster sentences like the one you encounter as the first paragraph of Oliver Twist by Charles Dickens . One of my friends, whom I am getting equipped for his IELTS ( what is this? ), told me that the examination recommends long sentences. In writing classes also, I guess it’s longer sentences most tutors promote. But indubitably shorter sentences are more powerful . We will see why. Take a long sentence for instance: Tom Cruise, one of the finest actors in the whole world, is perhaps the most powerful celebrity to exist ever according to Time Magazine, but many people still dispute this fact and point out that there are more powerful and popular actors than Cruise, though they were unsuccessful in providing the total number of fans, who liked the films of those actors. This is a long sentence and it is very confusing . Though it has a logical construction and conveys a meaning, it falters in many occasions and seems ...