<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Diplay a preview of the article</title>
		<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Diplay a preview of the article</description>
		<language>en-US</language>
		<pubDate>Sat, 09 May 2026 11:30:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/diplay-a-preview-of-the-article" rel="self" type="application/rss+xml" />

		<item>
			<title>Mouchoir on "Diplay a preview of the article"</title>
			<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article#post-19288</link>
			<pubDate>Mon, 11 Mar 2013 12:44:14 +0000</pubDate>
			<dc:creator>Mouchoir</dc:creator>
			<guid isPermaLink="false">19288@http://www.themolitor.com/forums/</guid>
			<description><p>Alright, since I'm not englsih I missunderstood. Sry about that.<br />
I added the line &#60;p&#62;&#60;?php the_excerpt(); ?&#62;&#60;/p&#62; between the first and second line on my /www/wp-content/themes/wpaid/index.php, and have no error but nothing happens.<br />
Anyway it doesn't matter, thanks for the help and for this beautifull theme
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Diplay a preview of the article"</title>
			<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article#post-19284</link>
			<pubDate>Mon, 11 Mar 2013 12:24:00 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19284@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That isn't what you're being instructed to do. Please re-read the user instructions. If you continue to need help with this customization, please use this form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Mouchoir on "Diplay a preview of the article"</title>
			<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article#post-19282</link>
			<pubDate>Mon, 11 Mar 2013 12:12:46 +0000</pubDate>
			<dc:creator>Mouchoir</dc:creator>
			<guid isPermaLink="false">19282@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks a lot for your answer. I am probably very bad, why I insert the code the member gave between the &#60;?php and the get_header(); lines, I still have the issue :</p>
<p>Parse error: syntax error, unexpected '&#60;' in /homez.705/solidarikx/www/wp-content/themes/wpaid/index.php on line 2
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Diplay a preview of the article"</title>
			<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article#post-19279</link>
			<pubDate>Mon, 11 Mar 2013 11:40:25 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19279@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>That isn't the theme file. That's an actual WordPress file. The theme files are located here...</p>
<pre><code>wp-content &#62; themes &#62; wpaid</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Mouchoir on "Diplay a preview of the article"</title>
			<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article#post-19276</link>
			<pubDate>Mon, 11 Mar 2013 11:33:11 +0000</pubDate>
			<dc:creator>Mouchoir</dc:creator>
			<guid isPermaLink="false">19276@http://www.themolitor.com/forums/</guid>
			<description><p>Right, call me noob, I never used WP previously... I thought it was easy :D<br />
I just don't get it. Whenever I edit my index.php, I have an error.. Perhaps am I editing the wrong one ? I edit the one in my /www/ folder, so my main wich contains</p>
<p>[code]&#60;?php<br />
/**<br />
 * Front to the WordPress application. This file doesn't do anything, but loads<br />
 * wp-blog-header.php which does and tells WordPress to load the theme.<br />
 *<br />
 * @package WordPress<br />
 */</p>
<p>/**<br />
 * Tells WordPress to load the WordPress theme and output it.<br />
 *<br />
 * @var bool<br />
 */<br />
define('WP_USE_THEMES', true);</p>
<p>/** Loads the WordPress Environment and Template */<br />
require('./wp-blog-header.php');<br />
[/code]</p>
<p>Sorry for bothering you so much.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Diplay a preview of the article"</title>
			<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article#post-19272</link>
			<pubDate>Mon, 11 Mar 2013 11:19:27 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19272@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The user is basically saying to add the following under the title...</p>
<pre><code>&#60;p&#62;&#60;?php the_excerpt(); ?&#62;&#60;/p&#62;</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Mouchoir on "Diplay a preview of the article"</title>
			<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article#post-19265</link>
			<pubDate>Mon, 11 Mar 2013 10:38:17 +0000</pubDate>
			<dc:creator>Mouchoir</dc:creator>
			<guid isPermaLink="false">19265@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>When I insert</p>
<pre><code>&#60;h2&#62;&#60;a&#62;&#34;&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h2&#62;
&#60;p&#62;&#60;?php the_excerpt(); ?&#62;&#60;/p&#62;
&#60;div class=&#34;metaInfo&#34;&#62;&#60;?php the_time(&#039;F j, Y&#039;) ?&#62;</code></pre>
<p>between the first and second lines, it says :</p>
<pre><code>Parse error: syntax error, unexpected &#039;&#60;&#039; in /homez.705/solidarikx/www/index.php on line 2</code></pre>
<p>I did something wrong ?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Diplay a preview of the article"</title>
			<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article#post-19262</link>
			<pubDate>Mon, 11 Mar 2013 09:59:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19262@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Here's a solution a user posted: <a href="http://www.themolitor.com/forums/topic/adding-an-excerpt-to-home-page-posts#post-15953" rel="nofollow">http://www.themolitor.com/forums/topic/adding-an-excerpt-to-home-page-posts#post-15953</a></p>
<p>If that doesn't work for you, or you need additional help with this customization, please use this form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Mouchoir on "Diplay a preview of the article"</title>
			<link>http://www.themolitor.com/forums/topic/diplay-a-preview-of-the-article#post-19248</link>
			<pubDate>Mon, 11 Mar 2013 09:13:35 +0000</pubDate>
			<dc:creator>Mouchoir</dc:creator>
			<guid isPermaLink="false">19248@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>I bought your theme, and i'm totaly new on WordPress. I managed to do a few things by my own, looking at what has been said on this forum.<br />
However, I'd like the articles to display a preview on the main page of my website (<a href="http://solidariteenfanceroumanie.fr/" rel="nofollow">http://solidariteenfanceroumanie.fr/</a>, be kind it's under construction ;))<br />
Is that possible ?</p>
<p>So, I'd like to display the photo on the left, like it already does, and on the right, write the first sentences of what the article says. Indeed, when there is no illustration, it's very empty and I feel like there is something missing under the titles.</p>
<p>I hope I made my point, and that you will help me</p>
<p>Thanks a lot
</p></description>
		</item>

	</channel>
</rss>
