<?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 - Tag: removed - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/removed</link>
		<description>Support Forum - Tag: removed - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 02:31:39 +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/tags/removed" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Remove Small Sized Post"</title>
			<link>http://www.kriesi.at/support/topic/remove-small-sized-post#post-95124</link>
			<pubDate>Mon, 04 Feb 2013 19:59:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95124@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad its working for you and no, there is no need to remove any code.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "Remove Small Sized Post"</title>
			<link>http://www.kriesi.at/support/topic/remove-small-sized-post#post-95026</link>
			<pubDate>Mon, 04 Feb 2013 15:39:30 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">95026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Devin,&#60;/p&#62;
&#60;p&#62;Perfect. It works. I changed the number of posts to show at the Main Page in Settings&#38;gt; Reading&#38;gt;  &#34;Blog pages show at most &#34;. &#60;/p&#62;
&#60;p&#62;And about the code, I was referring to the code of Small posts at the Index.php. I thought that if you don´t use Small posts maybe would be interesting remove this code´s part. But maybe it doesn´t have importance. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Antonio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Remove Small Sized Post"</title>
			<link>http://www.kriesi.at/support/topic/remove-small-sized-post#post-95017</link>
			<pubDate>Mon, 04 Feb 2013 15:12:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95017@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi antoniocansinos,&#60;/p&#62;
&#60;p&#62;I don't know what you mean by cleaning up the code and removing some of it. To do what this topic is about, you just need to follow the steps above. No other steps are required unless you are trying to do something else.&#60;/p&#62;
&#60;p&#62;To change the output of blog posts on overview pages, try going to the main wordpress Settings&#38;gt;Reading and changing the option for &#34;Blog pages show at most &#34;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "Remove Small Sized Post"</title>
			<link>http://www.kriesi.at/support/topic/remove-small-sized-post#post-94862</link>
			<pubDate>Sun, 03 Feb 2013 22:27:33 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">94862@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Ismael,&#60;/p&#62;
&#60;p&#62;Yes, I did it and it´s fantastic. Now I don´t have small posts. But my problem now is that I cannot define the number of posts in the Index. I tried to change it in the WP place (General Options). I changed the `Article Appearance on following pages´ as you told: Use the same scheme for subpages that was defined for frontpages.&#60;/p&#62;
&#60;p&#62;But I have still 20 posts in the Index, in spite of I wrote 10 in: `Article Appearance on frontpage and category overview pages´.&#60;/p&#62;
&#60;p&#62;Do you know how can I change it in the code directly?&#60;/p&#62;
&#60;p&#62;And my previous question was about other issue. Like I won´t use the small posts, I would like to erase the code for them. To clean code. This is the part from the code that I erased &#60;a href=&#34;http://codepad.org/4uyZgaNH&#34; rel=&#34;nofollow&#34;&#62;http://codepad.org/4uyZgaNH&#60;/a&#62; but it didn´t work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove Small Sized Post"</title>
			<link>http://www.kriesi.at/support/topic/remove-small-sized-post#post-94762</link>
			<pubDate>Sun, 03 Feb 2013 07:04:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94762@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It will work please try it again. &#60;/p&#62;
&#60;p&#62;Open index.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// ############################# FULL SIZED POSTS #############################
		if ($fullsized &#38;gt; 0) :&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this code like Dude said&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// ############################# FULL SIZED POSTS #############################
		if (1 &#38;gt; 0) :&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And to avoid errors go to Newscast &#38;gt; General Options  &#38;gt; Article Appearance on following pages, select &#60;strong&#62;Use the same scheme for subpages that was defined for frontpages&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "Remove Small Sized Post"</title>
			<link>http://www.kriesi.at/support/topic/remove-small-sized-post#post-94685</link>
			<pubDate>Sat, 02 Feb 2013 16:08:09 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">94685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Dude,&#60;/p&#62;
&#60;p&#62;Very good reply. I only have one more question. Which part of code can we remove? I refer the part of code related with small sized post. Overall to clear code. I tried to remove this part: &#60;a href=&#34;http://codepad.org/4uyZgaNH&#34; rel=&#34;nofollow&#34;&#62;http://codepad.org/4uyZgaNH&#60;/a&#62;  &#60;/p&#62;
&#60;p&#62;But it didn´t work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Small Sized Post"</title>
			<link>http://www.kriesi.at/support/topic/remove-small-sized-post#post-60507</link>
			<pubDate>Sat, 16 Jun 2012 07:19:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">60507@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; In index.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($fullsized &#38;gt; 0) :&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (1 &#38;gt; 0) :&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindup79 on "Remove Small Sized Post"</title>
			<link>http://www.kriesi.at/support/topic/remove-small-sized-post#post-60446</link>
			<pubDate>Fri, 15 Jun 2012 17:30:57 +0000</pubDate>
			<dc:creator>mindup79</dc:creator>
			<guid isPermaLink="false">60446@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;May be I didn't explain well, in the Article Appearance on frontpage and category overview pages	Articles can either take the full width of the content column or can be displayed as small articles, always 2 besides each other. How many full sized articles do you want to display before articles are shown half sized? I wrote 3&#60;br /&#62;
but&#60;br /&#62;
Is it possible to remove the articles displayed as small like &#34; always 2 besides each other&#34;? I need just three full width posts.&#60;/p&#62;
&#60;p&#62;Can you help me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindup79 on "Remove Small Sized Post"</title>
			<link>http://www.kriesi.at/support/topic/remove-small-sized-post#post-60397</link>
			<pubDate>Fri, 15 Jun 2012 12:09:44 +0000</pubDate>
			<dc:creator>mindup79</dc:creator>
			<guid isPermaLink="false">60397@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I bought your template, it’s great!! Can you tell me how to remove the small sized post from the homepage?&#60;/p&#62;
&#60;p&#62;I mean the 4 posts on home page bottom&#60;br /&#62;
 I don’t need it. Regards.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
