<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Jazz Up Your Archives Page</title>
	<atom:link href="http://thesisthemehq.com/jazz-up-your-archives-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesisthemehq.com/jazz-up-your-archives-page/</link>
	<description></description>
	<lastBuildDate>Sat, 11 Sep 2010 02:38:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Lauren</title>
		<link>http://thesisthemehq.com/jazz-up-your-archives-page/comment-page-1/#comment-9915</link>
		<dc:creator>Lauren</dc:creator>
		<pubDate>Fri, 20 Aug 2010 07:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://thesisthemehq.com/?p=1608#comment-9915</guid>
		<description>Got it! Thank you Sarah and Somone for your help! 

I truly appreciate it!!!!</description>
		<content:encoded><![CDATA[<p>Got it! Thank you Sarah and Somone for your help! </p>
<p>I truly appreciate it!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://thesisthemehq.com/jazz-up-your-archives-page/comment-page-1/#comment-9905</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 19 Aug 2010 15:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://thesisthemehq.com/?p=1608#comment-9905</guid>
		<description>Hi there,

To get the archive page to display in two columns, you need to change the custom_functions code to include the class names.

Like this:

function my_archive() {
?&gt;
&lt;div class=&quot;archive&quot;&gt;
&lt;div class=&quot;archivel&quot;&gt;
  &lt;h3&gt;By Category:&lt;/h3&gt;
  &lt;ul&gt;
    &lt;?php wp_list_categories(&#039;sort_column=name&amp;title_li=&#039;); ?&gt;
  &lt;/ul&gt;

  &lt;h3&gt;By Month:&lt;/h3&gt;
  &lt;ul&gt;
    &lt;?php wp_get_archives(&#039;type=monthly&#039;); ?&gt;
  &lt;/ul&gt;

&lt;/div&gt;

&lt;div class=&quot;archiver&quot;&gt;
</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>To get the archive page to display in two columns, you need to change the custom_functions code to include the class names.</p>
<p>Like this:</p>
<p>function my_archive() {<br />
?&gt;<br />
&lt;div class=&#8221;archive&#8221;&gt;<br />
&lt;div class=&#8221;archivel&#8221;&gt;<br />
  &lt;h3&gt;By Category:&lt;/h3&gt;<br />
  &lt;ul&gt;<br />
    &lt;?php wp_list_categories(&#8216;sort_column=name&amp;title_li=&#8217;); ?&gt;<br />
  &lt;/ul&gt;</p>
<p>  &lt;h3&gt;By Month:&lt;/h3&gt;<br />
  &lt;ul&gt;<br />
    &lt;?php wp_get_archives(&#8216;type=monthly&#8217;); ?&gt;<br />
  &lt;/ul&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div class=&#8221;archiver&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Somone Bull</title>
		<link>http://thesisthemehq.com/jazz-up-your-archives-page/comment-page-1/#comment-9900</link>
		<dc:creator>Somone Bull</dc:creator>
		<pubDate>Thu, 19 Aug 2010 13:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://thesisthemehq.com/?p=1608#comment-9900</guid>
		<description>I have a second WordPress installation on my server and use Thesis and play &#039;live&#039; but away from search engines&#039; reach. Gives me a more realistic/accurate outcome (I think). Okay, so no second column. Umm. Without seeing the code, or trying it &#039;live&#039; I can&#039;t offer more suggestions. Take two aspirin and sleep on it ;-) for now.</description>
		<content:encoded><![CDATA[<p>I have a second WordPress installation on my server and use Thesis and play &#8216;live&#8217; but away from search engines&#8217; reach. Gives me a more realistic/accurate outcome (I think). Okay, so no second column. Umm. Without seeing the code, or trying it &#8216;live&#8217; I can&#8217;t offer more suggestions. Take two aspirin and sleep on it ;-) for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauren</title>
		<link>http://thesisthemehq.com/jazz-up-your-archives-page/comment-page-1/#comment-9898</link>
		<dc:creator>Lauren</dc:creator>
		<pubDate>Thu, 19 Aug 2010 13:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://thesisthemehq.com/?p=1608#comment-9898</guid>
		<description>Hey Somone!

Thanks for the awesomely fast response! Actually the reason you see nothing is I have been building it on local host and then updating my live site as I go. Since I&#039;m a noobie I already screwed up the other day on the code and got that lovely Syntax Error message, so, I&#039;m being much more careful now! :P I&#039;m having a lot of fun though!

So, I&#039;ve gone ahead and pasted the code above into notepad and from there copied and pasted it into my functions and css file. All the info is coming up that&#039;s supposed to, just the 2 column bit isn&#039;t happening. 

Thanks for taking the time to reply to my comment!</description>
		<content:encoded><![CDATA[<p>Hey Somone!</p>
<p>Thanks for the awesomely fast response! Actually the reason you see nothing is I have been building it on local host and then updating my live site as I go. Since I&#8217;m a noobie I already screwed up the other day on the code and got that lovely Syntax Error message, so, I&#8217;m being much more careful now! :P I&#8217;m having a lot of fun though!</p>
<p>So, I&#8217;ve gone ahead and pasted the code above into notepad and from there copied and pasted it into my functions and css file. All the info is coming up that&#8217;s supposed to, just the 2 column bit isn&#8217;t happening. </p>
<p>Thanks for taking the time to reply to my comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Somone Bull</title>
		<link>http://thesisthemehq.com/jazz-up-your-archives-page/comment-page-1/#comment-9897</link>
		<dc:creator>Somone Bull</dc:creator>
		<pubDate>Thu, 19 Aug 2010 12:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://thesisthemehq.com/?p=1608#comment-9897</guid>
		<description>I checked out your custom.css file but it doesn&#039;t seem to have anything in it. Try pasting the css in and saving again. You might want to check your custom_functions.php file to see that the code hasn&#039;t changed since pasting it. Sometimes some symbols come up differently. Did you include the posts part of the function and beyond? Let me know how you go.</description>
		<content:encoded><![CDATA[<p>I checked out your custom.css file but it doesn&#8217;t seem to have anything in it. Try pasting the css in and saving again. You might want to check your custom_functions.php file to see that the code hasn&#8217;t changed since pasting it. Sometimes some symbols come up differently. Did you include the posts part of the function and beyond? Let me know how you go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauren Rains</title>
		<link>http://thesisthemehq.com/jazz-up-your-archives-page/comment-page-1/#comment-9896</link>
		<dc:creator>Lauren Rains</dc:creator>
		<pubDate>Thu, 19 Aug 2010 12:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://thesisthemehq.com/?p=1608#comment-9896</guid>
		<description>Hey Somone!

This is a great toturial!  Just what I&#039;m looking for actually. But I am running into a bit of a roadblock.

Just as Mathdelane was saying above, I can&#039;t seem to get it to display in 2 columns.  My Recent 50 posts simply goes to the bottom. I pasted the code into notebad and carried copied it form there into my functions file. 

Any thoughts? Thank You for your help! 
-Lauren :)</description>
		<content:encoded><![CDATA[<p>Hey Somone!</p>
<p>This is a great toturial!  Just what I&#8217;m looking for actually. But I am running into a bit of a roadblock.</p>
<p>Just as Mathdelane was saying above, I can&#8217;t seem to get it to display in 2 columns.  My Recent 50 posts simply goes to the bottom. I pasted the code into notebad and carried copied it form there into my functions file. </p>
<p>Any thoughts? Thank You for your help!<br />
-Lauren :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: thesisthemehq.com @ 2010-09-11 03:02:08 -->