<?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>Talian Theme (2.10 series)</title>
	<atom:link href="http://va4business.com/talian/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://va4business.com/talian</link>
	<description>Wordpress 3.1.2 + compatible, ads ready, Adsense Ready Premium Wordpress Blog Theme (free)</description>
	<lastBuildDate>Mon, 22 Sep 2008 16:09:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Adding a custom link page to talian theme</title>
		<link>http://va4business.com/talian/?p=33</link>
		<comments>http://va4business.com/talian/?p=33#comments</comments>
		<pubDate>Mon, 22 Sep 2008 16:07:58 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Updates Talian]]></category>
		<category><![CDATA[custom links pages]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[talian]]></category>

		<guid isPermaLink="false">http://va4business.com/talian/?p=33</guid>
		<description><![CDATA[The new talian is now equipped with a unique feature called &#8220;Custom Link Page&#8221;. This is a solution to bloggers who have pretty large blogroll or those who wish to add descriptions of links in their blogroll. Checkout a custom link page here. The custom links page works dynamically and capture everything you put in [...]]]></description>
			<content:encoded><![CDATA[<p>The new talian is now equipped with a unique feature called <strong>&#8220;Custom Link Page&#8221;.</strong> This is a solution to bloggers who have pretty large blogroll or those who wish to add descriptions of links in their blogroll.  Checkout a <a href="http://va4business.com/talian/?page_id=30">custom link page here.</a> </p>
<p>The custom links page works dynamically and capture everything you put in blogroll to display as links, title and descriptions. it will also work as resource page or you can monetize this section by adding custom affiliate links. </p>
<p>It also saves your site look and feel, if you are adding too many descriptions in blogroll. The default sidebars will go down, instead use the custom link page feature to create an extraordinary resource page.</p>
<p>How to create the custom link page? </p>
<p>You need to follow similar steps you have taken to create <a href="http://va4business.com/talian/?p=12">sitemap</a> and <a href="http://va4business.com/talian/?p=6">archives</a> page. This time you need to choose <strong>&#8220;links&#8221; from page template</strong> and create a blank pages. Every thing from your blogroll will be sourced automatically. </p>
<p>If you need to <strong>remove the default blogroll</strong> then, you need to edit the left sidebar and comment everything under class called &#8220;blogroll&#8221;.</p>
<p>Remember this is an optional feature which you can use anytime and delete anytime. <img src='http://va4business.com/talian/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://va4business.com/talian/?feed=rss2&#038;p=33</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing the Talian banner with your own graphics</title>
		<link>http://va4business.com/talian/?p=24</link>
		<comments>http://va4business.com/talian/?p=24#comments</comments>
		<pubDate>Wed, 10 Sep 2008 18:14:03 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[User Guide]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[modifying banner]]></category>
		<category><![CDATA[talian]]></category>

		<guid isPermaLink="false">http://va4business.com/talian/?p=24</guid>
		<description><![CDATA[You might wish to change the dummy banner with your own graphics. This is one of the most easy task to do. It&#8217;s fun playing your talian and most of the bloggers do tons of experiments with their blog. This is why blogs are popular. You can change, re-size or remove the banner entirely, also [...]]]></description>
			<content:encoded><![CDATA[<p>You might wish to change the dummy banner with your own graphics. This is one of the most easy task to do. It&#8217;s fun playing your talian and most of the bloggers do tons of experiments with their blog. This is why blogs are popular. </p>
<p>You can change, re-size or remove the banner entirely, also you can add your adsense code or add any banner of your sponsor. If you wish, I can help you doing that for free and if needed get you a high quality custom banner for a small price of $10 only. Learn below on how to modify the talian banner:</p>
<h4>1. Most Easy Option:</h4>
<ol>
<li> Rename your banner as &#8220;talian-blue.jpg&#8221; or  &#8220;talian-green.jpg&#8221; or &#8220;talian-red.jpg&#8221;. </li>
<li> If you are using blue theme, go to wp-content >> Themes >> Talian-red >> image folder and replace the image named talian-blue.jpg. </li>
</ol>
<h4> 2. If you are comfortable with CSS </h4>
<ol>
<li> Open the style.css and locate class name &#8220;put-image-here&#8221; </li>
<li> Rename the banner with your own banner&#8217;s name </li>
<li> Change the height, but keep the width as it is as it will create problem with alignments</li>
<li> Upload your banner into theme image folder and it&#8217;s done </li>
</ol>
<h4>3. Adding your adsense or HTMl banner codes in place of default talian banner </h4>
<ol>
<li> Open the style.css and locate class name &#8220;put-image-here&#8221; </li>
<li> Delete the following 2 lines and save: </li>
</ol>
<p><code>background-image: url(images/talian-blue.jpg);<br />
background-repeat: no-repeat;</code></p>
<ol>
<li> Now open the &#8220;index.php&#8221;, &#8220;page.php&#8221;, and &#8220;single.php&#8221; with notepad or wordpad and locate class name &#8220;put-image-here&#8221; </li>
<li> Add your banner code or adsense javascript in between &#8220;div tags&#8221; save, upload and you are done.</li>
<p>Any problem, do drop me a line, i will be glad to help you out. </p>
]]></content:encoded>
			<wfw:commentRss>http://va4business.com/talian/?feed=rss2&#038;p=24</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Post styling examples</title>
		<link>http://va4business.com/talian/?p=19</link>
		<comments>http://va4business.com/talian/?p=19#comments</comments>
		<pubDate>Mon, 08 Sep 2008 16:39:40 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[User Guide]]></category>
		<category><![CDATA[class options]]></category>
		<category><![CDATA[Post Styling]]></category>
		<category><![CDATA[talian]]></category>

		<guid isPermaLink="false">http://va4business.com/talian/?p=19</guid>
		<description><![CDATA[Talian is an professional theme equipped with various types of styling options. You will be amazed to find that we have tried to incorporate every possible typography to make a better wordpress theme, which stands out of crowd. Find out below the live examples of post styles in use with current talian: An Unordered list [...]]]></description>
			<content:encoded><![CDATA[<p>Talian is an professional theme equipped with various types of styling options. You will be amazed to find that we have tried to incorporate every possible typography to make a better wordpress theme, which stands out of crowd. Find out below the <strong>live examples of post styles</strong> in use with current talian:</p>
<h3>An Unordered list</h3>
<ul>
<li> Testing a list #1</li>
<li> Testing a list #2</li>
<li> Testing a list #3</li>
<li> Testing a list #4</li>
<li> Testing a list #5</li>
</ul>
<h3>An Ordered list</h3>
<ol>
<li> Testing a list #1</li>
<li> Testing a list #2</li>
<li> Testing a list #3</li>
<li> Testing a list #4</li>
<li> Testing a list #5</li>
</ol>
<h3>styling H1, H2, H3, H4 texts</h3>
<h1>This is an H1 Text</h1>
<h2>This is an H2 Text</h2>
<h3>This is an H3 Text</h3>
<h4>This is an H4 Text</h4>
<h3>Using various styling classes within the post</h3>
<p>Talian has several prebuilt styiling classes helps to highlight appearance of important texts within your posts. Please look at the various styling options we have added with Talian. </p>
<p class="info">This is how the Info text appears&#8221;</p>
<p class="note">This is how the Note text appears&#8221;</p>
<p class="warning">This is how the Warning text appears&#8221;</p>
<p class="alert">This is how the Alert text appears&#8221;</p>
<p class="download">This is how the Download text appears&#8221;</p>
<p class="click">This is how &#8220;Click here to buy now&#8221; text appears&#8221;</p>
<blockquote><p>Stay tuned, we will comeup with some more innovative styling options to spice up your blog. The core development of Talian is just a beginning, we have more surprises for you!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://va4business.com/talian/?feed=rss2&#038;p=19</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding a Sitemap to Talian</title>
		<link>http://va4business.com/talian/?p=12</link>
		<comments>http://va4business.com/talian/?p=12#comments</comments>
		<pubDate>Mon, 08 Sep 2008 15:55:59 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[User Guide]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[talian]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://va4business.com/talian/?p=12</guid>
		<description><![CDATA[Talian is an SEO friendly theme. You can create sitemap without using any plugin or any external tool. Creating a sitemap is easy. All you need to go to write pages &#62;&#62; Name the page as &#8220;sitemap&#8221;, Choose the option &#8220;Sitemap&#8221; from page template and click &#8220;publish&#8221;. You are done. The site map works similar [...]]]></description>
			<content:encoded><![CDATA[<p>Talian is an SEO friendly theme. You can create sitemap without using any plugin or any external tool. Creating a sitemap is easy. All you need to go to write pages &gt;&gt; Name the page as &#8220;sitemap&#8221;, Choose the option &#8220;Sitemap&#8221; from page template and click &#8220;publish&#8221;. You are done.</p>
<p>The site map works similar to Archives Map and it is automatically updated every time you create a new post. It displays individual posts links and links to RSS feeds and Atom feeds available at your blog.</p>
<p>Easy to use functions like these have made talian a popular theme in the past and we will be adding more innovative concepts to talian in near future to make it a complete theme for every blogger. Checkout the pictures below:</p>
<h3>Step 1: Adding a Sitemap to talian</h3>
<p><a href="http://va4business.com/talian/wp-content/uploads/2008/09/adding-a-sitemap-step1.jpg"><img class="aligncenter size-full wp-image-14" title="adding-a-sitemap-step1" src="http://va4business.com/talian/wp-content/uploads/2008/09/adding-a-sitemap-step1.jpg" alt="" width="490" height="280" /></a></p>
<h3>Step 2: Adding a Sitemap to talian</h3>
<p><a href="http://va4business.com/talian/wp-content/uploads/2008/09/adding-a-sitemap-step2.jpg"><img class="aligncenter size-full wp-image-15" title="adding-a-sitemap-step2" src="http://va4business.com/talian/wp-content/uploads/2008/09/adding-a-sitemap-step2.jpg" alt="" width="490" height="280" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://va4business.com/talian/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Page templates &#8211; Adding an archive map to your blog</title>
		<link>http://va4business.com/talian/?p=6</link>
		<comments>http://va4business.com/talian/?p=6#comments</comments>
		<pubDate>Mon, 08 Sep 2008 15:33:47 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[User Guide]]></category>
		<category><![CDATA[archive map]]></category>
		<category><![CDATA[talian]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://va4business.com/talian/?p=6</guid>
		<description><![CDATA[Archive Map is better known as displaying all archive posts in a grid format. This is a single page where you will be able to display blog archives similar to a sitemap. Talian has pre-built page templates which allows you to create an archive map even if you dont have knowledge of HTML, CSS or [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Archive Map</strong> is better known as displaying all archive posts in a grid format. This is a single page where you will be able to display blog archives similar to  a sitemap.</p>
<p>Talian has pre-built page templates which allows you to create an archive map even if you dont have knowledge of HTML, CSS or PHP. All you need to go create pages, choose &#8220;Archives&#8221; from Page template, Name your page as &#8220;archives&#8221; and click &#8220;Publish&#8221;.</p>
<p>The page will automatically appear on Menubars and it will automatically all your previous posts to archive map page. It will also update automatically when you create any new post, so you need not to worry about updating them.</p>
<p>This is easy, isn&#8217;t it? Checkout the picture below:</p>
<h3>Step #1: Creating an Archive Map Page with Talian</h3>
<p><a href="http://va4business.com/talian/wp-content/uploads/2008/09/creating-an-archive-page-step1.jpg"><img class="aligncenter size-full wp-image-7" title="creating an archive page with Talian - step1" src="http://va4business.com/talian/wp-content/uploads/2008/09/creating-an-archive-page-step1.jpg" alt="" width="490" height="280" /></a></p>
<h3>Step #2: Creating an Archive Map Page with Talian</h3>
<p><a href="http://va4business.com/talian/wp-content/uploads/2008/09/creating-an-archive-page-step2.jpg"><img class="aligncenter size-full wp-image-8" title="creating-an-archive-page-step2" src="http://va4business.com/talian/wp-content/uploads/2008/09/creating-an-archive-page-step2.jpg" alt="" width="490" height="280" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://va4business.com/talian/?feed=rss2&#038;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talian WordPress Theme</title>
		<link>http://va4business.com/talian/?p=3</link>
		<comments>http://va4business.com/talian/?p=3#comments</comments>
		<pubDate>Mon, 08 Sep 2008 14:51:07 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Updates Talian]]></category>
		<category><![CDATA[talian]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpthemes]]></category>

		<guid isPermaLink="false">http://va4business.com/talian/?p=3</guid>
		<description><![CDATA[First of all we like to thank you for showing interest in Talian &#8211; theme which has enormous possibilities. We are proud to release this theme way back in July, 2007 and it has attracted over 40,000 downloads by the community. Since then, the wordpress platform has been changed a lot, but Talian continued to [...]]]></description>
			<content:encoded><![CDATA[<p>First of all we like to thank you for showing interest in Talian &#8211; theme which has enormous possibilities. We are proud to release this theme way back in July, 2007 and it has attracted over 40,000 downloads by the community. </p>
<p>Since then, the wordpress platform has been changed a lot, but Talian continued to meet the requirements of bloggers and to keep this theme working in future, we have decided to update the theme and fixed several issues related to Talian. </p>
<p>Talian theme is designed and developed by <a href="http://www.va4business.com/">VA Business Services</a> a business venture of <a href="http://www.stevearun.com/">Steve Arun</a> who is an experienced Internet Marketing Consultant worked with top notch companies in USA including AT &#038; T development partners. VA Business Services offers affordable blog design, blog maintenance and blog marketing services.</p>
<p><strong>This theme is an SEO friendly layout</strong> and comes with many options which reduce the use of plugins. How ever we have tested many popular plugins with this theme and soon we will post the release notes about available list of plugins which are compatible with talian. </p>
<p>Please play around with talian and let us know your views and comments. This will help us to upgrade in our future release. </p>
]]></content:encoded>
			<wfw:commentRss>http://va4business.com/talian/?feed=rss2&#038;p=3</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://va4business.com/talian/?p=1</link>
		<comments>http://va4business.com/talian/?p=1#comments</comments>
		<pubDate>Mon, 08 Sep 2008 11:12:54 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Updates Talian]]></category>

		<guid isPermaLink="false">http://va4business.com/talian/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://va4business.com/talian/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

