<?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 - Topic: Related Posts</title>
		<link>http://www.kriesi.at/support/topic/related-posts-7</link>
		<description>Support Forum - Topic: Related Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 21:31:06 +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/topic/related-posts-7" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Related Posts"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-7#post-54240</link>
			<pubDate>Wed, 02 May 2012 04:59:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">54240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Re &#34;category/tags&#34; query: Open up includes/related-posts.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$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);
     $tag_ids = str_replace(&#38;quot; &#38;quot;, &#38;quot;-&#38;quot;,$tag_ids);

     if($tag_ids)
     {
     	$my_query = new WP_Query(array(&#38;#39;tag&#38;#39;=&#38;gt;$tag_ids, &#38;#39;showposts&#38;#39;=&#38;gt;$postcount, &#38;#39;ignore_sticky_posts&#38;#39;=&#38;gt;1, &#38;#39;orderby&#38;#39;=&#38;gt;&#38;#39;rand&#38;#39;, &#38;#39;post__not_in&#38;#39; =&#38;gt; array( $this_id ) ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$categories = get_the_category($post-&#38;gt;ID);
$category_ids = &#38;#39;&#38;#39;;

foreach ($categories as $category){
	$category_ids .= $category-&#38;gt;cat_ID;
}

if ($categories) {

     if($category_ids)
     {

$my_query = new WP_Query(array(&#38;#39;cat&#38;#39;=&#38;gt;$category_ids, &#38;#39;showposts&#38;#39;=&#38;gt;$postcount, &#38;#39;ignore_sticky_posts&#38;#39;=&#38;gt;1, &#38;#39;orderby&#38;#39;=&#38;gt;&#38;#39;rand&#38;#39;, &#38;#39;post__not_in&#38;#39; =&#38;gt; array( $this_id ) ) );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Mya on "Related Posts"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-7#post-54211</link>
			<pubDate>Tue, 01 May 2012 19:51:12 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">54211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To hide the thumbnail you'll need to add the code below to your custom.css or Quick CSS.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.news-thumb { display: none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Could you explain what you meant by &#34;would like to have the selection from the same category and not the tags&#34;? Not sure I follow. As far as the translation, you could try this &#60;a href=&#34;http://webdesign.about.com/library/bl_htmlcodes.htm&#34; rel=&#34;nofollow&#34;&#62;http://webdesign.about.com/library/bl_htmlcodes.htm&#60;/a&#62; but if that doesn't work I think you may to have use a translation plugin.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lunchforone on "Related Posts"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-7#post-53830</link>
			<pubDate>Sat, 28 Apr 2012 21:39:41 +0000</pubDate>
			<dc:creator>lunchforone</dc:creator>
			<guid isPermaLink="false">53830@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
since I upload nearly all my pictures via flickr straight into the blog entry, I would like to disable the image in the related post section and I would like to have the selection from the same category and not the tags. &#60;/p&#62;
&#60;p&#62;And I was trying to change &#34;related posts&#34; into &#34;Ähnliche Einträge&#34; only to get ? for the &#34;a&#34; - is there a way to change it so I can use ä, ü and ö?&#60;/p&#62;
&#60;p&#62;Thanks a lot
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
