<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Changing the number of posts displayed in the Archives</title>
		<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives</link>
		<description>WordPress.com Forums &#187; Topic: Changing the number of posts displayed in the Archives</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 19:01:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/changing-the-number-of-posts-displayed-in-the-archives" rel="self" type="application/rss+xml" />

		<item>
			<title>notchangingmyname on "Changing the number of posts displayed in the Archives"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives#post-957878</link>
			<pubDate>Thu, 26 Jul 2012 18:12:25 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">957878@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh right, my bad!! Thanks again Timethief
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Changing the number of posts displayed in the Archives"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives#post-957843</link>
			<pubDate>Thu, 26 Jul 2012 17:41:22 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">957843@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@larry888<br />
 Do not copy and paste that code anywhere.<strong> It will not work on your theme. </strong>Please do as I said and click this link and start your own thread  <a href="http://en.forums.wordpress.com/forum/css-customization" rel="nofollow">http://en.forums.wordpress.com/forum/css-customization</a>
</p>
]]></description>
					</item>
		<item>
			<title>larry888 on "Changing the number of posts displayed in the Archives"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives#post-957832</link>
			<pubDate>Thu, 26 Jul 2012 17:25:23 +0000</pubDate>
			<dc:creator>larry888</dc:creator>
			<guid isPermaLink="false">957832@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Where can I find My Setting and My Menu, so that I can copy and paste the code?  It is not in the Dashboard.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Changing the number of posts displayed in the Archives"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives#post-957806</link>
			<pubDate>Thu, 26 Jul 2012 17:00:30 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">957806@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@notchangingmyname<br />
<strong>All CSS is theme specific</strong> and  larry888 is using a premium theme -- it's not the same theme as yours.
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Changing the number of posts displayed in the Archives"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives#post-957799</link>
			<pubDate>Thu, 26 Jul 2012 16:53:13 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">957799@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks Timethief! I changed it in my settings.</p>
<p>larry888, here is the code for my Menu. Feel free to copy and modify all you want.</p>
<p>#access {<br />
	background:#e89187;<br />
	border:1px solid #000000;<br />
	border-width:1px 0;<br />
	margin:0 auto 1.8em;<br />
	padding-left:.9em;<br />
	position:relative;<br />
	z-index:99;<br />
}</p>
<p>#access ul {<br />
	list-style:none;<br />
	margin:0;<br />
	padding-left:0;<br />
}</p>
<p>#access li {<br />
	float:left;<br />
	position:relative;<br />
}</p>
<p>#access li li {<br />
	min-width:9em;<br />
	width:100%;<br />
}</p>
<p>#access a {<br />
	color:#000000;<br />
	display:block;<br />
	font-size:.813em;<br />
	line-height:1.75em;<br />
	padding:.6em 1em;<br />
	text-decoration:none;<br />
	text-transform:uppercase;<br />
}</p>
<p>#access a:hover {<br />
	background:#e6e6e6;<br />
	color:#0099ff;<br />
	-webkit-transition:background .2s linear;<br />
	-moz-transition:background .2s linear;<br />
	-o-transition:background .2s linear;<br />
}</p>
<p>#access ul ul {<br />
	box-shadow:0 3px 3px rgba(0,0,0,0.2);<br />
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);<br />
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);<br />
	display:none;<br />
	float:left;<br />
	position:absolute;<br />
	top:2.3em;<br />
	left:0;<br />
	z-index:99999;<br />
}</p>
<p>#access ul ul ul {<br />
	left:100%;<br />
	top:0;<br />
}</p>
<p>#access ul ul a {<br />
	background:#000000;<br />
	color:#ffffff;<br />
	line-height:2.1em;<br />
	padding:.5em .5em .5em 1em;<br />
	height:auto;<br />
}</p>
<p>#access li:hover &#62; a,#access ul ul :hover &#62; a {<br />
	background:#000000;<br />
	color:#ffffff;<br />
}</p>
<p>#access ul ul a:hover {<br />
	background:#e89187;<br />
	color:#000000;<br />
}</p>
<p>#access ul li:hover &#62; ul {<br />
	display:block;<br />
}</p>
<p>#access .current_page_ancestor &#62; a,#access .current_page_item &#62; a,#access .current_page_parent &#62; a,#access .current-menu-ancestor &#62; a,#access .current-menu-item &#62; a,#access .current-menu-parent &#62; a {<br />
	background:#000000;<br />
	color:#ffffff;<br />
}</p>
<p>#access .current_page_ancestor &#62; a:hover,#access .current_page_item &#62; a:hover,#access .current_page_parent &#62; a:hover,#access .current-menu-ancestor &#62; a:hover,#access .current-menu-item &#62; a:hover,#access .current-menu-parent &#62; a:hover {<br />
	background:#ffffff;<br />
	color:#000000;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Changing the number of posts displayed in the Archives"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives#post-957791</link>
			<pubDate>Thu, 26 Jul 2012 16:43:38 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">957791@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@larry888<br />
 CSS editing is theme specific. You are using another theme. If you purchased the annually renewable custom design upgrade then please start your own thread by clicking this link &#62;  <a href="http://en.forums.wordpress.com/forum/css-customization" rel="nofollow">http://en.forums.wordpress.com/forum/css-customization</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Changing the number of posts displayed in the Archives"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives#post-957787</link>
			<pubDate>Thu, 26 Jul 2012 16:41:49 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">957787@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is this possible with CSS?</p></blockquote>
<p>No. CSS editing cannot be used to change the way any theme functions.  We cannot edit templates or themes. <a href="http://en.support.wordpress.com/themes/editing-themes/" rel="nofollow">http://en.support.wordpress.com/themes/editing-themes/</a></p>
<blockquote><p>Does the Custom Design upgrade let me edit HTML?<br />
No. The Custom Design upgrade allows you to edit fonts and CSS only. You can change the appearance of a theme, but not its HTML markup, PHP code, or content.  <a href="http://en.support.wordpress.com/custom-design/#frequently-asked-questions" rel="nofollow">http://en.support.wordpress.com/custom-design/#frequently-asked-questions</a></p></blockquote>
<p>In the majority of themes, posts on category or other archive pages show up just as they do on the main posts page in the blog. See this page &#62; Settings &#62; Reading and <strong>note how many posts you choose there sets it for all pages.</strong>
</p>
]]></description>
					</item>
		<item>
			<title>larry888 on "Changing the number of posts displayed in the Archives"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives#post-957786</link>
			<pubDate>Thu, 26 Jul 2012 16:41:03 +0000</pubDate>
			<dc:creator>larry888</dc:creator>
			<guid isPermaLink="false">957786@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I like the way your Navigation Menu look in the header.  I have Custom CSS upgrade but do not know what to do it.  Can you show me how please?</p>
<p>My website is :thetwschool.com.</p>
<p>Larry
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Changing the number of posts displayed in the Archives"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-number-of-posts-displayed-in-the-archives#post-957641</link>
			<pubDate>Thu, 26 Jul 2012 13:51:09 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">957641@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all, I would like to change the number of posts displayed in my Archives. Right now it's 10, but I'd like to increase it to 31 so that all of the posts in a month would be on one page. Is this possible with CSS? thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
