<?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: How to paginate posts or pages in NEWSCAST?</title>
		<link>http://www.kriesi.at/support/topic/how-to-paginate-posts-or-pages-in-newscast</link>
		<description>Support Forum - Topic: How to paginate posts or pages in NEWSCAST?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 00:10:35 +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/how-to-paginate-posts-or-pages-in-newscast" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How to paginate posts or pages in NEWSCAST?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-paginate-posts-or-pages-in-newscast#post-60335</link>
			<pubDate>Fri, 15 Jun 2012 04:30:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60335@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Always glad to help. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to paginate posts or pages in NEWSCAST?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-paginate-posts-or-pages-in-newscast#post-60176</link>
			<pubDate>Thu, 14 Jun 2012 10:06:47 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">60176@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That works fine and is exactly what I've meant. Thanks a lot, Ismael, for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to paginate posts or pages in NEWSCAST?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-paginate-posts-or-pages-in-newscast#post-60134</link>
			<pubDate>Thu, 14 Jun 2012 04:44:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">60134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;Kindly open: wp-content\themes\newscast\single.php and find this line of code:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;#39;entry&#38;#39; id=&#38;quot;author-box&#38;quot;&#38;gt;&#60;/code&#62;&#60;br /&#62;
above it paste this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php $args = array(
&#38;#39;before&#38;#39;           =&#38;gt; &#38;#39;&#38;lt;p&#38;gt;&#38;#39; . __(&#38;#39;Pages:&#38;#39;),
&#38;#39;after&#38;#39;            =&#38;gt; &#38;#39;&#38;lt;/p&#38;gt;&#38;#39;,
&#38;#39;next_or_number&#38;#39;   =&#38;gt; &#38;#39;number&#38;#39;,
&#38;#39;nextpagelink&#38;#39;     =&#38;gt; __(&#38;#39;Next page&#38;#39;),
&#38;#39;previouspagelink&#38;#39; =&#38;gt; __(&#38;#39;Previous page&#38;#39;),
&#38;#39;pagelink&#38;#39;         =&#38;gt; &#38;#39;%&#38;#39;,
&#38;#39;echo&#38;#39;             =&#38;gt; 1 ); ?&#38;gt; 

&#38;lt;?php wp_link_pages( $args ); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now, edit a specific post. In your content editor, you can see Visual and HTML, use HTML instead of visual. In your content paste in the &#60;code&#62;&#38;lt;!--nextpage--&#38;gt;&#60;/code&#62; to where you want the text to cut off. Update it and Check the Preview.&#60;/p&#62;
&#60;p&#62;This specifically applies to posts only. For pages, add it in wp-content\themes\newscast\page.php. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to paginate posts or pages in NEWSCAST?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-paginate-posts-or-pages-in-newscast#post-60057</link>
			<pubDate>Wed, 13 Jun 2012 18:15:06 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">60057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;in my NEWSCAST theme, I have added within long posts or pages &#60;code&#62; &#38;lt;!--nextpage--&#38;gt; &#60;/code&#62; so that they should be splitted in several parts.&#60;/p&#62;
&#60;p&#62;The text is splitted, yes, but I can only see the first part, but I haven't access to the further parts, because it shows no pagination at the bottom of a post or a page.&#60;/p&#62;
&#60;p&#62;I found in &#34;framework&#34; -&#38;gt; &#34;helper_functions&#34; a file pagination.php, obviously is this feature provided, but it doesn't work, i.e. it shows no pagination, neither if it's a post or a page.&#60;/p&#62;
&#60;p&#62;Thanks a lot for any hint.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
