<?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: Pagination for Blog doesn&#039;t work anymore</title>
		<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore</link>
		<description>Support Forum - Topic: Pagination for Blog doesn&#039;t work anymore</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 14:19:45 +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/pagination-for-blog-doesnt-work-anymore" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-62656</link>
			<pubDate>Thu, 28 Jun 2012 16:23:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">62656@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mehrblick,&#60;/p&#62;
&#60;p&#62;One of the limitations with permalinks using plain text names is that they can not have the same name as a page. So yoursite.com/blog/blog-post-2 won't work. The permalink needs to be yoursite.com/blog-item/blog-post-2 in order for there not to be any issues.&#60;/p&#62;
&#60;p&#62;I don't believe there is any way to work around this limitation as its part of the core wordpress files and functions. You can try changing the slug for your blog page to &#34;Our Blog&#34; or something like that which should eliminate the issue if I understand it correctly.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mehrblick on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-62647</link>
			<pubDate>Thu, 28 Jun 2012 15:12:14 +0000</pubDate>
			<dc:creator>mehrblick</dc:creator>
			<guid isPermaLink="false">62647@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need your help again.&#60;/p&#62;
&#60;p&#62;The problem was that there was &#34;blog&#34; used as a category-basis which is also the blog page (mehrblick.at/blog)&#60;br /&#62;
So if I use blog as a category-basis mehrblick.at/blog/page/2 (3,4, etc.) doesn't work or shows the same articles than page 1.&#60;/p&#62;
&#60;p&#62;Do you have an idea how to realize this? &#60;/p&#62;
&#60;p&#62;Under Preferences -&#38;gt; Read I have selected &#34;your last article&#34; as a home page. I can't set Blog as an article page to cause then mehrblick.at/blog looks like the home page (with slider etc).&#60;/p&#62;
&#60;p&#62;I have customized the blog-overview a bit to exclude a category but I also tried it with the default file of the theme but the pagination still doesn't work. Here's my customized version :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;global $more, $k_option;&#60;br /&#62;
$k_option['custom']['bodyclass'] = &#34;&#34;; // $k_option['custom']['bodyclass'] = &#34;class='fullwidth'&#34;;&#60;br /&#62;
get_header();&#60;br /&#62;
$negative_cats = preg_replace(&#34;!(\d)+!&#34;,&#34;-${0}$0&#34;, $k_option['blog']['blog_cat_final']);&#60;br /&#62;
$query_string = &#34;cat=&#34;.$negative_cats.&#34;&#38;amp;paged=$paged&#34;;&#60;br /&#62;
$page = (get_query_var('paged')) ? get_query_var('paged') : 1;&#60;br /&#62;
query_posts(&#34;paged=$page&#38;amp;cat=-65&#34;);&#60;br /&#62;
...&#60;br /&#62;
...&#60;br /&#62;
kriesi_pagination();&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-61950</link>
			<pubDate>Mon, 25 Jun 2012 04:30:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">61950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad that this was resolved. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mehrblick on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-61914</link>
			<pubDate>Sun, 24 Jun 2012 13:12:28 +0000</pubDate>
			<dc:creator>mehrblick</dc:creator>
			<guid isPermaLink="false">61914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It works!&#60;/p&#62;
&#60;p&#62;I have updated some files and also changed the permalink-setting category-basis &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mehrblick on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-61453</link>
			<pubDate>Thu, 21 Jun 2012 16:33:58 +0000</pubDate>
			<dc:creator>mehrblick</dc:creator>
			<guid isPermaLink="false">61453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok it does work if I set my permalink-settings to standard instead of &#34;month and name&#34;.&#60;br /&#62;
But we always used &#34;month and name&#34;.&#60;/p&#62;
&#60;p&#62;So&#60;br /&#62;
&#60;a href=&#34;http://mehrblick.at/blog&#34; rel=&#34;nofollow&#34;&#62;http://mehrblick.at/blog&#60;/a&#62;  works&#60;br /&#62;
&#60;a href=&#34;http://mehrblick.at/blog/page/2/&#34; rel=&#34;nofollow&#34;&#62;http://mehrblick.at/blog/page/2/&#60;/a&#62; doesn't work (!)&#60;/p&#62;
&#60;p&#62;Archives:&#60;br /&#62;
&#60;a href=&#34;http://mehrblick.at/blog/CATEGORY/&#34; rel=&#34;nofollow&#34;&#62;http://mehrblick.at/blog/CATEGORY/&#60;/a&#62; works&#60;br /&#62;
&#60;a href=&#34;http://mehrblick.at/blog/CATEGORY/page/2/&#34; rel=&#34;nofollow&#34;&#62;http://mehrblick.at/blog/CATEGORY/page/2/&#60;/a&#62; works
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mehrblick on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-60985</link>
			<pubDate>Tue, 19 Jun 2012 18:20:31 +0000</pubDate>
			<dc:creator>mehrblick</dc:creator>
			<guid isPermaLink="false">60985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, I tried to activate a new display version but same problem still with the new display.&#60;br /&#62;
I also tried to activate the new display version on a NEW wordpress installation and on ANOTHER HOST there was the same problem, so everyone must have problems with this pagination in wordpress 3.3+, i guess.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mehrblick on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-60980</link>
			<pubDate>Tue, 19 Jun 2012 18:00:17 +0000</pubDate>
			<dc:creator>mehrblick</dc:creator>
			<guid isPermaLink="false">60980@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have tried a lot of things, including deactivating of plugins, trying another pagination system, checking permalink settings etc.&#60;/p&#62;
&#60;p&#62;I also tried to replace the template_blog.php and the pagination.php.&#60;br /&#62;
Do you know other files that influence the pagination system of display and that I should update (I can't easily update all files cause I've done a lot of changes)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-60807</link>
			<pubDate>Mon, 18 Jun 2012 21:01:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">60807@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mehrblick,&#60;/p&#62;
&#60;p&#62;Without more information its hard to say what could have caused it to suddenly stop working. It could be a change in your htaccess file for permalinks, a plugin, permissions on the hosting account, or incompatibility with the older version of Display and wordpress 3.3. &#60;/p&#62;
&#60;p&#62;If you want to try updating, you can see which files specifically have been updated in the version.rtf inside the folder you download fro themeforest. Then you can replace just those updated files to update your theme and replace anything individually that you have customized.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mehrblick on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-60801</link>
			<pubDate>Mon, 18 Jun 2012 20:51:14 +0000</pubDate>
			<dc:creator>mehrblick</dc:creator>
			<guid isPermaLink="false">60801@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just 1.1 but if I do an Update, changes I've done (such as facebook implementation etc.) will be deleted, right?&#60;/p&#62;
&#60;p&#62;But the last update was in 2010 and 2 weeks ago the pagination worked well. It's also not a failure because of my (small) changes in template_blog.php because I tried a backup-file which is a few months old and it still doesn't work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-60698</link>
			<pubDate>Mon, 18 Jun 2012 06:28:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">60698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Which version of Display are you using? The latest version is 2.0.3 as far as I know. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mehrblick on "Pagination for Blog doesn&#039;t work anymore"</title>
			<link>http://www.kriesi.at/support/topic/pagination-for-blog-doesnt-work-anymore#post-60226</link>
			<pubDate>Thu, 14 Jun 2012 17:20:55 +0000</pubDate>
			<dc:creator>mehrblick</dc:creator>
			<guid isPermaLink="false">60226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Months ago I did a small change of the template_blog.php to make some categories disappear in the blog overview but that's not the reason for the problem, because I tried to reset it with the unmodified backup-file&#60;/p&#62;
&#60;p&#62;For about 1 or 2 weeks, the pagination on the blog overview doesn't work anymore (look at mehrblick.at/blog) but the pagination in archives still work. I'm also pretty sure that the permalink didn't change in this phase. I just know that I updated Wordpress from 3.2 to 3.3 two weeks ago. &#60;/p&#62;
&#60;p&#62;Do you have an idea?&#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
