<?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>TemplatePanic.com &#187; Tutorials</title>
	<atom:link href="http://www.templatepanic.com/tag/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.templatepanic.com</link>
	<description>Free Tutorials, Resources, WordPress Themes, and Blogger Templates.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:56:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Use Classic (Non-Widget) Template In Blogger Beta</title>
		<link>http://www.templatepanic.com/article/how-to-use-classic-non-widget-template-in-blogger-beta</link>
		<comments>http://www.templatepanic.com/article/how-to-use-classic-non-widget-template-in-blogger-beta#comments</comments>
		<pubDate>Mon, 27 Nov 2006 08:35:00 +0000</pubDate>
		<dc:creator>effi</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.templatepanic.com/?p=57</guid>
		<description><![CDATA[How to use classic template (or non-widget template) in Blogger Beta:
# Go to TEMPLATE
# Click on EDIT HTML
# Roll your mouse to the bottom of page and click â€œRevert to Classic Templateâ€.
# Paste your new template code.

How to switch to widget template:
# Go to TEMPLATE
# Click on CUSTOMIZE DESIGN
# Click UPGRADE YOUR TEMPLATE
# Follow the next instruction]]></description>
			<content:encoded><![CDATA[<p>How to use classic template (or non-widget template) in Blogger Beta:</p>
<ul>
<li> Go to TEMPLATE</li>
<li> Click on EDIT HTML</li>
<li> Roll your mouse to the bottom of page and click &#8216;Revert to Classic Template&#8217;.</li>
<li> Paste your new template code.</li>
</ul>
<p>How to switch to widget template:</p>
<ul>
<li> Go to TEMPLATE</li>
<li> Click on CUSTOMIZE DESIGN</li>
<li> Click UPGRADE YOUR TEMPLATE</li>
<li> Follow the next instruction</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.templatepanic.com/article/how-to-use-classic-non-widget-template-in-blogger-beta/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Change, Modify, And Adding Plugins For WordPress Blog</title>
		<link>http://www.templatepanic.com/article/how-to-change-modify-and-adding-plugins-for-wordpress-blog</link>
		<comments>http://www.templatepanic.com/article/how-to-change-modify-and-adding-plugins-for-wordpress-blog#comments</comments>
		<pubDate>Fri, 17 Nov 2006 09:18:00 +0000</pubDate>
		<dc:creator>effi</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.templatepanic.com/?p=50</guid>
		<description><![CDATA[<p>I want to include the tutorial of "how to change, modify, and adding plugins for Wordpress blog" in my TemplatePanic blog. I am not an expert in blogging, but I believe that this tutorial can help you who really need this information. </p>

<p>You can browse the live demo for the modified Wordpress blog "here":http://musicteam.icasby.com. </p>

<p>The first time that you have to do is to find the basic template. I prefer Flickred 2.0.2 by "Small Potato":http://www.wpdesigner.com/ because it is simple both design and navigation, and has good looking even there is no image needed. Template that has no image will load faster.</p>]]></description>
			<content:encoded><![CDATA[<p>I want to include the tutorial of &#8220;how to change, modify, and adding plugins for WordPress blog&#8221; in my TemplatePanic blog. I am not an expert in blogging, but I believe that this tutorial can help you who really need this information.</p>
<p>You can browse the live demo for the modified WordPress blog here.</p>
<p>The first time that you have to do is to find the basic template. I prefer Flickred 2.0.2 by <a href="http://www.wpdesigner.com/">Small Potato</a> because it is simple both design and navigation, and has good looking even there is no image needed. Template that has no image will load faster.</p>
<p>Download and extract the .zip file, and upload it to folder /wp-content/themes/.<span id="more-50"></span></p>
<p>Then go to your browser, login to your WordPress blog, and activate the new template (PRESENTATION &#8211;> THEMES &#8211;> Flickred 2.0.2).</p>
<p>Next, go to PRESENTATION &#8211;> THEME EDITOR &#8211;> Stylesheet. For default, this file is unwritable. You will find &#8220;If this file were writable you could edit it.&#8221; in the bottom of the Theme Editor page.</p>
<p>To make this writable, go to <a href="http://sourceforge.net/projects/filezilla/">FileZilla</a> (or other FTP client that you use), find your template folder (/wp-content/themes/flickred-202/), and right click on style.css &#8211;> file attributes. Change the numeric value from 644 to 666. Click OK. Do the same thing with other file that you will modify.</p>
<p>Back to your browser, click refresh button. You will find &#8220;Update File&#8221; button in the right bottom.</p>
<p><strong>MODIFYING THE TEMPLATE</strong></p>
<p>Now we will change the style.css file. In this tutorial, you will make the template wider so it can fit with 1024&#215;768 screen resolution.</p>
<p>Find this:</p>
<pre><code>
#container{
width: 800px; --> change to 900px
</code></pre>
<pre><code>
.description{
width: 760px; --> change to 860px
</code></pre>
<pre><code>
#top-menu{
width: 760px; --> change to 860px
</code></pre>
<pre><code>
#sidebar{
width: 200px; --> change to 300px
</code></pre>
<pre><code>
#footer{
width: 760px; --> change to 860px
</code></pre>
<p>Click Update File button. Now you need to see the preview of your blog. You can open the preview in new window (or new tab).</p>
<p>The basic template of Flickred 2.0.2 is good enough so I don&#8217;t need to change the other css.</p>
<p><strong>MODIFYING THE NAVIGATION</strong></p>
<p>Now we will focus to the navigation of the blog. Instead of placing the Pages in the right sidebar, I prefer to put it in the top, below the blog&#8217;s description.</p>
<p>Still in PRESENTATION, THEME EDITOR, go to Header file (make this file writable first). Find the &#8220;MAIN MENU&#8217; section, and add the pages manually. Don&#8217;t forget to change the url of each page. Click Update File button.</p>
<p>OK, I already have Page navigation in the top of my blog page, now I need to delete the Page navigation from the right sidebar. Go to PRESENTATION, THEME EDITOR, Sidebar. Find this:</p>
<pre><code>
<ul>
<?php wp_list_pages('depth=1&#038;title_li=
<h2>' . __('Pages') . '</h2>

' ); ?>
</ul>

</code></pre>
<p>Place < ! - -  in the top, and - - > in the bottom. It will be like this:</p>
<pre><code>
< ! - -
<ul>
<?php wp_list_pages('depth=1&#038;title_li=
<h2>' . __('Pages') . '</h2>

' ); ?>
</ul>

- - >
</code></pre>
<p>This will hide wp_list_pages from sidebar. Click Update File.</p>
<p>Wait, do you need Calendar for this blog? If yes, still in PRESENTATION, THEME EDITOR, Sidebar. Find php get_calendar, and remove
<pre><code>< ! - -    - - >;</code></pre>
<p> placed around it.</p>
<p><strong>ADDING RECENT ARTICLES</strong></p>
<p>How to adding Recent Articles in sidebar.</p>
<p>Place this to your PRESENTATION &#8211;> THEME EDITOR &#8211;> Sidebar:</p>
<pre><code>
<ul>
<li>
<h2><?php _e('Recent Articles'); ?></h2>
<ul>
<li>
<?php get_archives('postbypost','12','custom','
<li>','</li>

'); ?>
</li>
</ul>
</li>
</ul>

</code></pre>
<p>Click Update File button and refresh the preview of your blog.</p>
<p><strong>MODIFYING THE CATEGORIES</strong></p>
<p>I prefer the Categories also create the total numbers of articles in each category. Find this in PRESENTATION &#8211;> THEME EDITOR &#8211;> Sidebar:</p>
<pre><code>
<?php wp_list_cats('sort_column=ID&#038;optioncount=0&#038;children=0'); ?>
</code></pre>
<p>Replace *ID* with *name*. This will sort the categories by name/alphabet, instead of by ID.</p>
<p>Replace *optioncount=0* with *optioncount=1*. This will create the total numbers of articles in each category.</p>
<p><strong>ADDING VERSE OF THE DAY PLUGIN</strong></p>
<p>Now is my favourite part: <a href="http://blog.slaven.net.au/wordpress-plugins/wordpress-verse-of-the-day-plugin/">Verse of the Day</a> plugin. Download the plugin, extract. Open FileZilla, upload the file to /wp-content/plugins/.</p>
<p>Go to your browser, PLUGINS &#8211;> Plugin Management, activate the Verse of the Day plugin. You can change the option of this plugin by go to OPTION &#8211;> Verse of the Day.</p>
<p>Now go to PRESENTATION &#8211;> THEME EDITOR &#8211;> Sidebar. Add this (I add this code before the calendar script):</p>
<pre><code>
<ul>
<li>
<h2>Verse of the Day</h2>
<ul>
<li><?php wp_votd(); ?></li>
</ul>
</li>
</ul>

</code></pre>
<p><strong>ADDING WP-ONLINECOUNTER PLUGIN</strong></p>
<p>The next plugin we will add here is WP-OnlineCounter. Download and extract, then go to FileZilla and upload the 2 files (wp-onlinecounter.php and widget_wpoc.php). to /wp-content/plugins/. Activate this plugins (WP-OnlineCounter and WP-OnlineCounter widget). Go to PRESENTATION &#8211;> THEME EDITOR &#8211;> Sidebar and add this code in the bottom of sidebar:</p>
<pre><code>
<ul>
<?php if(function_exists(wp_onlinecounter)) { wp_onlinecounter(); } ?>
</ul>

</code></pre>
<p><strong>ADDING WP-PRINT PLUGIN</strong></p>
<p>Next plugin is &#8220;WP-Print&#8221;:http://www.lesterchan.net/portfolio/programming.php by &#8220;GaMerZ&#8221;:http://www.lesterchan.net/, which will displays a printable version of your WordPress blog post. Download and extract, open your FileZilla, and upload the print folder to /wp-content/plugins/. Activate this plugin. You MAY Need To Re-Generate The Permalink. Go to OPTIONS -> Permalinks Options -> Update Permalink Structure.</p>
<p>Go to PRESENTATION &#8211;> THEME EDITOR &#8211;> Single Post and place this code:</p>
<pre><code>
<?php if(function_exists('wp_print')) { print_link_image(); } ?>
</code></pre>
<p>I prefer to put this code before </h2>
<p> because the &#8220;print&#8221; image will place follow the title of article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatepanic.com/article/how-to-change-modify-and-adding-plugins-for-wordpress-blog/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Change The Blogger Template</title>
		<link>http://www.templatepanic.com/article/how-to-change-the-blogger-template</link>
		<comments>http://www.templatepanic.com/article/how-to-change-the-blogger-template#comments</comments>
		<pubDate>Thu, 08 Jun 2006 04:22:00 +0000</pubDate>
		<dc:creator>effi</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.templatepanic.com/?p=4</guid>
		<description><![CDATA[Important! Backup your current template before change it to the new one. How to do: select all (Ctrl+A) and copy (Ctrl+V), then paste it (Ctrl+V) into Notepad...]]></description>
			<content:encoded><![CDATA[<p>Important! Backup your current template before change it to the new one. How to do: select all (Ctrl+A) and copy (Ctrl+V), then paste it (Ctrl+V) into Notepad. Save. This are the steps to change the Blogger template.</p>
<ol>
<li>Download the new template.</li>
<li>Extract the .zip or .rar file using a program like &#8220;winzip&#8221;:http://www.winzip.com/.</li>
<li>Open the html file. You can use Notepad to open it.</li>
<li>Upload the images files to a free webhosting. I prefer &#8220;photobucket&#8221;:http://www.photobucket.com/ to host my images. Just follow the easy steps to register, login, and upload your images there.</li>
<li>Go to your Blogger account dashboard.</li>
<li>Click on the icon under &#8216;Change Settings&#8217;. Click on &#8216;Template&#8217;.</li>
<li>Copy (Ctrl+C) your new template&#8217;s code that already open in Notepad, and paste (CTRL+V) to the Template area.</li>
<li>Change the images name in your new template with the new url of your images.</li>
<li>Click on Save Template Changes.</li>
<li>Republish.</li>
</ol>
<p>For more information about blogging and making money from your blog, you can learn internet marketing from <a href="http://anne-ahira.teddysiswanto.com/">Anne Ahira</a>, the internet marketing guru.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatepanic.com/article/how-to-change-the-blogger-template/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

