<?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>WpFunc &#187; month</title>
	<atom:link href="http://wpfunc.com/tag/month/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Create Custom Date Butons!</title>
		<link>http://wpfunc.com/wordpress/create-custom-date-butons.html</link>
		<comments>http://wpfunc.com/wordpress/create-custom-date-butons.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 18:42:10 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[date button]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[post date]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=355</guid>
		<description><![CDATA[Create your own date buttons. This is a simple div class and css style. Choose your background image and read this article. Let&#8217;s begin&#8230;
Here is the code;
Firstly create a div area for this. After that we sill make changes.
Code;

The Template Image

CSS Style;
Final :)

Use this code and the oıther on your theme. Have a nice day!
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Create your own date buttons. This is a simple div class and css style. Choose your background image and read this article. Let&#8217;s begin&#8230;<span id="more-355"></span></p>
<h3>Here is the code;</h3>
<p>Firstly create a div area for this. After that we sill make changes.</p>
<h3>Code;</h3>
<pre class="brush: xml; title: ; notranslate">&lt;div class=”post-date”&gt;
&lt;div class=”month”&gt;&lt;?php the_time(’M') ?&gt;&lt;/div&gt;
&lt;div class=”day”&gt;&lt;?php the_time(’d') ?&gt;&lt;/div&gt;
&lt;/div&gt;</pre>
<h3>
The Template Image</h3>
<p><a class="highslide img_3" href="http://www.wpfunc.com/wp-content/uploads/2010/01/date_button_template.gif" onclick="return hs.expand(this)"><img class="alignnone size-full wp-image-357" title="date_button_template" src="http://www.wpfunc.com/wp-content/uploads/2010/01/date_button_template.gif" alt="" width="60" height="68" /></a></p>
<h3>CSS Style;</h3>
<pre class="brush: css; title: ; notranslate">.post-date{
float: left;
display: inline;
margin: 0 10px 0 0;
background: url(images/date_button_template.gif) no-repeat;
}</pre>
<h3>Final :)</h3>
<p><a class="highslide img_4" href="http://www.wpfunc.com/wp-content/uploads/2010/01/datebutton.jpg" onclick="return hs.expand(this)"><img class="alignnone size-full wp-image-356" title="datebutton" src="http://www.wpfunc.com/wp-content/uploads/2010/01/datebutton.jpg" alt="" width="300" height="100" /></a><br />
Use this code and the oıther on your theme. Have a nice day!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/create-custom-date-butons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

