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

		<item>
			<title>antoniocansinos on "Problem with half sized articles below"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-half-sized-articles-below#post-71670</link>
			<pubDate>Sat, 18 Aug 2012 14:30:04 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">71670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Ismael,&#60;/p&#62;
&#60;p&#62;I solved it. I have some plugins and uninstalling all of them it didn´t fix. So, I take a code compare plugin for Notepad++. This is the URL, maybe someone is interested: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sourceforge.net/projects/npp-plugins/files/ComparePlugin/&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/projects/npp-plugins/files/ComparePlugin/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After choose: Compare 1.5.6_Unofficial &#38;gt; Compare_1_5_6_UNI_dll.zip&#60;/p&#62;
&#60;p&#62;I compared both codes, the original Newscast code (from Index.php -Main Index Template in WordPress-) and my code in Wordpress. I found the different in line 144.&#60;/p&#62;
&#60;p&#62;My code in Wordpress had: $limit--;&#60;/p&#62;
&#60;p&#62;The original code has: $fullsized--;&#60;/p&#62;
&#60;p&#62;I changed it, from the origina Newscast code to my code in Wordpress and it fixed.&#60;/p&#62;
&#60;p&#62;I don´t know how it changed or what, but... It´s ok.&#60;/p&#62;
&#60;p&#62;In any case, thanks Ismael for your help. This forum is the best, and you are helping us a lot. &#60;/p&#62;
&#60;p&#62;Bye!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Problem with half sized articles below"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-half-sized-articles-below#post-71314</link>
			<pubDate>Thu, 16 Aug 2012 05:32:23 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi antoniocansinos,&#60;/p&#62;
&#60;p&#62;That's really weird. Try to get the latest update of the Newscast theme(newscast_2.0.3) in Themeforest and check if it fixes the issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "Problem with half sized articles below"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-half-sized-articles-below#post-71151</link>
			<pubDate>Wed, 15 Aug 2012 10:21:09 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">71151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Strangely it doesn´t work. But I can see the small articles in the second page. And I have configured it, for example, to show small articles before 2, after 3, after 4... So, I think, maybe I took the code of the main page maybe.&#60;/p&#62;
&#60;p&#62;Any other idea?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Problem with half sized articles below"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-half-sized-articles-below#post-71125</link>
			<pubDate>Wed, 15 Aug 2012 06:25:07 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">71125@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi antoniocansinos,&#60;/p&#62;
&#60;p&#62;Try to disable that plugin, that might have caused some plugin conflict as you said that the little articles were gone after you have enabled it. To change the size of the excerpt, open functions.php and below it add this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function custom_excerpt_length( $length ) {
	return 20;
}
add_filter( &#38;#39;excerpt_length&#38;#39;, &#38;#39;custom_excerpt_length&#38;#39;, 999 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will return only 20 words, just replace it. (Default is 55 words). Then in your WP Dashboard, go to Settings &#38;gt; Reading &#38;gt; For each article in a feed, show and choose &#34;Summary&#34;. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>antoniocansinos on "Problem with half sized articles below"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-half-sized-articles-below#post-71060</link>
			<pubDate>Tue, 14 Aug 2012 22:03:27 +0000</pubDate>
			<dc:creator>antoniocansinos</dc:creator>
			<guid isPermaLink="false">71060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello enveryone!&#60;/p&#62;
&#60;p&#62;I don´t know why but, at the begin, in the main page, I could see some full size articles and below little articles. Unfortunatly, now I cannot. I installed a plugin `Advanced Excerpt´ to control the size of text of post in the main page. I guess, more less from that moment, I can´t see the little articles. &#60;/p&#62;
&#60;p&#62;And of course I was checking: General Options &#38;gt; article apparence &#38;gt; ...&#60;/p&#62;
&#60;p&#62;Where I have tried several options.&#60;/p&#62;
&#60;p&#62;Any ideas???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nancygyes on "deleted page keeps popping up now and then"</title>
			<link>http://www.kriesi.at/support/topic/deleted-page-keeps-popping-up-now-and-then#post-39022</link>
			<pubDate>Sat, 28 Jan 2012 02:05:02 +0000</pubDate>
			<dc:creator>nancygyes</dc:creator>
			<guid isPermaLink="false">39022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;still confused, do you mean that articles should not be used as a category and a tag?  Or not as a title and a category, or a page name and a category?  Do you mean that categories, tags, titles, page names should all have different &#34;monikers&#34;?  (lost the word I was thinking of, dang)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "deleted page keeps popping up now and then"</title>
			<link>http://www.kriesi.at/support/topic/deleted-page-keeps-popping-up-now-and-then#post-38920</link>
			<pubDate>Fri, 27 Jan 2012 07:58:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - because tags/categories permalinks can conflict and wordpress uses unique slugs to avoid this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nancygyes on "deleted page keeps popping up now and then"</title>
			<link>http://www.kriesi.at/support/topic/deleted-page-keeps-popping-up-now-and-then#post-38860</link>
			<pubDate>Thu, 26 Jan 2012 22:56:37 +0000</pubDate>
			<dc:creator>nancygyes</dc:creator>
			<guid isPermaLink="false">38860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for your help.  You were correct about the wastebin.  I hope not to make that mistake again.&#60;/p&#62;
&#60;p&#62;do you mean we should NOT use the word &#34;articles&#34;?&#60;/p&#62;
&#60;p&#62;-terryd, nancygyes' web weasel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "deleted page keeps popping up now and then"</title>
			<link>http://www.kriesi.at/support/topic/deleted-page-keeps-popping-up-now-and-then#post-38771</link>
			<pubDate>Thu, 26 Jan 2012 07:43:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
maybe the old page is in the pastebin? In this case wp will use numbers in the slug. The same can happen when you use tags or categories which are called &#34;articles&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nancygyes on "deleted page keeps popping up now and then"</title>
			<link>http://www.kriesi.at/support/topic/deleted-page-keeps-popping-up-now-and-then#post-38738</link>
			<pubDate>Thu, 26 Jan 2012 03:01:40 +0000</pubDate>
			<dc:creator>nancygyes</dc:creator>
			<guid isPermaLink="false">38738@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;at times, a deleted page called articles-2 shows up when it should show articles.  How to kill articles-2?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
