<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6107349537025936924</id><updated>2011-11-27T16:56:43.656-08:00</updated><category term='blogspot hack'/><category term='how to'/><category term='Privacy Policy'/><category term='template'/><category term='blog'/><category term='Read More'/><category term='Blogging'/><title type='text'>FIRE BLOGGING TIPS</title><subtitle type='html'>Just my blogging collections from another great blogger resources</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://fire-blogging-tips.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6107349537025936924/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://fire-blogging-tips.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>firman.arrow</name><uri>http://www.blogger.com/profile/14656110271655711161</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6107349537025936924.post-1823213840558104536</id><published>2008-09-13T00:59:00.000-07:00</published><updated>2008-09-13T01:08:18.765-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blog'/><category scheme='http://www.blogger.com/atom/ns#' term='blogspot hack'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogging'/><category scheme='http://www.blogger.com/atom/ns#' term='Read More'/><title type='text'>How to make "read more" link on Blogger Ad Theme Template</title><content type='html'>Original Title "Selective Expandable posts" by : &lt;a href="http://hackosphere.blogspot.com/"&gt;http://hackosphere.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Earlier, I had announced &lt;a href="http://hackosphere.blogspot.com/2006/09/expandable-posts-with-peekaboo-view.html"&gt;Peekaboo posts&lt;/a&gt; which shows post summaries in main page and expands them in the main page itself. But, some people would still like to use the classic way of expanding posts which takes the reader to the post page upon clicking "Read more" link. One of them asked me how to display the "read more" link only for some long posts and not others. I gave him a combination of peekaboo and non-peekaboo code that serves this purpose. As I started getting more such requests, I thought I will post the code for everyone who wants to use. Here's what you need to do.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;1. Find the &lt;pre class="code"&gt;&amp;lt;/head&amp;gt;&lt;/pre&gt;tag in your template and add all the code &lt;a href="http://rarunach.googlepages.com/hackosphere.js.html"&gt;from this page&lt;/a&gt; before it.&lt;br /&gt;&lt;br /&gt;2. Find this div for the post-body and add the portion of code in red color.&lt;br /&gt;&lt;pre class="code"&gt;&lt;br /&gt;   &amp;lt;div class='post-body' &lt;span style="color:red;"&gt; expr:id='"post-" + data:post.id' &lt;/span&gt;&amp;gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;br /&gt;     &amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;        &amp;lt;style&amp;gt;#fullpost{display:inline;}&amp;lt;/style&amp;gt;&lt;br /&gt;        &amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;     &amp;lt;b:else/&amp;gt;&lt;br /&gt;        &amp;lt;style&amp;gt;#fullpost{display:none;}&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;        &amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;br /&gt;       &amp;lt;span id='showlink'&amp;gt;&lt;br /&gt;        &amp;lt;a expr:href='data:post.url'&amp;gt;Read More......&amp;lt;/a&amp;gt;&lt;br /&gt;       &amp;lt;/span&amp;gt;&lt;br /&gt;       &amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;         checkFull("post-" + "&amp;lt;data:post.id/&amp;gt;");&lt;br /&gt;       &amp;lt;/script&amp;gt;&lt;br /&gt;     &amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;     &amp;lt;div style='clear: both;'/&amp;gt; &amp;lt;!-- clear for photos floats --&amp;gt;&lt;br /&gt;   &amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;3. Goto Settings-&amp;gt;Formatting and at the bottom, you will find the text box provided to specify the "Post template". Copy/paste these lines into that text box and save the settings. (Please DON'T type these lines yourself because you might introduce some spaces that will break the functionality)&lt;br /&gt;&lt;br /&gt;Type your summary here&lt;br /&gt;&amp;lt;span id="fullpost"&amp;gt;&lt;br /&gt;Type rest of the post here&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&lt;br /&gt;If you create a new post now, it shows you clearly where to type the summary and where to add the rest of the post. Please note that you could also divide some or all of your old posts into summary and full post by editing them. The "Read more" link will appear only for the posts that have been divided like this.&lt;br /&gt;&lt;br /&gt;Note 1: If you are not able to find the lines to change, you may not have expanded the template. Select the checkbox named "Expand Widget Templates", which is right above the template code, to expand it into more code.&lt;br /&gt;Note 2: If you click "Older posts" link, the "Read more" link may appear even for the posts which you haven't divided into summary and full post. This is a known problem which we haven't solved yet.&lt;br /&gt;&lt;br /&gt;I hope you will link to Hackosphere in your sidebar. That's the only thing I expect in return ;)&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6107349537025936924-1823213840558104536?l=fire-blogging-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fire-blogging-tips.blogspot.com/feeds/1823213840558104536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6107349537025936924&amp;postID=1823213840558104536' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6107349537025936924/posts/default/1823213840558104536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6107349537025936924/posts/default/1823213840558104536'/><link rel='alternate' type='text/html' href='http://fire-blogging-tips.blogspot.com/2008/09/how-to-make-read-more-link-on-blogger.html' title='How to make &quot;read more&quot; link on Blogger Ad Theme Template'/><author><name>firman.arrow</name><uri>http://www.blogger.com/profile/14656110271655711161</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6107349537025936924.post-3127184588221734413</id><published>2008-09-12T10:01:00.000-07:00</published><updated>2008-09-13T00:53:19.966-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging'/><category scheme='http://www.blogger.com/atom/ns#' term='template'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>How to Change your Blogger Blog Theme or Blogspot Template</title><content type='html'>&lt;div class="post-static"&gt;from : &lt;a href="http://www.sacada2.com/"&gt;http://www.sacada2.com/&lt;/a&gt;&lt;/div&gt;&lt;div class="post-static"&gt;-------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class="post-static"&gt;My Notes :&lt;/div&gt;&lt;div class="post-static"&gt;This is my first step after I made blog on blogger&lt;/div&gt;&lt;div class="post-static"&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;/div&gt;&lt;div class="post-static"&gt;&lt;/div&gt;&lt;div class="post-content"&gt;&lt;div class=""&gt;&lt;div class="zemanta-img" style="DISPLAY: block; FLOAT: right; MARGIN: 1em"&gt;&lt;a href="http://en.wikipedia.org/wiki/Image:Blogger_screen.jpg"&gt;&lt;img style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; DISPLAY: block; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none" alt="Blogger (service)" src="http://upload.wikimedia.org/wikipedia/en/thumb/d/dc/Blogger_screen.jpg/202px-Blogger_screen.jpg" /&gt;&lt;/a&gt;&lt;span class="zemanta-img-attribution"&gt;Image via &lt;a href="http://en.wikipedia.org/wiki/Image:Blogger_screen.jpg"&gt;Wikipedia&lt;/a&gt; &lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Changing your &lt;strong&gt;Blogger Theme&lt;/strong&gt; or &lt;strong&gt;Blogspot Theme&lt;/strong&gt; is easy and simple. I decided to make a step by step tutorial on &lt;strong&gt;How to change the Blogger Blog Theme&lt;/strong&gt; just for the &lt;strong&gt;Newbie Blogger&lt;/strong&gt; out there. Hope this will help.&lt;/p&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;&lt;p&gt;Download the theme that you want for your Blog. In this example I chose the &lt;strong&gt;Simple Blogger Theme&lt;/strong&gt;. I love this &lt;strong&gt;Blogspot theme &lt;/strong&gt;and I used it to several of my &lt;strong&gt;Blogspot &lt;a class="zem_slink" title="Blog" href="http://en.wikipedia.org/wiki/Blog" rel="wikipedia"&gt;Blogs&lt;/a&gt;&lt;/strong&gt;. Most of the time I look for &lt;strong&gt;Blogger Themes at Eblog Templates&lt;/strong&gt;, There’s a lot of &lt;strong&gt;beautiful Blogger Blog themes&lt;/strong&gt; in this website.&lt;/p&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img height="430" alt="Blogger Blog Theme" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image002.jpg" width="467" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;After you finish downloading, click the simple blogger theme zip folder to extract it.&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img alt="" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image004.jpg" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;The extracted &lt;strong&gt;Simple Blogger theme &lt;/strong&gt;will look like this. Inside of that folder is the Simple Blogger Blog theme &lt;a class="zem_slink" title="File folder" href="http://en.wikipedia.org/wiki/File_folder" rel="wikipedia"&gt;file&lt;/a&gt;.&lt;/td&gt;&lt;br /&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img height="432" alt="" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image006.jpg" width="467" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;Login to your &lt;strong&gt;Blogger account&lt;/strong&gt;. From the Dashboard chose the Blog which you want to change the theme, then click layout.&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&amp;lt;&lt;img height="432" alt="" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image008.jpg" width="460" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;On your layout view, click edit &lt;a class="zem_slink" title="HTML" href="http://en.wikipedia.org/wiki/HTML" rel="wikipedia"&gt;HTML&lt;/a&gt;,&lt;/td&gt;&lt;br /&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img height="432" alt="" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image010.jpg" width="472" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;Then click browse.&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img height="432" alt="" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image012.jpg" width="469" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;Look for the extracted &lt;strong&gt;Simple Blogger Blog theme &lt;/strong&gt;file which you have just downloaded.&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img height="419" alt="" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image014.jpg" width="469" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;Click the folder and you can see the Simple Blogger HTML file.&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img height="411" alt="Blogger Theme" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image016.jpg" width="430" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;Double Click the &lt;strong&gt;Simple Blogger Blog html file&lt;/strong&gt; The click upload.&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img height="432" alt="Blogger Blog Theme" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image018.jpg" width="468" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;Click confirm and save&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img height="432" alt="Blogger Blog Theme" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image020.jpg" width="470" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;You have now changed your Blogger Blog theme, click view Blog. Here’s now the Simple Blogger Blog theme..&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;img height="432" alt="Blogger Theme" src="http://www.sacada2.com/wp-content/themes/revolution-magazine/bloggerblogtutorialsscreenshot/image022.jpg" width="467" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;br /&gt;&lt;/tbody&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Changing Blogger Blog theme&lt;/strong&gt; is really easy is simple, it’s only hard when you don’t know it yet. I wish I have made this tutorial” How to change a Blogger Blog Template” or Theme sound and clear.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6107349537025936924-3127184588221734413?l=fire-blogging-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fire-blogging-tips.blogspot.com/feeds/3127184588221734413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6107349537025936924&amp;postID=3127184588221734413' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6107349537025936924/posts/default/3127184588221734413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6107349537025936924/posts/default/3127184588221734413'/><link rel='alternate' type='text/html' href='http://fire-blogging-tips.blogspot.com/2008/09/how-to-change-your-blogger-blog-theme.html' title='How to Change your Blogger Blog Theme or Blogspot Template'/><author><name>firman.arrow</name><uri>http://www.blogger.com/profile/14656110271655711161</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6107349537025936924.post-8683917607843014584</id><published>2007-09-12T08:36:00.000-07:00</published><updated>2008-10-27T19:13:30.816-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blog'/><category scheme='http://www.blogger.com/atom/ns#' term='blogspot hack'/><category scheme='http://www.blogger.com/atom/ns#' term='how to'/><title type='text'>How to create expandable post summaries in WP Premium Blogger Template</title><content type='html'>&lt;div align="center"&gt;From : &lt;a href="http://coderstalk.blogspot.com/"&gt;http://coderstalk.blogspot.com/&lt;/a&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;My Notes :&lt;br /&gt;&lt;/div&gt;&lt;blockquote&gt;I've been walking around the internet to find a solution for adding a " read&lt;br /&gt;more" link on a blogger post with wp premium template, and finally I found this&lt;br /&gt;great tutorial from &lt;a href="http://coderstalk.blogspot.com/"&gt;http://coderstalk.blogspot.com/&lt;/a&gt; then I&lt;br /&gt;posted it here to make me remember for this, and hope it helps others...&lt;br /&gt;&lt;/blockquote&gt;&lt;div align="left"&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5210706995551523202" style="FLOAT: left; MARGIN: 0pt 10px 10px 0pt; CURSOR: pointer" alt="" src="http://bp2.blogger.com/_QmenDvyMjlk/SFAmZ6p90YI/AAAAAAAAA1M/o_QvZC99At8/s200/blogspot.jpg" border="0" /&gt;I've been tweaking my blog template because I've already bored with my old default template that I use previously. While working on this template, I'm thinking that it may be cool to have my long post to be truncated and &lt;span id="fullpost"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;have the "read more" link&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;I found the &lt;span style="FONT-WEIGHT: bold"&gt;code&lt;/span&gt; from &lt;span style="FONT-WEIGHT: bold"&gt;Blogger Help&lt;/span&gt; to do this. However, there is one issue with their code where the "read more" link will appear regardless of whether a post has been truncated or not.&lt;br /&gt;&lt;br /&gt;You can check it out at&lt;br /&gt;&lt;a href="http://help.blogger.com/bin/answer.py?hl=en&amp;amp;answer=42215" target="_blank"&gt;help.blogger.com on How can I create expandable post summaries?&lt;/a&gt;. If you have already read them, you should notice the disadvantages under the &lt;span style="FONT-WEIGHT: bold"&gt;Note list&lt;/span&gt; which says:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;blockquote class="post-body entry-content"&gt;&lt;ul&gt;&lt;li&gt;Disadvantages: Requires changes to the posts themselves, rather than to the template only. However, &lt;span style="color:magenta;"&gt;the "read more" link is in the template, so it will appear regardless of whether a post has been truncated or not.&lt;/span&gt; &lt;span style="color:green;"&gt;(Modifying this feature is left as an exercise for the reader.)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;div class="post-body entry-content"&gt;&lt;br /&gt;&lt;br /&gt;Do you think it is a good exercise? So, how many of you have already solve this exercise? I've been browsing through pages of google results and found that currently, I didn't see anybody solve and publish the answer for this exercise with just the &lt;span style="FONT-WEIGHT: bold"&gt;blogger layout code&lt;/span&gt; and without using other &lt;span style="FONT-WEIGHT: bold"&gt;javascript code&lt;/span&gt;. I do the search because I'm a lazy coder where I don't wanna spend my precious time to reinvent the wheel. Anyway, after a few minutes of thinking, I got an idea on how to solve this problem. And as usual, I'm happy to share my solution with you.&lt;br /&gt;Let's make it short now, here's the tutorial:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="COLOR: rgb(255,102,0)"&gt;&lt;strong&gt;How can I create expandable post summaries that only show the "read more" link if post is truncated?&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;With this hack, you can choose to display a select amount of text from the beginning of each post as a teaser instead of showing the entire post on the front page of your blog. Then when people want to read the rest of the post, they can click a &lt;span style="color:green;"&gt;“read more”&lt;/span&gt; link to see the full post. This is very handy if you have lots of long articles all on one page. (Note that you’ll need to have &lt;a href="http://help.blogger.com/bin/answer.py?answer=42049" target="_blank"&gt;post pages&lt;/a&gt; enabled in order to make this feature work.)&lt;br /&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(16,105,241);font-size:130%;" &gt;&lt;b&gt;Step #1 - Edit your template code&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;To edit your template code, you have to go to your &lt;span style="FONT-WEIGHT: bold"&gt;Layout &amp;gt; Edit HTML&lt;/span&gt; tab. Tick the &lt;span style="FONT-WEIGHT: bold"&gt;Expand Widget Templates&lt;/span&gt; to have all the codes.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_QmenDvyMjlk/SE_zN9RJQfI/AAAAAAAAA0c/0t-wwUKZWos/s1600-h/layout-edit-html.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5210650715001274866" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_QmenDvyMjlk/SE_zN9RJQfI/AAAAAAAAA0c/0t-wwUKZWos/s400/layout-edit-html.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It is easier to copy all code and paste it to your text editor. To copy all code, click on the code area once and then press &lt;b&gt;Ctrl+A&lt;/b&gt; to &lt;span style="FONT-WEIGHT: bold"&gt;Select All&lt;/span&gt;. Press &lt;span style="FONT-WEIGHT: bold"&gt;Ctrl+C&lt;/span&gt; to &lt;span style="FONT-WEIGHT: bold"&gt;copy the selected codes&lt;/span&gt;, open your text editor and paste it in. Now you have your code ready to edit.&lt;br /&gt;&lt;br /&gt;Add this code just before the &lt;code color="green"&gt;&amp;lt;b:skin&amp;gt;&lt;/code&gt; tag on your template code:&lt;br /&gt;&lt;br /&gt;&lt;pre id="blogcode"&gt;&lt;br /&gt;&amp;lt;style&amp;gt;&lt;br /&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;   span.fullpost {display:inline;}&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;   span.fullpost {display:none;}&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Here's how it should look. The yellow box in the image below shows your newly added code:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_QmenDvyMjlk/SE_6B8kmlKI/AAAAAAAAA0k/uT-lPaFslCk/s1600-h/code-1.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5210658205237417122" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_QmenDvyMjlk/SE_6B8kmlKI/AAAAAAAAA0k/uT-lPaFslCk/s400/code-1.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a id="step-01"&gt;&lt;/a&gt;&lt;br /&gt;And then you have to find &lt;code color="green"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/code&gt; tag using Ctrl+F or find function in your text editor and paste this code just before the &lt;code color="green"&gt;&amp;lt;/p&amp;gt;&lt;/code&gt; tag, right after the &lt;code style="COLOR: green"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/code&gt; tag:&lt;br /&gt;&lt;br /&gt;&lt;pre id="blogcode"&gt;&lt;br /&gt;&amp;lt;b:if cond='data:blog.pageType != &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;   &lt;span style="COLOR: rgb(170,170,170)"&gt;&amp;lt;b:if cond='data:post.labels'&amp;gt;&lt;br /&gt;      &amp;lt;b:loop values='data:post.labels' var='label'&amp;gt;&lt;br /&gt;         &amp;lt;b:if cond='data:label.name == &amp;amp;quot;more&amp;amp;quot;'&amp;gt;&lt;br /&gt;            &amp;lt;a expr:href='data:post.url'&amp;gt;...&amp;lt;b&amp;gt;Read more&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;         &amp;lt;/b:if&amp;gt;&lt;br /&gt;      &amp;lt;/b:loop&amp;gt;&lt;br /&gt;   &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;And the screenshot. The yellow box shows your newly added code:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_QmenDvyMjlk/SFAHEUsjVfI/AAAAAAAAA0s/VvZxrSNiawU/s1600-h/before-after.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5210672539724109298" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_QmenDvyMjlk/SFAHEUsjVfI/AAAAAAAAA0s/VvZxrSNiawU/s400/before-after.png" border="0" /&gt;&lt;/a&gt;------------------------------------------------------------------------------------------------&lt;br /&gt;My Notes :&lt;br /&gt;&lt;blockquote&gt;that image is the wrong example, to&lt;br /&gt;make it fixed just follow the code before the image.&lt;/blockquote&gt;------------------------------------------------------------------------------------------------&lt;br /&gt;My solution here is by checking the label whether it have &lt;span style="color:green;"&gt;"more"&lt;/span&gt; label. So, in every post that you decided to have the "read more" link, you have to add this label. I'm adding a loop to read the labels for each post and inside the loop, there is an IF statement to check whether it have the "more" label.&lt;br /&gt;&lt;br /&gt;You should notice this line with:&lt;br /&gt;&lt;code style="COLOR: green"&gt;&amp;lt;b:if cond='data:label.name == &amp;amp;quot;&lt;span style="FONT-WEIGHT: bold; COLOR: rgb(0,85,0)"&gt;more&lt;/span&gt;&amp;amp;quot;'&amp;gt;&lt;/code&gt;&lt;br /&gt;where the word 'more' in bold here is the label name. You can substitute this with any word you like but make sure you will only add that label to the post where you want to have the &lt;span style="color:green;"&gt;"read more"&lt;/span&gt; link.&lt;br /&gt;&lt;br /&gt;And now, you can differentiate the truncated post. &lt;img class="inline" src="http://coderstalk.googlepages.com/sengih.gif" /&gt; After verifying your code, copy it from your text editor and overwrite your HTML template code. Click on&lt;span style="FONT-WEIGHT: bold"&gt; Save Template&lt;/span&gt; and you are done with the first step. Check your code carefully if Blogger fail to save it. Maybe you have missed any &lt;code style="FONT-WEIGHT: bold; COLOR: green"&gt;'&amp;lt;'&lt;/code&gt; or &lt;code style="FONT-WEIGHT: bold; COLOR: green"&gt;'&amp;gt;'&lt;/code&gt; in your code.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://coderstalk.blogspot.com/2008/06/fixing-read-more-link-appear-on-blogger.html" target="_blank"&gt;&lt;b&gt;UPDATE!!: Please Read - Fixing Read More link appear on Blogger Fullpost&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(16,105,241);font-size:130%;" &gt;&lt;b&gt;Step #2 - Add Class Tag in your default Post Template&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;The next step is optional to keep the class tag handy on every post you would like to have expandable post summaries. To add this, you can just go to &lt;span style="FONT-WEIGHT: bold"&gt;Settings &amp;gt; Formatting&lt;/span&gt; tab on your blog settings. Scroll to the bottom and you will see the &lt;span style="FONT-WEIGHT: bold"&gt;Post Template&lt;/span&gt; option. Then, put this code:&lt;br /&gt;&lt;br /&gt;&lt;pre id="blogcode"&gt;&lt;br /&gt;&amp;lt;span class="fullpost"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Here's the screenshot:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_QmenDvyMjlk/SFAW7miR2xI/AAAAAAAAA00/WMO9w5H5XM4/s1600-h/template.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5210689982080080658" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_QmenDvyMjlk/SFAW7miR2xI/AAAAAAAAA00/WMO9w5H5XM4/s400/template.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After that, click on &lt;span style="FONT-WEIGHT: bold"&gt;Save Settings&lt;/span&gt; and you are done.&lt;br /&gt;&lt;br /&gt;&lt;span style="COLOR: rgb(16,105,241);font-size:130%;" &gt;&lt;b&gt;Step #3 - Creating your expandable post&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;You can now follow the same way like in the blogger help to create your expandable post. When writing your new post, anything you put above the &lt;code color="green"&gt;&amp;lt;span class=”fullpost”&amp;gt;&lt;/code&gt; tag will be the teaser text. The main body of your post needs to go in between the &lt;code color="green"&gt;&amp;lt;span class=”fullpost”&amp;gt;&lt;/code&gt; and &lt;code style="COLOR: green"&gt;&amp;lt;/span&amp;gt;&lt;/code&gt; tags. When you have finish typing your post, make sure you add &lt;span style="color:green;"&gt;"more"&lt;/span&gt; label in order for the “read more” link to work properly.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_QmenDvyMjlk/SFAXEkbRF0I/AAAAAAAAA08/BqzxJW5BcOI/s1600-h/post-sample.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5210690136132622146" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_QmenDvyMjlk/SFAXEkbRF0I/AAAAAAAAA08/BqzxJW5BcOI/s400/post-sample.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now, you can Publish your post, and see the result. Have fun blogging!!!&lt;img class="inline" src="http://coderstalk.googlepages.com/tongue.gif" /&gt;&lt;br /&gt;&lt;div class="post-footer"&gt;&lt;p class="post-footer-line post-footer-line-3"&gt;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6107349537025936924-8683917607843014584?l=fire-blogging-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fire-blogging-tips.blogspot.com/feeds/8683917607843014584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6107349537025936924&amp;postID=8683917607843014584' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6107349537025936924/posts/default/8683917607843014584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6107349537025936924/posts/default/8683917607843014584'/><link rel='alternate' type='text/html' href='http://fire-blogging-tips.blogspot.com/2008/09/how-to-create-expandable-post-summaries.html' title='How to create expandable post summaries in WP Premium Blogger Template'/><author><name>firman.arrow</name><uri>http://www.blogger.com/profile/14656110271655711161</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_QmenDvyMjlk/SFAmZ6p90YI/AAAAAAAAA1M/o_QvZC99At8/s72-c/blogspot.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6107349537025936924.post-8979623388882687754</id><published>2001-10-27T18:33:00.000-07:00</published><updated>2008-10-27T18:40:00.038-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Privacy Policy'/><title type='text'>Privacy Policy</title><content type='html'>&lt;p&gt;Privacy Policy for fire-blogging-tips.blospot.com &lt;/p&gt;&lt;p&gt;If you require any more information or have any questions about our privacy policy, please feel free to contact us by email at firman.arrow@gmail.com. &lt;/p&gt;&lt;p&gt;At fire-blogging-tips.blospot.com, the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by fire-blogging-tips.blospot.com and how it is used. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Log Files&lt;/b&gt;&lt;br /&gt;Like many other Web sites, fire-blogging-tips.blospot.com makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user’s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Cookies and Web Beacons&lt;/b&gt;&lt;br /&gt;fire-blogging-tips.blospot.com does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser. &lt;/p&gt;&lt;p&gt;Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include Google Adsense, Amazon, . &lt;/p&gt;&lt;p&gt;These third-party ad servers or ad networks use technology to the advertisements and links that appear on fire-blogging-tips.blospot.com send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see. &lt;/p&gt;&lt;p&gt;fire-blogging-tips.blospot.com has no access to or control over these cookies that are used by third-party advertisers. &lt;/p&gt;&lt;p&gt;You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. fire-blogging-tips.blospot.com's privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites. &lt;/p&gt;&lt;p&gt;If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6107349537025936924-8979623388882687754?l=fire-blogging-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://fire-blogging-tips.blogspot.com/feeds/8979623388882687754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6107349537025936924&amp;postID=8979623388882687754' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6107349537025936924/posts/default/8979623388882687754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6107349537025936924/posts/default/8979623388882687754'/><link rel='alternate' type='text/html' href='http://fire-blogging-tips.blogspot.com/2001/10/privacy-policy.html' title='Privacy Policy'/><author><name>firman.arrow</name><uri>http://www.blogger.com/profile/14656110271655711161</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
