<?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>RLM &#187; Template Tags</title>
	<atom:link href="http://www.rlmseo.com/blog/category/wordpress/template-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rlmseo.com</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 03:37:47 +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>Beginning Template Tags &#8211; bloginfo(), the_time(), the_title()</title>
		<link>http://www.rlmseo.com/blog/beginning-template-tags/</link>
		<comments>http://www.rlmseo.com/blog/beginning-template-tags/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 00:17:44 +0000</pubDate>
		<dc:creator>jcrens8392</dc:creator>
				<category><![CDATA[Template Tags]]></category>
		<category><![CDATA[blog name]]></category>
		<category><![CDATA[blog url]]></category>
		<category><![CDATA[bloginfo]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[template url]]></category>
		<category><![CDATA[the_time]]></category>
		<category><![CDATA[times]]></category>

		<guid isPermaLink="false">http://www.rlmseo.com/beginning-template-tags/</guid>
		<description><![CDATA[If you want your blog to look different than the other million crappy blogs out there, you need to familiarize yourself with template tags in Wordpress. This article covers some uses of bloginfo(), the_time(), and the_title().]]></description>
			<content:encoded><![CDATA[<p>WordPress uses template tags for a lot of its features. These are nothing more than calls to php functions that do a bunch of stuff you don&#8217;t know how to do. If you want your blog to look different than the other million crappy blogs out there, you need to familiarize yourself with template tags in WordPress, well, at least until you realize everything under you could ever think of I&#8217;ve already thought of and written about here&#8230;.you can thank me for that later.</p>
<p>By the way, if you haven&#8217;t read about &#8220;the loop&#8221; yet, you should do that first, otherwise you&#8217;ll really get some jacked up results when you try to use these.</p>
<h2>bloginfo() &#8211; Misc. WordPress Blog Information</h2>
<p>bloginfo(&#8216;rss2_url&#8217;) &#8211; Link to RSS 2.0 feed<br />
Returns <em>http://www.rlmseo.com/blog/feed/ </em>for this blog</p>
<p>bloginfo(&#8216;url&#8217;) &#8211; Link to blog url<br />
Returns <em>http://www.rlmseo.com/blog </em>for this blog</p>
<p>bloginfo(&#8216;template_url&#8217;) &#8211; Link to active template url<br />
Returns <em>http://www.rlmseo.com/blog/wp-content/themes/wordpresshacker/<br />
</em>for this blog. Notice the difference between this and bloginfo(&#8216;url&#8217;)</p>
<p>bloginfo(&#8216;name&#8217;) &#8211; Name of your blog as set in wp-admin</p>
<h2>the_time() &#8211; WordPress Post Timestamp</h2>
<p>the_time(&#8216;m/d/y&#8217;) &#8211; Returns 01/5/08 if post was published January 5th of this year</p>
<h2>the_title() &#8211; WordPress Post Title</h2>
<p>Pretty straightforward&#8230;just displays the title of a post.</p>
<p>Check out the entire template tag reference over at <a href="http://codex.wordpress.org/Template_Tags" title="">WordPress.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rlmseo.com/blog/beginning-template-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

