<?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/">
	<channel>
		<title><![CDATA[Featurific Support - All Forums]]></title>
		<link>http://featurific.com/support/</link>
		<description><![CDATA[Featurific Support - http://featurific.com/support]]></description>
		<pubDate>Thu, 11 Mar 2010 03:37:22 -0700</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[More than one instance on a website]]></title>
			<link>http://featurific.com/support/thread-158.html</link>
			<pubDate>Wed, 10 Mar 2010 11:07:55 -0700</pubDate>
			<dc:creator>bluemarble</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-158.html</guid>
			<description><![CDATA[I am about to purchase the Pro Version. Is there any way to use this in more than one location on the website AND if so, is there a way to have one instance pull from one category of posts and the other instance pull from a separate category?]]></description>
			<content:encoded><![CDATA[I am about to purchase the Pro Version. Is there any way to use this in more than one location on the website AND if so, is there a way to have one instance pull from one category of posts and the other instance pull from a separate category?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installing on non-standard template]]></title>
			<link>http://featurific.com/support/thread-157.html</link>
			<pubDate>Wed, 03 Mar 2010 14:59:28 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-157.html</guid>
			<description><![CDATA[I am using a template that has obviously moved much of the functionality out of the index.php (there is no home.php) and into other files.<br />
<br />
Specifically, on deactivation/reactivation of step 2 of the install process (after having chmod'd the index.php to 666 in step 1), I am receiving the following error:<br />
<blockquote><cite>Quote:</cite>Template file (/home/wp-content/themes/42k/index.php) does not contain 'have_posts()'.</blockquote>
<br />
So, obviously the auto-install process won't work for my setup.  So I am looking for the best place to put the code so that it will appear on my "welcome" page which is set within the "Settings &gt; Reading" as my "frontpage":<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #FF8000">//Code&nbsp;automatically&nbsp;inserted&nbsp;by&nbsp;Featurific&nbsp;for&nbsp;Wordpress&nbsp;plugin<br /></span><span style="color: #007700">if(</span><span style="color: #0000BB">is_home</span><span style="color: #007700">())&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//If&nbsp;we're&nbsp;generating&nbsp;the&nbsp;home&nbsp;page&nbsp;(remove&nbsp;this&nbsp;line&nbsp;to&nbsp;make&nbsp;Featurific&nbsp;appear&nbsp;on&nbsp;all&nbsp;pages)...<br />&nbsp;</span><span style="color: #007700">if(</span><span style="color: #0000BB">function_exists</span><span style="color: #007700">(</span><span style="color: #DD0000">'insert_featurific'</span><span style="color: #007700">))&nbsp;</span><span style="color: #FF8000">//If&nbsp;the&nbsp;Featurific&nbsp;plugin&nbsp;is&nbsp;activated...<br />&nbsp;&nbsp;</span><span style="color: #0000BB">insert_featurific</span><span style="color: #007700">();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//Insert&nbsp;the&nbsp;HTML&nbsp;code&nbsp;to&nbsp;embed&nbsp;Featurific<br /></span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
<br />
My index.php contains very little code:<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">global&nbsp;</span><span style="color: #0000BB">&#36;options</span><span style="color: #007700">;&nbsp;foreach&nbsp;(</span><span style="color: #0000BB">&#36;options&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">)&nbsp;{<br />if&nbsp;(</span><span style="color: #0000BB">get_settings</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'id'</span><span style="color: #007700">&#93;&nbsp;)&nbsp;===&nbsp;</span><span style="color: #0000BB">FALSE</span><span style="color: #007700">)&nbsp;{&nbsp;&#36;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'id'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'std'</span><span style="color: #007700">&#93;;&nbsp;}&nbsp;else&nbsp;{&nbsp;&#36;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'id'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #0000BB">get_settings</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'id'</span><span style="color: #007700">&#93;&nbsp;);&nbsp;}<br />}<br />include&nbsp;(</span><span style="color: #0000BB">TEMPLATEPATH</span><span style="color: #007700">.</span><span style="color: #DD0000">'/bricks/homepage/'</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;bxx_index_file</span><span style="color: #007700">);</span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
<br />
The file referenced by the variable &#36;bxx_index_file contains the following:<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php&nbsp;get_header</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span><br />&lt;div&nbsp;id="main"&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;&#36;post&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;posts</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">&#93;;&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">have_posts</span><span style="color: #007700">())&nbsp;:&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;</span><span style="color: #007700">while&nbsp;(</span><span style="color: #0000BB">have_posts</span><span style="color: #007700">())&nbsp;:&nbsp;</span><span style="color: #0000BB">the_post</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&lt;div&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;post_class</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;</span>&gt;<br />&lt;h3&nbsp;class="post-title"&gt;&nbsp;&lt;a&nbsp;href="<span style="color: #0000BB">&lt;?php&nbsp;the_permalink</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">?&gt;</span>"&nbsp;rel="bookmark"&nbsp;class="title"&gt;<span style="color: #0000BB">&lt;?php&nbsp;the_title</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/a&gt;&lt;/h3&gt;&nbsp;&nbsp;<br />&lt;div&nbsp;class="metabox"&gt;Posted&nbsp;by&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;the_author_posts_link&nbsp;</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">?&gt;</span>&nbsp;|&nbsp;Filed&nbsp;under&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;the_category</span><span style="color: #007700">(</span><span style="color: #DD0000">',&nbsp;'</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&nbsp;|&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;the_time</span><span style="color: #007700">(</span><span style="color: #DD0000">'M&nbsp;j,&nbsp;Y'</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&nbsp;|&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;the_tags</span><span style="color: #007700">(</span><span style="color: #DD0000">'Tags:&nbsp;'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">',&nbsp;'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;|&nbsp;'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;&lt;?php&nbsp;comments_popup_link</span><span style="color: #007700">(</span><span style="color: #DD0000">'&nbsp;No&nbsp;Comments'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;1&nbsp;Comment'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;%&nbsp;Comments'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/div&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;&#36;my_name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"&#36;bxx_main_post_type"</span><span style="color: #007700">;<br />if&nbsp;(&nbsp;</span><span style="color: #0000BB">&#36;bxx_main_post_type&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"content"&nbsp;</span><span style="color: #007700">)&nbsp;{<br />echo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">the_content</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">wp_link_pages</span><span style="color: #007700">(</span><span style="color: #DD0000">'&lt;p&gt;&lt;strong&gt;Pages:&lt;/strong&gt;'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&lt;/p&gt;'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'number'</span><span style="color: #007700">);<br />}&nbsp;else&nbsp;{<br />&nbsp;&nbsp;echo&nbsp;&nbsp;</span><span style="color: #0000BB">the_excerpt</span><span style="color: #007700">();<br />}<br /></span><span style="color: #0000BB">?&gt;<br /></span>&lt;/div&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">if&nbsp;(&nbsp;</span><span style="color: #0000BB">&#36;count&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">0&nbsp;</span><span style="color: #007700">)&nbsp;:&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&lt;div&nbsp;class="advert-x"&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;&nbsp;</span><span style="color: #007700">include&nbsp;(</span><span style="color: #0000BB">TEMPLATEPATH&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">'/scripts/advert-one.php'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&lt;/div&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">endif&nbsp;</span><span style="color: #FF8000">//&nbsp;(&nbsp;&#36;count&nbsp;==&nbsp;1&nbsp;)&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;&#36;count</span><span style="color: #007700">++&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;</span><span style="color: #007700">endwhile;&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&lt;div&nbsp;class="navigation"&gt;<br />&lt;div&nbsp;class="alignleft"&gt;<span style="color: #0000BB">&lt;?php&nbsp;next_posts_link</span><span style="color: #007700">(</span><span style="color: #DD0000">'&amp;laquo;&nbsp;Older&nbsp;Entries'</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/div&gt;<br />&lt;div&nbsp;class="alignright"&gt;<span style="color: #0000BB">&lt;?php&nbsp;previous_posts_link</span><span style="color: #007700">(</span><span style="color: #DD0000">'Newer&nbsp;Entries&nbsp;&amp;raquo;'</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/div&gt;<br />&lt;/div&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">else&nbsp;:&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;</span><span style="color: #007700">endif;&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&lt;/div&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;get_sidebar</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;get_footer</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
<br />
I tried placing the code before the line <div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">have_posts</span><span style="color: #007700">())&nbsp;:&nbsp;</span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
 but to no avail.<br />
<br />
I would reference the site url, but I have the maintenance mode plug-in active and you wouldn't be able to see it anyway.<br />
<br />
I suppose I should also ask if this plug-in works not only with posts, but also pages, as this site is developed using pages exclusively (thus far at least).<br />
<br />
Thanks, in advance, for any help you can provide!<br />
<br />
<br />
-Travis Reems<br />
travis_reems@yahoo.com]]></description>
			<content:encoded><![CDATA[I am using a template that has obviously moved much of the functionality out of the index.php (there is no home.php) and into other files.<br />
<br />
Specifically, on deactivation/reactivation of step 2 of the install process (after having chmod'd the index.php to 666 in step 1), I am receiving the following error:<br />
<blockquote><cite>Quote:</cite>Template file (/home/wp-content/themes/42k/index.php) does not contain 'have_posts()'.</blockquote>
<br />
So, obviously the auto-install process won't work for my setup.  So I am looking for the best place to put the code so that it will appear on my "welcome" page which is set within the "Settings &gt; Reading" as my "frontpage":<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #FF8000">//Code&nbsp;automatically&nbsp;inserted&nbsp;by&nbsp;Featurific&nbsp;for&nbsp;Wordpress&nbsp;plugin<br /></span><span style="color: #007700">if(</span><span style="color: #0000BB">is_home</span><span style="color: #007700">())&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//If&nbsp;we're&nbsp;generating&nbsp;the&nbsp;home&nbsp;page&nbsp;(remove&nbsp;this&nbsp;line&nbsp;to&nbsp;make&nbsp;Featurific&nbsp;appear&nbsp;on&nbsp;all&nbsp;pages)...<br />&nbsp;</span><span style="color: #007700">if(</span><span style="color: #0000BB">function_exists</span><span style="color: #007700">(</span><span style="color: #DD0000">'insert_featurific'</span><span style="color: #007700">))&nbsp;</span><span style="color: #FF8000">//If&nbsp;the&nbsp;Featurific&nbsp;plugin&nbsp;is&nbsp;activated...<br />&nbsp;&nbsp;</span><span style="color: #0000BB">insert_featurific</span><span style="color: #007700">();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">//Insert&nbsp;the&nbsp;HTML&nbsp;code&nbsp;to&nbsp;embed&nbsp;Featurific<br /></span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
<br />
My index.php contains very little code:<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">global&nbsp;</span><span style="color: #0000BB">&#36;options</span><span style="color: #007700">;&nbsp;foreach&nbsp;(</span><span style="color: #0000BB">&#36;options&nbsp;</span><span style="color: #007700">as&nbsp;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">)&nbsp;{<br />if&nbsp;(</span><span style="color: #0000BB">get_settings</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'id'</span><span style="color: #007700">]&nbsp;)&nbsp;===&nbsp;</span><span style="color: #0000BB">FALSE</span><span style="color: #007700">)&nbsp;{&nbsp;&#36;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'id'</span><span style="color: #007700">]&nbsp;=&nbsp;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'std'</span><span style="color: #007700">];&nbsp;}&nbsp;else&nbsp;{&nbsp;&#36;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'id'</span><span style="color: #007700">]&nbsp;=&nbsp;</span><span style="color: #0000BB">get_settings</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">&#36;value</span><span style="color: #007700">[</span><span style="color: #DD0000">'id'</span><span style="color: #007700">]&nbsp;);&nbsp;}<br />}<br />include&nbsp;(</span><span style="color: #0000BB">TEMPLATEPATH</span><span style="color: #007700">.</span><span style="color: #DD0000">'/bricks/homepage/'</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;bxx_index_file</span><span style="color: #007700">);</span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
<br />
The file referenced by the variable &#36;bxx_index_file contains the following:<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php&nbsp;get_header</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span><br />&lt;div&nbsp;id="main"&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;&#36;post&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">&#36;posts</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">];&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">have_posts</span><span style="color: #007700">())&nbsp;:&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;</span><span style="color: #007700">while&nbsp;(</span><span style="color: #0000BB">have_posts</span><span style="color: #007700">())&nbsp;:&nbsp;</span><span style="color: #0000BB">the_post</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&lt;div&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;post_class</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;</span>&gt;<br />&lt;h3&nbsp;class="post-title"&gt;&nbsp;&lt;a&nbsp;href="<span style="color: #0000BB">&lt;?php&nbsp;the_permalink</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">?&gt;</span>"&nbsp;rel="bookmark"&nbsp;class="title"&gt;<span style="color: #0000BB">&lt;?php&nbsp;the_title</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/a&gt;&lt;/h3&gt;&nbsp;&nbsp;<br />&lt;div&nbsp;class="metabox"&gt;Posted&nbsp;by&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;the_author_posts_link&nbsp;</span><span style="color: #007700">()&nbsp;</span><span style="color: #0000BB">?&gt;</span>&nbsp;|&nbsp;Filed&nbsp;under&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;the_category</span><span style="color: #007700">(</span><span style="color: #DD0000">',&nbsp;'</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&nbsp;|&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;the_time</span><span style="color: #007700">(</span><span style="color: #DD0000">'M&nbsp;j,&nbsp;Y'</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&nbsp;|&nbsp;<span style="color: #0000BB">&lt;?php&nbsp;the_tags</span><span style="color: #007700">(</span><span style="color: #DD0000">'Tags:&nbsp;'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">',&nbsp;'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;|&nbsp;'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;&lt;?php&nbsp;comments_popup_link</span><span style="color: #007700">(</span><span style="color: #DD0000">'&nbsp;No&nbsp;Comments'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;1&nbsp;Comment'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&nbsp;%&nbsp;Comments'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/div&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;&#36;my_name&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"&#36;bxx_main_post_type"</span><span style="color: #007700">;<br />if&nbsp;(&nbsp;</span><span style="color: #0000BB">&#36;bxx_main_post_type&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #DD0000">"content"&nbsp;</span><span style="color: #007700">)&nbsp;{<br />echo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">the_content</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">wp_link_pages</span><span style="color: #007700">(</span><span style="color: #DD0000">'&lt;p&gt;&lt;strong&gt;Pages:&lt;/strong&gt;'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'&lt;/p&gt;'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'number'</span><span style="color: #007700">);<br />}&nbsp;else&nbsp;{<br />&nbsp;&nbsp;echo&nbsp;&nbsp;</span><span style="color: #0000BB">the_excerpt</span><span style="color: #007700">();<br />}<br /></span><span style="color: #0000BB">?&gt;<br /></span>&lt;/div&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">if&nbsp;(&nbsp;</span><span style="color: #0000BB">&#36;count&nbsp;</span><span style="color: #007700">==&nbsp;</span><span style="color: #0000BB">0&nbsp;</span><span style="color: #007700">)&nbsp;:&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&lt;div&nbsp;class="advert-x"&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;&nbsp;</span><span style="color: #007700">include&nbsp;(</span><span style="color: #0000BB">TEMPLATEPATH&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">'/scripts/advert-one.php'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&lt;/div&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">endif&nbsp;</span><span style="color: #FF8000">//&nbsp;(&nbsp;&#36;count&nbsp;==&nbsp;1&nbsp;)&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;&#36;count</span><span style="color: #007700">++&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;</span><span style="color: #007700">endwhile;&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&lt;div&nbsp;class="navigation"&gt;<br />&lt;div&nbsp;class="alignleft"&gt;<span style="color: #0000BB">&lt;?php&nbsp;next_posts_link</span><span style="color: #007700">(</span><span style="color: #DD0000">'&amp;laquo;&nbsp;Older&nbsp;Entries'</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/div&gt;<br />&lt;div&nbsp;class="alignright"&gt;<span style="color: #0000BB">&lt;?php&nbsp;previous_posts_link</span><span style="color: #007700">(</span><span style="color: #DD0000">'Newer&nbsp;Entries&nbsp;&amp;raquo;'</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;/div&gt;<br />&lt;/div&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">else&nbsp;:&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;</span><span style="color: #007700">endif;&nbsp;</span><span style="color: #0000BB">?&gt;<br /></span>&nbsp;&lt;/div&gt;<br /><span style="color: #0000BB">&lt;?php&nbsp;get_sidebar</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;<br />&lt;?php&nbsp;get_footer</span><span style="color: #007700">();&nbsp;</span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
<br />
I tried placing the code before the line <div class="codeblock phpcodeblock"><div class="title">PHP Code:<br />
</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">have_posts</span><span style="color: #007700">())&nbsp;:&nbsp;</span><span style="color: #0000BB">?&gt;</span></code></div></div></div>
 but to no avail.<br />
<br />
I would reference the site url, but I have the maintenance mode plug-in active and you wouldn't be able to see it anyway.<br />
<br />
I suppose I should also ask if this plug-in works not only with posts, but also pages, as this site is developed using pages exclusively (thus far at least).<br />
<br />
Thanks, in advance, for any help you can provide!<br />
<br />
<br />
-Travis Reems<br />
travis_reems@yahoo.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Image size broken]]></title>
			<link>http://featurific.com/support/thread-156.html</link>
			<pubDate>Wed, 03 Mar 2010 04:34:47 -0700</pubDate>
			<dc:creator>Stuka</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-156.html</guid>
			<description><![CDATA[Hi Rich, I hope all is well.<br />
<br />
I've got a new problem: after configuring the width and height of the national geographic template, the image keeps on the same old size, 480x240, as you can see here: <a href="http://www.mmoplayers.com.br" target="_blank">http://www.mmoplayers.com.br</a><br />
<br />
Are there any other settings on the .xml? What am I doing wrong? I've already deactivated and re-activated the plugin and saved options.<br />
<br />
Thank you very much!<br />
<br />
Best regards,]]></description>
			<content:encoded><![CDATA[Hi Rich, I hope all is well.<br />
<br />
I've got a new problem: after configuring the width and height of the national geographic template, the image keeps on the same old size, 480x240, as you can see here: <a href="http://www.mmoplayers.com.br" target="_blank">http://www.mmoplayers.com.br</a><br />
<br />
Are there any other settings on the .xml? What am I doing wrong? I've already deactivated and re-activated the plugin and saved options.<br />
<br />
Thank you very much!<br />
<br />
Best regards,]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't use featurific with this theme:]]></title>
			<link>http://featurific.com/support/thread-155.html</link>
			<pubDate>Thu, 25 Feb 2010 20:29:42 -0700</pubDate>
			<dc:creator>Stuka</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-155.html</guid>
			<description><![CDATA[Hello Rich, I've been using featurific for like a month now, and I love it. Its very unique and your style is awesome.<br />
<br />
Too bad though, that since I changed my themes (from Lightword to Mandigo) I can't use featurific. It simply wont show at the front page.<br />
<br />
Could you give me a hand? Here is the link to my website: <a href="http://www.mmoplayers.com.br" target="_blank">http://www.mmoplayers.com.br</a>]]></description>
			<content:encoded><![CDATA[Hello Rich, I've been using featurific for like a month now, and I love it. Its very unique and your style is awesome.<br />
<br />
Too bad though, that since I changed my themes (from Lightword to Mandigo) I can't use featurific. It simply wont show at the front page.<br />
<br />
Could you give me a hand? Here is the link to my website: <a href="http://www.mmoplayers.com.br" target="_blank">http://www.mmoplayers.com.br</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[WordpressMU]]></title>
			<link>http://featurific.com/support/thread-154.html</link>
			<pubDate>Wed, 24 Feb 2010 13:28:46 -0700</pubDate>
			<dc:creator>rmiddleton</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-154.html</guid>
			<description><![CDATA[This plugin could make my day, week, month, but most importantly our teachers happy. So close to working, but...<br />
Hope this is the information you need to point me in the right direction.<br />
And thank you, in advance, for I know what will be the right answer.<br />
<br />
Tried a variety of theme and plugin combinations.<br />
These notes are with all plugins inactive except Featurific for Wordpress.<br />
This is a WordpressMU new install and "home" theme.<br />
<br />
Manage Plugins    <br />
  <br />
All (33) |Active (1) |Recently Active (21) |Inactive (32) |Upgrade Available (4) Bulk Actions Deactivate   <br />
<br />
Plugin Description <br />
 Plugin Description <br />
<br />
<span style="font-weight: bold;">As I change themes I can see the space change, but no picture or frame/format is ever displayed</span>.<br />
<br />
No data.xml file is created in: /srv/www/htdocs/wordpressmu/wp-content/plugins/featurific-for-wordpress #<br />
(or anywhere else I can find)(even tried full rights 777 to no avail)<br />
<br />
No changes are observed in themes/home/  index.php or home.php<br />
Adding the static page code made no difference.<br />
&lt;?php<br />
if(function_exists(‘insert_featurific’)) //If the Featurific plugin is activated…<br />
insert_featurific();                    //Insert the HTML code to embed Featurific<br />
?&gt;<br />
Five posts, all with .jpg and yet Image_Cache Database is empty: <br />
MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0004 sec )<br />
SELECT * <br />
FROM `wp_7_featurific_image_cache` <br />
LIMIT 0 , 30<br />
<br />
Plugin installed to:<br />
/srv/www/htdocs/wordpressmu/wp-content/plugins/featurific-for-wordpress<br />
<br />
Blog site at:<br />
/srv/www/htdocs/wordpressmu/wp-content/blogs.dir/9/files<br />
<br />
<br />
My test site: (may not be accessible from outside the firewall but I have no way to test that until I get home)<br />
<br />
<a href="http://videoserver.msdpt.k12.in.us/wordpressmu/videosupport/" target="_blank">http://videoserver.msdpt.k12.in.us/wordp...eosupport/</a><br />
<br />
Domain root:<br />
<a href="http://videoserver.msdpt.k12.in.us/" target="_blank">http://videoserver.msdpt.k12.in.us/</a><br />
<br />
WordPressMU root:<br />
<a href="http://videoserver.msdpt.k12.in.us/wordpressmu/" target="_blank">http://videoserver.msdpt.k12.in.us/wordpressmu/</a><hr />
At the risk of talking to myself...<br />
I have discovered that if I activate on the main site, it is active for all sites. i.e. puts the main site (root) posts on all blogs.<br />
Apparently not MU aware at this point.<br />
So the question becomes: How do I make it read ONLY the individual blog site?<br />
example of site map:<br />
./wpmu (root)<br />
./wpmu/mine<br />
./wpmu/hers<br />
./wpmu/his]]></description>
			<content:encoded><![CDATA[This plugin could make my day, week, month, but most importantly our teachers happy. So close to working, but...<br />
Hope this is the information you need to point me in the right direction.<br />
And thank you, in advance, for I know what will be the right answer.<br />
<br />
Tried a variety of theme and plugin combinations.<br />
These notes are with all plugins inactive except Featurific for Wordpress.<br />
This is a WordpressMU new install and "home" theme.<br />
<br />
Manage Plugins    <br />
  <br />
All (33) |Active (1) |Recently Active (21) |Inactive (32) |Upgrade Available (4) Bulk Actions Deactivate   <br />
<br />
Plugin Description <br />
 Plugin Description <br />
<br />
<span style="font-weight: bold;">As I change themes I can see the space change, but no picture or frame/format is ever displayed</span>.<br />
<br />
No data.xml file is created in: /srv/www/htdocs/wordpressmu/wp-content/plugins/featurific-for-wordpress #<br />
(or anywhere else I can find)(even tried full rights 777 to no avail)<br />
<br />
No changes are observed in themes/home/  index.php or home.php<br />
Adding the static page code made no difference.<br />
&lt;?php<br />
if(function_exists(‘insert_featurific’)) //If the Featurific plugin is activated…<br />
insert_featurific();                    //Insert the HTML code to embed Featurific<br />
?&gt;<br />
Five posts, all with .jpg and yet Image_Cache Database is empty: <br />
MySQL returned an empty result set (i.e. zero rows). ( Query took 0.0004 sec )<br />
SELECT * <br />
FROM `wp_7_featurific_image_cache` <br />
LIMIT 0 , 30<br />
<br />
Plugin installed to:<br />
/srv/www/htdocs/wordpressmu/wp-content/plugins/featurific-for-wordpress<br />
<br />
Blog site at:<br />
/srv/www/htdocs/wordpressmu/wp-content/blogs.dir/9/files<br />
<br />
<br />
My test site: (may not be accessible from outside the firewall but I have no way to test that until I get home)<br />
<br />
<a href="http://videoserver.msdpt.k12.in.us/wordpressmu/videosupport/" target="_blank">http://videoserver.msdpt.k12.in.us/wordp...eosupport/</a><br />
<br />
Domain root:<br />
<a href="http://videoserver.msdpt.k12.in.us/" target="_blank">http://videoserver.msdpt.k12.in.us/</a><br />
<br />
WordPressMU root:<br />
<a href="http://videoserver.msdpt.k12.in.us/wordpressmu/" target="_blank">http://videoserver.msdpt.k12.in.us/wordpressmu/</a><hr />
At the risk of talking to myself...<br />
I have discovered that if I activate on the main site, it is active for all sites. i.e. puts the main site (root) posts on all blogs.<br />
Apparently not MU aware at this point.<br />
So the question becomes: How do I make it read ONLY the individual blog site?<br />
example of site map:<br />
./wpmu (root)<br />
./wpmu/mine<br />
./wpmu/hers<br />
./wpmu/his]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Featurific not working after I installed its latest version]]></title>
			<link>http://featurific.com/support/thread-153.html</link>
			<pubDate>Wed, 24 Feb 2010 12:32:34 -0700</pubDate>
			<dc:creator>Empress_of_Drac</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-153.html</guid>
			<description><![CDATA[Hi, <br />
<br />
I hope someone can help me with this.  After I installed the latest version in my blog (<a href="http://empressofdrac.com" target="_blank">http://empressofdrac.com</a>), the featurific I put on my sidebar is not working anymore.  Please check the screenshot below.<br />
<br />
<img src="http://i22.photobucket.com/albums/b334/EmpressOfDrac/featurificproblem.jpg" border="0" alt="[Image: featurificproblem.jpg&#93;" /><br />
<br />
I currently disabled this plug in for now since I'm still looking for solutions.  Thanks in advance.<br />
<br />
<br />
<br />
Regards,<br />
<br />
Agnes]]></description>
			<content:encoded><![CDATA[Hi, <br />
<br />
I hope someone can help me with this.  After I installed the latest version in my blog (<a href="http://empressofdrac.com" target="_blank">http://empressofdrac.com</a>), the featurific I put on my sidebar is not working anymore.  Please check the screenshot below.<br />
<br />
<img src="http://i22.photobucket.com/albums/b334/EmpressOfDrac/featurificproblem.jpg" border="0" alt="[Image: featurificproblem.jpg]" /><br />
<br />
I currently disabled this plug in for now since I'm still looking for solutions.  Thanks in advance.<br />
<br />
<br />
<br />
Regards,<br />
<br />
Agnes]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free version stops working after time]]></title>
			<link>http://featurific.com/support/thread-152.html</link>
			<pubDate>Fri, 19 Feb 2010 15:16:20 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-152.html</guid>
			<description><![CDATA[I have just started to use the free version. <br />
<br />
It stops working after it reaches the update frequency time. Not sure why this is happening.<br />
<br />
I am also using the simply exclude plugin to prevent the category in the slideshow from appearing on the front page.<br />
<br />
Any ideas?<br />
<br />
M Sohal]]></description>
			<content:encoded><![CDATA[I have just started to use the free version. <br />
<br />
It stops working after it reaches the update frequency time. Not sure why this is happening.<br />
<br />
I am also using the simply exclude plugin to prevent the category in the slideshow from appearing on the front page.<br />
<br />
Any ideas?<br />
<br />
M Sohal]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[WordPress Plugin]]></title>
			<link>http://featurific.com/support/thread-151.html</link>
			<pubDate>Sun, 07 Feb 2010 01:26:11 -0700</pubDate>
			<dc:creator>Xarzu</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-151.html</guid>
			<description><![CDATA[Has anyone here had any experience writing WordPress Plugins?]]></description>
			<content:encoded><![CDATA[Has anyone here had any experience writing WordPress Plugins?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't get this to work at all]]></title>
			<link>http://featurific.com/support/thread-150.html</link>
			<pubDate>Tue, 02 Feb 2010 18:07:57 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-150.html</guid>
			<description><![CDATA[Hi there and congratulations for the plugin. I'd really like to have it on my website but I couldn't so far. Hope you can help me. I'll be as specific as I can.<br />
<br />
- I'm running wordpress 2.9.1 on my own host<br />
- I want featurific to appear on my static home page <a href="http://www.fotoviajar.com" target="_blank">www.fotoviajar.com</a><br />
- I've already successfully installed the aditional plugins Exec-php and Deactivate visual editor<br />
- I also copied the <span style="font-weight: bold;">code </span><br />
&lt;?php<br />
//Code automatically inserted by Featurific for Wordpress plugin<br />
if(is_home())                             //If we're generating the home page (remove this line to make Featurific appear on all pages)...<br />
 if(function_exists('insert_featurific')) //If the Featurific plugin is activated...<br />
  insert_featurific();                    //Insert the HTML code to embed Featurific<br />
?&gt;<br />
<br />
to where I wanted featurific to appear.<br />
<br />
Nothing happens... Please help me.<br />
<br />
Seco<br />
<br />
Note: I don't understand anything of html or php. I just follow instructions <img src="http://featurific.com/support/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Hi there and congratulations for the plugin. I'd really like to have it on my website but I couldn't so far. Hope you can help me. I'll be as specific as I can.<br />
<br />
- I'm running wordpress 2.9.1 on my own host<br />
- I want featurific to appear on my static home page <a href="http://www.fotoviajar.com" target="_blank">www.fotoviajar.com</a><br />
- I've already successfully installed the aditional plugins Exec-php and Deactivate visual editor<br />
- I also copied the <span style="font-weight: bold;">code </span><br />
&lt;?php<br />
//Code automatically inserted by Featurific for Wordpress plugin<br />
if(is_home())                             //If we're generating the home page (remove this line to make Featurific appear on all pages)...<br />
 if(function_exists('insert_featurific')) //If the Featurific plugin is activated...<br />
  insert_featurific();                    //Insert the HTML code to embed Featurific<br />
?&gt;<br />
<br />
to where I wanted featurific to appear.<br />
<br />
Nothing happens... Please help me.<br />
<br />
Seco<br />
<br />
Note: I don't understand anything of html or php. I just follow instructions <img src="http://featurific.com/support/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[using post for banner]]></title>
			<link>http://featurific.com/support/thread-149.html</link>
			<pubDate>Tue, 02 Feb 2010 14:51:25 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-149.html</guid>
			<description><![CDATA[im trying to upload my banner to one of the blog post and letting it show on the feed to use the space for my banner but for some reason it would not show the image. it shows every other image i upload to that same post except my banner. if someone could help i would greatly appreciate it.]]></description>
			<content:encoded><![CDATA[im trying to upload my banner to one of the blog post and letting it show on the feed to use the space for my banner but for some reason it would not show the image. it shows every other image i upload to that same post except my banner. if someone could help i would greatly appreciate it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installation issues]]></title>
			<link>http://featurific.com/support/thread-148.html</link>
			<pubDate>Fri, 29 Jan 2010 11:50:39 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-148.html</guid>
			<description><![CDATA[Hi, <br />
<br />
I've manually installed the Featurific folder to wp-content/plugins (after unsuccessfully trying to alter permission settings). However my plugins page on Wordpress keeps asking me to alter permission settings. I have also tried deactivating and activating the plugin as advised in the message, but to no avail.<br />
<br />
Help!<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hi, <br />
<br />
I've manually installed the Featurific folder to wp-content/plugins (after unsuccessfully trying to alter permission settings). However my plugins page on Wordpress keeps asking me to alter permission settings. I have also tried deactivating and activating the plugin as advised in the message, but to no avail.<br />
<br />
Help!<br />
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Trouble with Featurific Free]]></title>
			<link>http://featurific.com/support/thread-147.html</link>
			<pubDate>Sun, 24 Jan 2010 21:06:52 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-147.html</guid>
			<description><![CDATA[Where do I input the download?]]></description>
			<content:encoded><![CDATA[Where do I input the download?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[It is messing the template at IE]]></title>
			<link>http://featurific.com/support/thread-146.html</link>
			<pubDate>Tue, 19 Jan 2010 03:15:26 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-146.html</guid>
			<description><![CDATA[This is a great plugin, but is not working with IE. Could you check <a href="http://www.esrarengiz.org" target="_blank">http://www.esrarengiz.org</a> in IE and mozilla. When I deactivate it, then template works in IE, but when it is active, mozilla works perfect, but IE not.<br />
Thanks,]]></description>
			<content:encoded><![CDATA[This is a great plugin, but is not working with IE. Could you check <a href="http://www.esrarengiz.org" target="_blank">http://www.esrarengiz.org</a> in IE and mozilla. When I deactivate it, then template works in IE, but when it is active, mozilla works perfect, but IE not.<br />
Thanks,]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Plugin Stopped Working]]></title>
			<link>http://featurific.com/support/thread-145.html</link>
			<pubDate>Wed, 13 Jan 2010 07:42:46 -0700</pubDate>
			<dc:creator>techlider</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-145.html</guid>
			<description><![CDATA[Hello guys!<br />
<br />
I have been using the Featurific plugin for a while on my 2 blogs. But out of nowhere it stopped working and I can not make it work again.<br />
<br />
I tried to delete the XML files, tried to change to change the storage location from filesystem to database, tried to change the template... but none of these has worked out.<br />
<br />
I really don't know what else to do. Cand anyone give a clue what is going on?<br />
<br />
I am running Wordpress 2.9.1<br />
<br />
Thanks a lot!<br />
<br />
Fernando Santos]]></description>
			<content:encoded><![CDATA[Hello guys!<br />
<br />
I have been using the Featurific plugin for a while on my 2 blogs. But out of nowhere it stopped working and I can not make it work again.<br />
<br />
I tried to delete the XML files, tried to change to change the storage location from filesystem to database, tried to change the template... but none of these has worked out.<br />
<br />
I really don't know what else to do. Cand anyone give a clue what is going on?<br />
<br />
I am running Wordpress 2.9.1<br />
<br />
Thanks a lot!<br />
<br />
Fernando Santos]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Too Much Space below Black Bar]]></title>
			<link>http://featurific.com/support/thread-144.html</link>
			<pubDate>Tue, 12 Jan 2010 16:31:41 -0700</pubDate>
			<dc:creator>infopage</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-144.html</guid>
			<description><![CDATA[I cannot figure out how to get rid of the extra space below the black bar. At first, I thought I could change it in the Nat Geo template files,but no change. I also tried changing the templaet itself but consistenetly get the following error mssg within my WP Featirific Admin:<br />
<blockquote><cite>Quote:</cite> Warning: file_get_contents() [function.file-get-contents&#93;: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/infopage/public_html/marketsecrets/blog/wp-content/plugins/featurific-for-wordpress/featurific.php on line 2128<br />
<br />
Warning: file_get_contents(<a href="http://www.abid.in/images/banner_2.jpg)" target="_blank">http://www.abid.in/images/banner_2.jpg)</a> [function.file-get-contents&#93;: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/infopage/public_html/marketsecrets/blog/wp-content/plugins/featurific-for-wordpress/featurific.php on line 2128</blockquote>
 <br />
..please help <img src="http://featurific.com/support/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" />]]></description>
			<content:encoded><![CDATA[I cannot figure out how to get rid of the extra space below the black bar. At first, I thought I could change it in the Nat Geo template files,but no change. I also tried changing the templaet itself but consistenetly get the following error mssg within my WP Featirific Admin:<br />
<blockquote><cite>Quote:</cite> Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/infopage/public_html/marketsecrets/blog/wp-content/plugins/featurific-for-wordpress/featurific.php on line 2128<br />
<br />
Warning: file_get_contents(<a href="http://www.abid.in/images/banner_2.jpg)" target="_blank">http://www.abid.in/images/banner_2.jpg)</a> [function.file-get-contents]: failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/infopage/public_html/marketsecrets/blog/wp-content/plugins/featurific-for-wordpress/featurific.php on line 2128</blockquote>
 <br />
..please help <img src="http://featurific.com/support/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[featurific new version]]></title>
			<link>http://featurific.com/support/thread-142.html</link>
			<pubDate>Sun, 10 Jan 2010 11:31:00 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-142.html</guid>
			<description><![CDATA[I've updated to featurific 1.6.1 - a nice plugin, that I really enjoy....<br />
<br />
the auto-upgrade didn't work - no surprise really, since most do fail - but I uploaded the new files, and re-activated it, and it works, but I'm being told i NEED to install "Featurific Free", something that is not in the installation package, and no mention is made of it in the installation notes.<br />
<br />
I'm loathe to install something I know nothing about, with no website to go look at to see what it is...<br />
<br />
Anyone here care to comment on what it is, and why I need to install it, and why there are no notes in the installation package about this additional piece of software?]]></description>
			<content:encoded><![CDATA[I've updated to featurific 1.6.1 - a nice plugin, that I really enjoy....<br />
<br />
the auto-upgrade didn't work - no surprise really, since most do fail - but I uploaded the new files, and re-activated it, and it works, but I'm being told i NEED to install "Featurific Free", something that is not in the installation package, and no mention is made of it in the installation notes.<br />
<br />
I'm loathe to install something I know nothing about, with no website to go look at to see what it is...<br />
<br />
Anyone here care to comment on what it is, and why I need to install it, and why there are no notes in the installation package about this additional piece of software?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Not functioning at all]]></title>
			<link>http://featurific.com/support/thread-140.html</link>
			<pubDate>Thu, 31 Dec 2009 10:35:08 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-140.html</guid>
			<description><![CDATA[This is not a new install of WordPress. It's an upgrade to version 2.9. I've read the installation instructions, set the preferences, and all I get is a link to iwebix.de...no slider, not picture, no content at all. Please advise.<br />
<br />
<a href="http://www.laffing-horse.com/WordPress" target="_blank">http://www.laffing-horse.com/WordPress</a>]]></description>
			<content:encoded><![CDATA[This is not a new install of WordPress. It's an upgrade to version 2.9. I've read the installation instructions, set the preferences, and all I get is a link to iwebix.de...no slider, not picture, no content at all. Please advise.<br />
<br />
<a href="http://www.laffing-horse.com/WordPress" target="_blank">http://www.laffing-horse.com/WordPress</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Unable to make any changes stick]]></title>
			<link>http://featurific.com/support/thread-139.html</link>
			<pubDate>Thu, 31 Dec 2009 09:08:41 -0700</pubDate>
			<dc:creator>MrsJayBob</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-139.html</guid>
			<description><![CDATA[I've got Featurific installed on my wordpress blog.  It worked fine until I added a few new posts and then clicked the most recent posts radio button and clicked update options.  No change affected, still the same five original posts being featured.<br />
I tried user specified posts and still No change affected, still the same five original posts being featured<br />
I'm using the Time.com template<br />
<br />
Thanks!<br />
<a href="http://mrsjaybob.com" target="_blank">http://mrsjaybob.com</a>]]></description>
			<content:encoded><![CDATA[I've got Featurific installed on my wordpress blog.  It worked fine until I added a few new posts and then clicked the most recent posts radio button and clicked update options.  No change affected, still the same five original posts being featured.<br />
I tried user specified posts and still No change affected, still the same five original posts being featured<br />
I'm using the Time.com template<br />
<br />
Thanks!<br />
<a href="http://mrsjaybob.com" target="_blank">http://mrsjaybob.com</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Arrows and Numbers for advancing the featurific image forward or backward]]></title>
			<link>http://featurific.com/support/thread-138.html</link>
			<pubDate>Wed, 23 Dec 2009 08:05:16 -0700</pubDate>
			<dc:creator>maxfaction</dc:creator>
			<guid isPermaLink="false">http://featurific.com/support/thread-138.html</guid>
			<description><![CDATA[I'm using featurific-for-wordpress, it works fine. What I can't seem to do is change the featurific user-controls from using numbers (i.e. 1, 2, 3, etc.) that identify which post is being described. <br />
<br />
I want to use ARROWS to move forward or backward as seen on a few examples of featurific. How can I accomplish this for featurific-for-wordpress?]]></description>
			<content:encoded><![CDATA[I'm using featurific-for-wordpress, it works fine. What I can't seem to do is change the featurific user-controls from using numbers (i.e. 1, 2, 3, etc.) that identify which post is being described. <br />
<br />
I want to use ARROWS to move forward or backward as seen on a few examples of featurific. How can I accomplish this for featurific-for-wordpress?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Flash error]]></title>
			<link>http://featurific.com/support/thread-137.html</link>
			<pubDate>Tue, 22 Dec 2009 03:45:30 -0700</pubDate>
			<guid isPermaLink="false">http://featurific.com/support/thread-137.html</guid>
			<description><![CDATA[Hey, sorry for my bad English but i am French <img src="http://featurific.com/support/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
I have the following error on my Website :<br />
<br />
Error #2044: ioError non pris en charge : text=Error #2032: Erreur de flux. URL: <a href="http://91.x.x.x//" target="_blank">http://91.x.x.x//</a>[protected&#93;/wp-content/plugins/featurific-for-wordpress/data_xml.php<br />
	at featurific::Gallery/parseParameters()[F:\Documents and Settings\Rich\My Documents\FeaturificSlim\src\featurific\Gallery.as:192&#93;<br />
	at featurific::Gallery()[F:\Documents and Settings\Rich\My Documents\FeaturificSlim\src\featurific\Gallery.as:51&#93;<br />
	at featurific::FeaturificSlim()[F:\Documents and Settings\Rich\My Documents\FeaturificSlim\src\featurific\FeaturificSlim.as:36&#93;<br />
<br />
<br />
It's strange... And the Featured content leave blank.<br />
<br />
Anyon can help me ?<br />
<br />
(I have Wordpress 2.9 and Playmaker 4 template)]]></description>
			<content:encoded><![CDATA[Hey, sorry for my bad English but i am French <img src="http://featurific.com/support/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
I have the following error on my Website :<br />
<br />
Error #2044: ioError non pris en charge : text=Error #2032: Erreur de flux. URL: <a href="http://91.x.x.x//" target="_blank">http://91.x.x.x//</a>[protected]/wp-content/plugins/featurific-for-wordpress/data_xml.php<br />
	at featurific::Gallery/parseParameters()[F:\Documents and Settings\Rich\My Documents\FeaturificSlim\src\featurific\Gallery.as:192]<br />
	at featurific::Gallery()[F:\Documents and Settings\Rich\My Documents\FeaturificSlim\src\featurific\Gallery.as:51]<br />
	at featurific::FeaturificSlim()[F:\Documents and Settings\Rich\My Documents\FeaturificSlim\src\featurific\FeaturificSlim.as:36]<br />
<br />
<br />
It's strange... And the Featured content leave blank.<br />
<br />
Anyon can help me ?<br />
<br />
(I have Wordpress 2.9 and Playmaker 4 template)]]></content:encoded>
		</item>
	</channel>
</rss>