<?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: Twitter and Synopsis</title>
		<link>http://www.themolitor.com/forums/topic/twitter-and-synopsis</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Twitter and Synopsis</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 07:45:42 +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/twitter-and-synopsis" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Twitter and Synopsis"</title>
			<link>http://www.themolitor.com/forums/topic/twitter-and-synopsis#post-37617</link>
			<pubDate>Fri, 05 Feb 2016 13:44:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37617@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! Thanks for following up :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Five-star ratings REALLY help me out and encourage further development and updates.</p>
<p>Thanks!</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>yellowwood on "Twitter and Synopsis"</title>
			<link>http://www.themolitor.com/forums/topic/twitter-and-synopsis#post-37613</link>
			<pubDate>Fri, 05 Feb 2016 12:25:56 +0000</pubDate>
			<dc:creator>yellowwood</dc:creator>
			<guid isPermaLink="false">37613@http://www.themolitor.com/forums/</guid>
			<description><p>Nevermind. Got it figured out. Thanks so much for your help!
</p></description>
		</item>
		<item>
			<title>yellowwood on "Twitter and Synopsis"</title>
			<link>http://www.themolitor.com/forums/topic/twitter-and-synopsis#post-37611</link>
			<pubDate>Fri, 05 Feb 2016 12:22:27 +0000</pubDate>
			<dc:creator>yellowwood</dc:creator>
			<guid isPermaLink="false">37611@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks, Chris. I received the following error:</p>
<p>Parse error: syntax error, unexpected '');?&#62;&#60;/span&#62;' (T_CONSTANT_ENCAPSED_STRING) in /home/jeremy4d2/public_html/wp-content/themes/producer/single.php on line 61
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Twitter and Synopsis"</title>
			<link>http://www.themolitor.com/forums/topic/twitter-and-synopsis#post-37604</link>
			<pubDate>Fri, 05 Feb 2016 10:15:24 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37604@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Change that line to this...</p>
<pre><code>&#60;li class=&#34;activeNav&#34; id=&#34;synopsisLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;img src=&#34;&#60;?php echo get_template_directory_uri();?&#62;/images/tab_icons/info_&#60;?php echo $themeSkin;?&#62;.png&#34; alt=&#34;info&#34; /&#62;&#60;span&#62;&#60;?php _e(&#039;Overview&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>yellowwood on "Twitter and Synopsis"</title>
			<link>http://www.themolitor.com/forums/topic/twitter-and-synopsis#post-37595</link>
			<pubDate>Thu, 04 Feb 2016 15:31:47 +0000</pubDate>
			<dc:creator>yellowwood</dc:creator>
			<guid isPermaLink="false">37595@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks, Christopher.</p>
<p>Complete newbie here so advanced apologies.</p>
<p>I went into the single.php code on line 59 and changed whenever "synopsis" appears with "overview" to match the case sensitivity.</p>
<p>Unfortunately, that didn't work and created an error when the page tried loading. Would you mind telling me exactly what needs to be changed?</p>
<p>Cheers!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Twitter and Synopsis"</title>
			<link>http://www.themolitor.com/forums/topic/twitter-and-synopsis#post-37588</link>
			<pubDate>Thu, 04 Feb 2016 13:31:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37588@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>1. You can use various twitter plugins to display recent tweets in your footer area via widgets. I posted some plugin suggestions here: <a href="http://www.themolitor.com/help/producer/#plugins" rel="nofollow">http://www.themolitor.com/help/producer/#plugins</a></p>
<p>2. That text is located in single.php on line 59...</p>
<pre><code>&#60;li class=&#34;activeNav&#34; id=&#34;synopsisLink&#34;&#62;&#60;a href=&#34;#&#34;&#62;&#60;img src=&#34;&#60;?php echo get_template_directory_uri();?&#62;/images/tab_icons/info_&#60;?php echo $themeSkin;?&#62;.png&#34; alt=&#34;info&#34; /&#62;&#60;span&#62;&#60;?php _e(&#039;Synopsis&#039;,&#039;themolitor&#039;);?&#62;&#60;/span&#62;&#60;/a&#62;&#60;/li&#62;</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>yellowwood on "Twitter and Synopsis"</title>
			<link>http://www.themolitor.com/forums/topic/twitter-and-synopsis#post-37574</link>
			<pubDate>Thu, 04 Feb 2016 09:43:35 +0000</pubDate>
			<dc:creator>yellowwood</dc:creator>
			<guid isPermaLink="false">37574@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I have 2 questions, actually.</p>
<p>1. Is there a way for a Twitter post in automatically populate the homepage in a post?<br />
2. Is there a way to change the name of the "Synopsis" tab to read "Overview" instead?</p>
<p>Thank you for your excellent work!</p>
<p>Cheers!
</p></description>
		</item>

	</channel>
</rss>
