<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blogger Trick &#124; Blogger Template &#124; BloggerTrick.com &#187; Blogger Template trick</title>
	<atom:link href="http://www.bloggertrick.com/category/blogger-template-trick/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bloggertrick.com</link>
	<description>Offers blogger templates, downloads, the latest features and news.</description>
	<lastBuildDate>Thu, 02 Jul 2009 08:25:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to remove blogger navbar</title>
		<link>http://www.bloggertrick.com/how-to-remove-blogger-navbar</link>
		<comments>http://www.bloggertrick.com/how-to-remove-blogger-navbar#comments</comments>
		<pubDate>Sat, 21 Mar 2009 23:21:23 +0000</pubDate>
		<dc:creator>bloggertrick.com</dc:creator>
				<category><![CDATA[Blogger Template trick]]></category>
		<category><![CDATA[Blogger Tips]]></category>

		<guid isPermaLink="false">http://bloggertrick.com/?p=522</guid>
		<description><![CDATA[That&#8217;s the thing which everyone want to remove from his blog. Now it&#8217;s time to do it and i will help you.
But first of all i want to tell you what exactly is the blogger navbar. It gives a few options:
-to search in the blog
-to go to random chosen blog
-to mark the blog as spam
If [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s the thing which everyone want to remove from his blog. Now it&#8217;s time to do it and i will help you.</p>
<p>But first of all i want to tell you what exactly is the blogger navbar. It gives a few options:</p>
<p>-to search in the blog</p>
<p>-to go to random chosen blog</p>
<p>-to mark the blog as spam<span id="more-522"></span></p>
<p>If you don&#8217;t want to have this navbar on your blog anymore just login in your blogger account, then to <strong>Layout</strong>, then to <strong>Edit HTML</strong> and after that you should put this code somewhere in before the end of HEAD tag:</p>
<pre>#navbar-iframe {
display: none !important;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggertrick.com/how-to-remove-blogger-navbar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create expandable post summaries or Read more on Classic template</title>
		<link>http://www.bloggertrick.com/how-to-create-expandable-post-summaries-or-read-more-on-classic-template</link>
		<comments>http://www.bloggertrick.com/how-to-create-expandable-post-summaries-or-read-more-on-classic-template#comments</comments>
		<pubDate>Wed, 03 Dec 2008 11:32:32 +0000</pubDate>
		<dc:creator>bloggertrick.com</dc:creator>
				<category><![CDATA[Blog Writing Tips]]></category>
		<category><![CDATA[Blogger Directories Submit]]></category>
		<category><![CDATA[Blogger Meta Tag Trick]]></category>
		<category><![CDATA[Blogger Template trick]]></category>
		<category><![CDATA[Blogger embed]]></category>
		<category><![CDATA[blogger posting]]></category>
		<category><![CDATA[Read More on Blog]]></category>

		<guid isPermaLink="false">http://bloggertrick.com/?p=321</guid>
		<description><![CDATA[D&#8217; you want to know &#8220;How to create expandable post summaries or Create Read more on Blogger Classic template&#8221; ??
Ok, i&#8217;ll give and share trick and tutorials about it, and of Course this article taken from :
http://help.blogger.com/bin/answer.py?answer=42215&#38;ctx=sibling


This article also Special for:
&#8221; How about one that works for old layout blogger?
Secretista / December 3rd, 2008, 5:14 [...]]]></description>
			<content:encoded><![CDATA[<p>D&#8217; you want to know &#8220;How to create expandable post summaries or Create Read more on Blogger Classic template&#8221; ??</p>
<p>Ok, i&#8217;ll give and share trick and tutorials about it, and of Course this article taken from :</p>
<p><span style="color: #ff00ff;"><em><a title="how to create read more on blogger classic template" href="http://help.blogger.com/bin/answer.py?answer=42215&amp;ctx=sibling" target="_blank">http://help.blogger.com/bin/answer.py?answer=42215&amp;ctx=sibling</a></em></span><span id="more-321"></span></p>
<div id="comment-388" class="comment">
<div class="comment-body clearfix">
<p>This article also Special for:</p>
<blockquote><p>&#8221; How about one that works for old layout blogger?</p>
<p class="comment-meta"><a rel="external nofollow" href="http://www.secretista.com/">Secretista</a> / December 3rd, 2008, 5:14 am&#8221;.</p>
</blockquote>
</div>
</div>
<p>She Asked About &#8220;How to create expandable post summaries or how to create Read more on Blogger Classic template.</p>
<p>Ok, Lets Begin&#8230;</p>
<p>Simple Answer is :</p>
<ul>
<li> Add <span> tags to your posts to mark which parts you want hidden in the summary version.</span></li>
<li>Add CSS declarations to your template to hide those sections on the index and archive pages, but not on post pages.</li>
</ul>
<p>Detail Answer is :</p>
<p>With this trick, you can choose to display an arbitrary amount of text from the beginning of each post, as a teaser for the whole thing. Then users who want to read the rest of the post can click a link to see the full text. This is handy if you have lots of long articles all on one page. Note that you&#8217;ll need to have <a href="http://help.blogger.com/bin/answer.py?answer=42049">post pages</a> enabled in order to make this feature work.</p>
<p>There are three ingredients that go into this feature: conditional CSS, a &#8220;read more&#8221; link for each post, and a modification for the posts that use this feature. So let&#8217;s go through it step by step.</p>
<h4>Conditional CSS</h4>
<p>We&#8217;re going to use conditional tags to change how posts display on different pages. Add the following code to your style sheet, depending on what kind of template you have:</p>
<p>(for classic templates)</p>
<pre>&lt;MainOrArchivePage&gt;
   span.fullpost {display:none;}
&lt;/MainOrArchivePage&gt;

&lt;ItemPage&gt;
   span.fullpost {display:inline;}
&lt;/ItemPage&gt;</pre>
<p>(for layouts)</p>
<pre>&lt;b:if cond='data:blog.pageType == "item"'&gt;
   span.fullpost {display:inline;}
&lt;b:else/&gt;
   span.fullpost {display:none;}
&lt;/b:if&gt;</pre>
<p>Your style sheet is usually near the top of your template, between the <code>&lt;style&gt;</code> and <code>&lt;/style&gt;</code> tags. If you have your style sheet in a separate file, you&#8217;ll still need to add these lines in your template, so the conditional tags will work. Just make sure you add in the <code>&lt;style&gt;</code> tags around them.</p>
<p>What we did here was to define a class called &#8220;fullpost&#8221; that will appear only on post pages (permalinks). Part of each post will use this class, as we&#8217;ll see later.</p>
<h4>&#8220;Read More&#8221; Links</h4>
<p>Add the following code to your template, somewhere after the <code>&lt;$BlogItemBody$&gt;</code> or <code>&lt;data:post.body/&gt;</code> tag:</p>
<p>(for classic templates)</p>
<pre><code>&lt;MainOrArchivePage&gt;&lt;br /&gt;
   &lt;a href="&lt;$BlogItemPermalinkURL$&gt;"&gt;Read more!&lt;/a&gt;
&lt;/MainOrArchivePage&gt;</code></pre>
<p>(for layouts)</p>
<pre><code>&lt;b:if cond='data:blog.pageType != "item"'&gt;&lt;br /&gt;
   &lt;a expr:href='data:post.url'&gt;Read more!&lt;/a&gt;
&lt;/b:if&gt;</code></pre>
<p>This link will only appear on the main page and archive pages, and it will redirect your reader to the post page containing the full text of your post. You can replace the &#8220;Read more!&#8221; text with whatever you like, of course.</p>
<h4>Post Modifications</h4>
<p>The final piece that we need is a little bit of code in your actual post. Each post that you want to use this feature on will need this code:</p>
<p><code>&lt;span class="fullpost"&gt;&lt;/span&gt;</code></p>
<p>This part can actually go in the <a href="http://help.blogger.com/bin/answer.py?answer=41401">post template</a>, if you don&#8217;t want to have to type it for each post. You&#8217;ll enter the summary text outside the span tags and the remainder inside, like so:</p>
<p><code>Here is the beginning of my post. &lt;span class="fullpost"&gt;And here is the rest of it.&lt;/span&gt;</code></p>
<p>Now, when a reader visits your blog, this post will appear like this:</p>
<blockquote><p>Here is the beginning of my post.<br />
<a href="http://help.blogger.com/bin/answer.py?answer=42215&amp;ctx=sibling">Read more!</a></p></blockquote>
<p>When they click the link, they&#8217;ll go to the post page where they&#8217;ll see the whole thing:</p>
<blockquote><p>Here is the beginning of my post. And here is the rest of it.</p></blockquote>
<p><strong>Notes:</strong></p>
<ul>
<li>As with any template modifications, you should be sure to save a backup copy of your template before you start. Just copy and paste all your code to a text file on your hard drive, so you&#8217;ll have it there as a replacement in case anything goes wrong.</li>
<li>An alternative to creating post excerpts like this is to use the <a href="http://help.blogger.com/bin/answer.py?answer=42214">show/hide method</a> on entire posts. Each method has its own advantages and disadvantages.</li>
<li>Advantages to this method: Customizable summaries, rather than titles only. Can be applied to some posts and not others (for instance, you might only want this for your longer posts).</li>
<li>Disadvantages: Requires changes to the posts themselves, rather than to the template only. However, the &#8220;read more&#8221; link is in the template, so it will appear regardless of whether a post has been truncated or not. (Modifying this feature is left as an exercise for the reader.)</li>
</ul>
<p><strong><span style="color: #ff0000;">NOTES..!! :</span></strong></p>
<ul>
<li> This Artcle is taken from <a title="How to create expandable post summaries or Read more on Classic template" href="http://help.blogger.com/bin/answer.py?answer=42215&amp;ctx=sibling" target="_blank">http://help.blogger.com/bin/answer.py?answer=42215&amp;ctx=sibling<br />
</a></li>
<li>Click this link if you want to Read the originally content or article <strong><a title="How to create expandable post summaries or Read more on Classic template" href="http://help.blogger.com/bin/answer.py?answer=42215&amp;ctx=sibling" target="_blank">How to create expandable post summaries or Create Read more on Classic template.</a></strong></li>
<li>Thanks very much to <a href="http://blogger.com" target="_blank"><strong>Blogger</strong></a> caused give us more solutions !!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggertrick.com/how-to-create-expandable-post-summaries-or-read-more-on-classic-template/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>trick and tips to install blogger xml template</title>
		<link>http://www.bloggertrick.com/trick-and-tips-to-install-blogger-xml-template</link>
		<comments>http://www.bloggertrick.com/trick-and-tips-to-install-blogger-xml-template#comments</comments>
		<pubDate>Tue, 23 Sep 2008 03:51:22 +0000</pubDate>
		<dc:creator>bloggertrick.com</dc:creator>
				<category><![CDATA[Blogger Template trick]]></category>
		<category><![CDATA[blogger template]]></category>
		<category><![CDATA[Blogger XML template]]></category>

		<guid isPermaLink="false">http://bloggertrick.com/?p=149</guid>
		<description><![CDATA[trick and tips to install blogger xml template :
login in your blogger account :
- go to your blogger account control panel
- open lay out / template menu
- edit html
- don&#8217;t forget for backup your sidebar or widget ( usually there&#8217;re fill more   your blog roll ( your friends link ) or some html/javascript [...]]]></description>
			<content:encoded><![CDATA[<p>trick and tips to install blogger xml template :</p>
<p>login in your blogger account :</p>
<p>- go to your blogger account control panel<span id="more-149"></span></p>
<p>- open lay out / template menu</p>
<p>- edit html</p>
<div id="attachment_150" class="wp-caption alignnone" style="width: 287px"><a href="http://bloggertrick.com/wp-content/uploads/2008/09/blogger.gif"><img class="size-medium wp-image-150" title="blogger edit html" src="http://bloggertrick.com/wp-content/uploads/2008/09/blogger.gif" alt="blogger edit html" width="277" height="144" /></a><p class="wp-caption-text">blogger edit html</p></div>
<p>- don&#8217;t forget for backup your sidebar or widget ( usually there&#8217;re fill more   your blog roll ( your friends link ) or some html/javascript bar <img src='http://www.bloggertrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  so, you don&#8217;t     for get to take this actions before decided to change  or install blogger xml     template.</p>
<p>- choose edit HTML</p>
<p>- click menu browse from your hard drive</p>
<div id="attachment_151" class="wp-caption alignleft" style="width: 310px"><a href="http://bloggertrick.com/wp-content/uploads/2008/09/30000000.gif"><img class="size-medium wp-image-151" title="xml template uploads" src="http://bloggertrick.com/wp-content/uploads/2008/09/30000000-300x138.gif" alt="xml template uploads" width="300" height="138" /></a><p class="wp-caption-text">xml template uploads</p></div>
<p>- click upload.</p>
<p>- save.</p>
<p>- check your blog or click view blog menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggertrick.com/trick-and-tips-to-install-blogger-xml-template/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trick to Hide Blogger Navbar</title>
		<link>http://www.bloggertrick.com/trick-to-hide-blogger-navbar</link>
		<comments>http://www.bloggertrick.com/trick-to-hide-blogger-navbar#comments</comments>
		<pubDate>Tue, 16 Sep 2008 12:39:40 +0000</pubDate>
		<dc:creator>bloggertrick.com</dc:creator>
				<category><![CDATA[Blogger Template trick]]></category>
		<category><![CDATA[Blogger Tips]]></category>
		<category><![CDATA[hide navBar blogger]]></category>

		<guid isPermaLink="false">http://bloggertrick.com/?p=22</guid>
		<description><![CDATA[Trick to Hide Blogger Navbar (Navigation Bar)
Navbar (Navigation Bar) is fasility of blogger.com. But many blogger want to hide this navbar because it will make their blog layout look better without a box (navbar) above it.

Trick to Hide Blogger Navbar (Navigation Bar) :
1. Login to Blogger then klick &#8220;Layout &#8211;&#62; Edit HTML&#8221;.
2. Copy the code [...]]]></description>
			<content:encoded><![CDATA[<p>Trick to Hide Blogger Navbar (Navigation Bar)</p>
<p>Navbar (Navigation Bar) is fasility of blogger.com. But many blogger want to hide this navbar because it will make their blog layout look better without a box (navbar) above it.</p>
<p><span id="more-22"></span></p>
<p>Trick to Hide Blogger Navbar (Navigation Bar) :</p>
<p>1. Login to Blogger then klick &#8220;Layout &#8211;&gt; Edit HTML&#8221;.<br />
2. Copy the code below and insert into your &lt;head&gt; tag.</p>
<p>#navbar-iframe {<br />
display: none !important;<br />
}</p>
<p>3. for example put like this</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Blogger Template Style<br />
Name: xxx<br />
Designer: xxx<br />
URL: http://BloggerTrick.com<br />
Date: Januari 2008<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */</p>
<p>#navbar-iframe {<br />
display: none !important;<br />
}</p>
<p>/* Variable definitions<br />
====================</p>
<p>4. Save your setting, and open your blog, You will have no see again navbar in your blog page.<br />
<strong><a href="http://www.ziddu.com/downloadlink/2174390/TricktoHideBloggerNavbarNavigationBar.pdf">Click here</a></strong> for Download PDF Version</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggertrick.com/trick-to-hide-blogger-navbar/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
