<?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>WordPress Themes Tips and Tricks &#187; optional excerpt</title>
	<atom:link href="http://wpthemetips.com/tags/optional-excerpt/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpthemetips.com</link>
	<description>Helping you customize your WordPress based website !</description>
	<lastBuildDate>Thu, 05 Nov 2009 00:48:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>why my archive pages do not show the full content?</title>
		<link>http://wpthemetips.com/why-my-archive-pages-do-not-show-the-full-content/</link>
		<comments>http://wpthemetips.com/why-my-archive-pages-do-not-show-the-full-content/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 16:09:12 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[archive.php]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[optional excerpt]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[the_content]]></category>
		<category><![CDATA[the_excerpt]]></category>

		<guid isPermaLink="false">http://wpthemetips.com/why-my-archive-pages-do-not-show-the-full-content/</guid>
		<description><![CDATA[This is one of the frequently asked questions in our support forums. I will try to answer this question here so it can benefit everyone.
This question is also worded like the following questions.

Tag and Category Views Don&#8217;t Show Images
Images and archives
How do I expand each individual post for the archive

So, what exactly is the problem?
Archive [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of the frequently asked questions in our <a href="/forums/" title="WordPress Theme Tips / Support">support forums</a>. I will try to answer this question here so it can benefit everyone.</p>
<p>This question is also worded like the following questions.</p>
<ol>
<li><a href="http://wpthemetips.com/forums/comments.php?DiscussionID=936" title="Tag and Category Views Don't Show Images">Tag and Category Views Don&#8217;t Show Images</a></li>
<li><a href="http://wpthemetips.com/forums/comments.php?DiscussionID=878" title="Images and archives">Images and archives</a></li>
<li><a href="http://wpthemetips.com/forums/comments.php?DiscussionID=728" title="How do I expand each individual post for the archive">How do I expand each individual post for the archive</a></li>
</ol>
<p><strong>So, what exactly is the problem?</strong></p>
<p>Archive pages like the category view, or monthly view, or a tag view, do not show the full post&#8217;s content.<br />
<span id="more-53"></span><br />
<strong>Why it does not ?</strong></p>
<p>Because most of the themes are designed to only show the excerpt of the post, when people are viewing an archive page.</p>
<p><strong>What is the advantage of it?</strong></p>
<p>1. The search engines [like Google or Yahoo], will not list your archive page as the result of a search. You do not want your site visitors to land on an archive page, instead you want them to land on a single post.<br />
2. Most of the time your site&#8217;s visitor, is trying to locate one of your interesting posts that they know it exists on your site. Your archive pages should help them get to it faster.</p>
<p><strong>I do not care about the advantages mentioned above. How do I show the complete post on the archive pages as well?</strong></p>
<p>1. Open up the archive.php and look for<br />
<code><br />
the_excerpt();<br />
</code><br />
in it and replace it with<br />
<code><br />
the_content('Continue Reading');<br />
</code></p>
<p>2. Repeat step 1, for search.php, date.php, category.php [These files may not exist in your theme and if it does not exist, ignore this step]</p>
<p><strong>No..No&#8230;I see the advantages, but I do not want the excerpts to be automatically created.</strong><br />
Well&#8230;when you write a new post, there is an option at the bottom that says &#8220;Optional Excerpt&#8221;.<br />
You can paste your own excerpts of the post, into this box, so that they get displayed on the archive pages.<br />
Remember you can also put html content into this box.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemetips.com/why-my-archive-pages-do-not-show-the-full-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
