<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - User Favorites: nate1031</title>
		<link><a href='http://www.kriesi.at/support/profile/nate1031'>nate1031</a></link>
		<description>Support Forum - User Favorites: nate1031</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 01:38:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Related Posts Criteria"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-criteria#post-73992</link>
			<pubDate>Sat, 01 Sep 2012 20:24:27 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">73992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry for the delay. &#60;/p&#62;
&#60;p&#62;The more precise related posts functionality is heavy, thus in order for a serious algorithm to be able to find posts that are even closer related would come at the sacrifice of your website's load time. Please, let me give you an example. &#60;/p&#62;
&#60;p&#62;A free plugin called YARPP is great at matching related articles. However, in order to do that it takes up a lot of resources (&#60;a href=&#34;http://yoast.com/wordpress-performance-optimization/&#34; rel=&#34;nofollow&#34;&#62;http://yoast.com/wordpress-performance-optimization/&#60;/a&#62;   7 out of 16 database calls in this article. )&#60;/p&#62;
&#60;p&#62;Now the question is, are you willing to sacrifice your loading speed (which Google uses as an integral factor in its algorithm to determine your site's placement in the search results), or do you want to have articles that are better match?&#60;/p&#62;
&#60;p&#62;If you can balance the inclusion of YARPP (&#60;a href=&#34;http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/&#60;/a&#62;) through optimization, then it's doable. &#60;/p&#62;
&#60;p&#62;You have a really sweet Server, very fast. (&#60;a href=&#34;http://www.webpagetest.org/result/120901_Q7_d82decb70a6e960a601744599ec17ed1/3/details/&#34; rel=&#34;nofollow&#34;&#62;http://www.webpagetest.org/result/120901_Q7_d82decb70a6e960a601744599ec17ed1/3/details/&#60;/a&#62;) but you can optimize still a lot further. You can download the executive summary report on your website &#60;a href=&#34;http://gtmetrix.com/reports/outsmartingfish.com/abHTFCcb/pdf&#34; rel=&#34;nofollow&#34;&#62;http://gtmetrix.com/reports/outsmartingfish.com/abHTFCcb/pdf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nate1031 on "Related Posts Criteria"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-criteria#post-73743</link>
			<pubDate>Fri, 31 Aug 2012 04:22:00 +0000</pubDate>
			<dc:creator>nate1031</dc:creator>
			<guid isPermaLink="false">73743@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Still no luck. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nate1031 on "Related Posts Criteria"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-criteria#post-11847</link>
			<pubDate>Wed, 26 Jan 2011 07:35:46 +0000</pubDate>
			<dc:creator>nate1031</dc:creator>
			<guid isPermaLink="false">11847@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!  No luck though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Related Posts Criteria"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-criteria#post-11608</link>
			<pubDate>Thu, 20 Jan 2011 10:23:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11608@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to change following line in single.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$my_query = new WP_Query(&#38;quot;tag=$tag_ids&#38;amp;showposts=7&#38;amp;caller_get_posts=1&#38;amp;orderby=rand&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$my_query = new WP_Query(&#38;quot;tag=$tag_ids&#38;amp;showposts=7&#38;amp;caller_get_posts=1&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should remove the shuffle feature. Maybe you'll get better results.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nate1031 on "Related Posts Criteria"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-criteria#post-11587</link>
			<pubDate>Wed, 19 Jan 2011 17:07:29 +0000</pubDate>
			<dc:creator>nate1031</dc:creator>
			<guid isPermaLink="false">11587@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For whatever reason that doesn't seem to be the case.  It seems like they're just randomly chosen (or not chosen when they should be).  These three posts have nearly identical tags but are not listed as related.  I really like this feature and think it looks great and would really like to get it to work.  Thanks for your continued help!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://outsmartingfish.com/2009/07/up-north-the-bull-trout-that-got-away/&#34; rel=&#34;nofollow&#34;&#62;http://outsmartingfish.com/2009/07/up-north-the-bull-trout-that-got-away/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://outsmartingfish.com/2009/07/up-north-more-bull-trout/&#34; rel=&#34;nofollow&#34;&#62;http://outsmartingfish.com/2009/07/up-north-more-bull-trout/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://outsmartingfish.com/2009/07/up-north-the-long-awaited-bull-trout-hunt/&#34; rel=&#34;nofollow&#34;&#62;http://outsmartingfish.com/2009/07/up-north-the-long-awaited-bull-trout-hunt/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-11268</link>
			<pubDate>Thu, 13 Jan 2011 16:43:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please create an admin account and send me the login info to &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll have a look at it. Maybe I can find the problem (i.e. if it's plugin related, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nate1031 on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-11240</link>
			<pubDate>Wed, 12 Jan 2011 16:20:41 +0000</pubDate>
			<dc:creator>nate1031</dc:creator>
			<guid isPermaLink="false">11240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am having the same problem.  Titles show up fine, but I can't get descriptions to show on any images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Related Posts Criteria"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-criteria#post-11117</link>
			<pubDate>Mon, 10 Jan 2011 11:00:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11117@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
as far as I can see the related posts are determined via tags. In single.php you can find following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php // related posts
		$this_id = $post-&#38;gt;ID;
		$tags = wp_get_post_tags($post-&#38;gt;ID);
		if ($tags) {

		     $tag_ids = &#38;quot;&#38;quot;;
		     foreach ($tags as $tag ) $tag_ids .= $tag-&#38;gt;name.&#38;quot;,&#38;quot;;
		     $tag_ids = substr_replace($tag_ids ,&#38;quot;&#38;quot;,-1);

		     if($tag_ids)
		     {
		     	$my_query = new WP_Query(&#38;quot;tag=$tag_ids&#38;amp;showposts=7&#38;amp;caller_get_posts=1&#38;amp;orderby=rand&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So posts which are tagged with the same words will be displayed as &#34;related posts&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nate1031 on "Related Posts Criteria"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-criteria#post-11086</link>
			<pubDate>Sun, 09 Jan 2011 08:11:24 +0000</pubDate>
			<dc:creator>nate1031</dc:creator>
			<guid isPermaLink="false">11086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was wondering what the criteria are for determining related posts are and where it can be edited.  I love how this feature is built into habitat, unfortunately the &#34;related posts&#34; on my blog don't really seem to be as closely related as some that are not listed.  I hope this isn't a dumb question.  I did a bunch of searches and couldn't find anything in here answering that.  Any help would be appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-6381</link>
			<pubDate>Sun, 10 Oct 2010 07:41:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We hadn't such a problem before but Habitat is a pretty new theme so maybe it's a bug. So the title and the description are displayed only for some images? If yes, does this problem occur on certain pages or is it related to certain pictures? Can you provide a link to your problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mechadeus on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-6360</link>
			<pubDate>Sat, 09 Oct 2010 19:26:31 +0000</pubDate>
			<dc:creator>Mechadeus</dc:creator>
			<guid isPermaLink="false">6360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the quick response. I have reviewed the documentation prior to making the post. The image has both a title and a description but it does not show up in my front end on one of my pictures but it does on others. I was wondering if that was a known issue or just a rogue instance on my install. Some of my other images have their title and description and some don't...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-6345</link>
			<pubDate>Sat, 09 Oct 2010 11:18:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6345@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please have a look at the documentation. Search for following sentence:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Once you have uploaded an Image you can set title and description of the image, this will then be used as as image caption in your front end
&#60;/p&#62;&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>Mechadeus on "SLIDESHOW - image name and description"</title>
			<link>http://www.kriesi.at/support/topic/slideshow-image-name-and-description#post-6308</link>
			<pubDate>Fri, 08 Oct 2010 21:21:19 +0000</pubDate>
			<dc:creator>Mechadeus</dc:creator>
			<guid isPermaLink="false">6308@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For some reason, the image name and description doesn't show up on the images on the main slide show. On the sample theme, I really liked the balloon picture because it had a title and a caption but for some reason I can't get that to work. Any idea? Thanks a bunch!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
