<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>InnerBlogger - The Guide to Successful and Profitable Blogging</title>
	<link>http://innerblogger.com</link>
	<description>The Complete Guide to Successful and Profitable Blogging</description>
	<pubDate>Thu, 28 Aug 2008 21:23:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>Archives [code]</title>
		<link>http://innerblogger.com/46/</link>
		<comments>http://innerblogger.com/46/#comments</comments>
		<pubDate>Sun, 13 Aug 2006 14:41:26 +0000</pubDate>
		<dc:creator>InnerBlogger</dc:creator>
		
	<category>Blogging</category>
		<guid isPermaLink="false">http://innerblogger.com/?page_id=46</guid>
		<description><![CDATA[The current code for Innerblogger.com Archives
&#8211;

&#60;?php&#160;include&#160;("header.php");&#160;?&#62;

&#60;div&#160;id="contentwrapper"&#62;
&#60;div&#160;id="content"&#62;
&#160;&#160;&#160;&#160;&#60;div&#160;id="blogs"&#62;
&#160;&#160;&#160;&#160;&#60;br/&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;br&#160;/&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;if&#160;(have_posts())&#160;:&#160;?&#62;

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;$post&#160;=&#160;$posts[0];&#160;?&#62;
&#60;?php&#160;/*&#160;If&#160;this&#160;is&#160;a&#160;category&#160;archive&#160;*/&#160;if&#160;(is_category())&#160;{&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h1&#62;&#60;u&#62;Archive&#160;for&#160;the&#160;'&#60;?php&#160;echo&#160;single_cat_title();&#160;?&#62;'&#160;Category&#60;/u&#62;&#60;/h1&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;/*&#160;If&#160;this&#160;is&#160;a&#160;daily&#160;archive&#160;*/&#160;}&#160;elseif&#160;(is_day())&#160;{&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h1&#62;&#60;u&#62;Archive&#160;for&#160;&#60;?php&#160;the_time('F&#160;jS,&#160;Y');&#160;?&#62;&#60;/u&#62;&#60;/h1&#62;
&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;/*&#160;If&#160;this&#160;is&#160;a&#160;monthly&#160;archive&#160;*/&#160;}&#160;elseif&#160;(is_month())&#160;{&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h1&#62;&#60;u&#62;Archive&#160;for&#160;&#60;?php&#160;the_time('F,&#160;Y');&#160;?&#62;&#60;/u&#62;&#60;/h1&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;/*&#160;If&#160;this&#160;is&#160;a&#160;yearly&#160;archive&#160;*/&#160;}&#160;elseif&#160;(is_year())&#160;{&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h1&#62;&#60;u&#62;Archive&#160;for&#160;&#60;?php&#160;the_time('Y');&#160;?&#62;&#60;/u&#62;&#60;/h1&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;/*&#160;If&#160;this&#160;is&#160;a&#160;search&#160;*/&#160;}&#160;elseif&#160;(is_search())&#160;{&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h1&#62;&#60;u&#62;Search&#160;Results&#60;/u&#62;&#60;/h1&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;/*&#160;If&#160;this&#160;is&#160;an&#160;author&#160;archive&#160;*/&#160;}&#160;elseif&#160;(is_author())&#160;{&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h1&#62;&#60;u&#62;Author&#160;Archive&#60;/u&#62;&#60;/h1&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;/*&#160;If&#160;this&#160;is&#160;a&#160;paged&#160;archive&#160;*/&#160;}&#160;elseif&#160;(isset($_GET['paged'])&#160;&#38;&#38;&#160;!empty($_GET['paged']))&#160;{&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h1&#62;&#60;u&#62;Blog&#160;Archives&#60;/u&#62;&#60;/h1&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;}&#160;?&#62;

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;while&#160;(have_posts())&#160;:&#160;the_post();&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;br&#160;/&#62;&#60;br&#160;/&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;div&#160;id="post-&#60;?php&#160;the_ID();&#160;?&#62;"&#62;&#60;img&#160;src="&#60;?php&#160;bloginfo('stylesheet_directory');&#160;?&#62;/images/icon_post.gif"&#160;alt=""&#160;/&#62;&#160;&#60;h2&#62;&#60;a&#160;href="&#60;?php&#160;the_permalink()&#160;?&#62;"&#160;rel="bookmark"&#160;title="View&#160;Details:&#160;&#60;?php&#160;the_title();&#160;?&#62;"&#62;&#60;?php&#160;the_title();&#160;?&#62;&#60;/a&#62;&#60;/h2&#62;&#60;/div&#62;&#160;&#60;!&#8211;&#160;End&#160;Of&#160;Class&#160;Title&#160;&#8211;&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;div&#160;class="small"&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;the_time("l&#160;j&#160;F&#160;Y&#160;@&#160;g:i&#160;a")&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/div&#62;&#160;&#60;!&#8211;&#160;End&#160;Of&#160;Class&#160;Small&#160;&#8211;&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;div&#160;class="article"&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;the_excerpt()&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;a&#160;href="&#60;?php&#160;the_permalink()&#160;?&#62;"&#62;Continue&#160;reading&#60;/a&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/div&#62;&#160;&#60;!&#8211;&#160;End&#160;Of&#160;Class&#160;Article&#160;&#8211;&#62;
&#60;br&#160;/&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;div&#160;class="postmetadata&#160;alt"&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;comments_popup_link(__('Comments&#160;(0)'),&#160;__('Comments&#160;(1)'),&#160;__('Comments&#160;(%)'));&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#124; &#60;?php&#160;_e("Posted&#160;in");&#160;?&#62;&#160;&#60;?php&#160;the_category(',')&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160; &#60;?php&#160;edit_post_link();&#160;?&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/div&#62;&#160;&#60;!&#8211;&#160;End&#160;Of&#160;Class&#160;Meta&#160;&#8211;&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;endwhile;&#160;?&#62;

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;!&#8211;&#160;start&#160;bottom&#160;blog&#160;nav&#160;&#8211;&#62;
&#60;br&#160;/&#62;&#60;br&#160;/&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;div&#160;align="center"&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;span&#160;class="menu"&#62;&#60;?php&#160;previous_posts_link('Next&#160;Posts&#160;»»')&#160;?&#62;&#60;/span&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;span&#160;class="menu"&#62;&#60;?php&#160;next_posts_link('««&#160;Previous&#160;Posts')&#160;?&#62;&#60;/span&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/div&#62;
&#160;&#160;&#160;&#160;&#60;?php&#160;else&#160;:&#160;?&#62;

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h2&#62;Not&#160;Found&#60;/h2&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;p&#62;&#60;?php&#160;_e('Sorry,&#160;no&#160;posts&#160;matched&#160;your&#160;criteria.');&#160;?&#62;&#60;/p&#62;
&#160;&#160;&#160;&#160;&#60;?php&#160;endif;&#160;?&#62;

&#60;img&#160;align="left"&#160;src="http://innerblogger.com/innerblogger.jpg"&#62;
&#60;script&#160;type="text/javascript"&#62;&#60;!&#8211;
google_ad_client&#160;=&#160;"pub-0378921240456421&#8243;;
google_ad_width&#160;=&#160;336;
google_ad_height&#160;=&#160;280;
google_ad_format&#160;=&#160;"336&#215;280_as";
google_ad_type&#160;=&#160;"text_image";
google_ad_channel&#160;="5957027873&#8243;;
google_color_border&#160;=&#160;"FFFFFF";
google_color_bg&#160;=&#160;"FFFFFF";
google_color_link&#160;=&#160;"0060C0&#8243;;
google_color_text&#160;=&#160;"333333&#8243;;
google_color_url&#160;=&#160;"B6B6B6&#8243;;
//&#8211;&#62;&#60;/script&#62;
&#60;script&#160;type="text/javascript"
&#160;&#160;src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&#62;
&#60;/script&#62;
&#60;a&#160;name="search"&#62;&#60;/a&#62;
&#60;!&#8211;&#160;SiteSearch&#160;Google&#160;&#8211;&#62;
&#60;form&#160;method="get"&#160;action="http://www.google.com/custom"&#160;target="_top"&#62;
&#60;table&#160;border="0&#8243;&#160;bgcolor="#ffffff"&#62;
&#60;tr&#62;&#60;td&#160;nowrap="nowrap"&#160;valign="top"&#160;align="left"&#160;height="32&#8243;&#62;
&#60;a&#160;href="http://www.google.com/"&#62;
&#60;img&#160;src="http://www.google.com/logos/Logo_25wht.gif"&#160;border="0&#8243;&#160;alt="Google"&#160;align="middle"&#62;&#60;/img&#62;&#60;/a&#62;
&#60;/td&#62;
&#60;td&#160;nowrap="nowrap"&#62;
&#60;input&#160;type="hidden"&#160;name="domains"&#160;value="innerblogger.com"&#62;&#60;/input&#62;
&#60;input&#160;type="text"&#160;name="q"&#160;size="35&#8243;&#160;maxlength="255&#8243;&#160;value=""&#62;&#60;/input&#62;
&#60;input&#160;type="submit"&#160;name="sa"&#160;value="Search"&#62;&#60;/input&#62;
&#60;/td&#62;&#60;/tr&#62;
&#60;tr&#62;
&#60;td&#62; &#60;/td&#62;
&#60;td&#160;nowrap="nowrap"&#62;
&#60;table&#62;
&#60;tr&#62;
&#60;td&#62;
&#60;input&#160;type="radio"&#160;name="sitesearch"&#160;value=""&#160;checked="checked"&#62;&#60;/input&#62;
&#60;font&#160;size="-1&#8243;&#160;color="#000000&#8243;&#62;Web&#60;/font&#62;
&#60;/td&#62;
&#60;td&#62;
&#60;input&#160;type="radio"&#160;name="sitesearch"&#160;value="innerblogger.com"&#62;&#60;/input&#62;
&#60;font&#160;size="-1&#8243;&#160;color="#000000&#8243;&#62;innerblogger.com&#60;/font&#62;
&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
&#60;input&#160;type="hidden"&#160;name="client"&#160;value="pub-0378921240456421&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="forid"&#160;value="1&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="channel"&#160;value="1488539371&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="ie"&#160;value="ISO-8859-1&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="oe"&#160;value="ISO-8859-1&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="flav"&#160;value="0003&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="sig"&#160;value="NCWTcNc5Hi6yvRB-"&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="cof"&#160;value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1&#8243;&#62;&#60;/input&#62;
&#60;input&#160;type="hidden"&#160;name="hl"&#160;value="en"&#62;&#60;/input&#62;
&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;
&#60;/form&#62;
&#60;!&#8211;&#160;SiteSearch&#160;Google&#160;&#8211;&#62;
&#160;&#160;&#160;&#160;&#60;/div&#62;&#160;&#60;!&#8211;&#160;end&#160;blogs&#160;&#8211;&#62;
&#160;&#160;&#160;&#160;&#60;div&#160;id="centerbar"&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;br/&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;include&#160;("centerbar.php");&#160;?&#62;
&#160;&#160;&#160;&#160;&#60;/div&#62;&#160;&#60;!&#8211;&#160;End&#160;Of&#160;Class&#160;centerbar&#160;&#8211;&#62;
&#160;&#160;&#160;&#160;&#60;div&#160;id="sidebar"&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;br/&#62;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php&#160;get_sidebar();&#160;?&#62;
&#160;&#160;&#160;&#160;&#60;/div&#62;&#160;&#60;!&#8211;&#160;End&#160;Of&#160;Class&#160;sidebar&#160;&#8211;&#62;
&#60;/div&#62;&#160;&#60;!&#8211;&#160;end&#160;content&#160;&#8211;&#62;
&#60;/div&#62;&#160;&#60;!&#8211;&#160;end&#160;contentwrapper&#160;&#8211;&#62;
&#60;div&#160;id="footer"&#62;
&#160;&#160;&#160;&#160;&#60;?PHP&#160;include&#160;("footer.php");&#160;?&#62;
&#60;/div&#62;
&#60;/div&#62;&#160;&#60;!&#8211;&#160;end&#160;wrapper&#160;&#8211;&#62;
&#60;/body&#62;
&#60;/html&#62;


]]></description>
		<wfw:commentRSS>http://innerblogger.com/46/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
