<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.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>Vfxdude &#187; Tag: pagination - Recent Posts</title>
		<link>http://www.vfxdude.com/forum/tags/pagination</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 05:52:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/tags/pagination" rel="self" type="application/rss+xml" />

		<item>
			<title>dubief on "BFThumbs and Pagination not working"</title>
			<link>http://www.vfxdude.com/forum/topic/bfthumbs-and-pagination-not-working#post-13084</link>
			<pubDate>Fri, 08 Mar 2013 01:09:06 +0000</pubDate>
			<dc:creator>dubief</dc:creator>
			<guid isPermaLink="false">13084@http://www.vfxdude.com/forum/</guid>
			<description><p>You rock! Thanks so much :)
</p></description>
		</item>
		<item>
			<title>vfxdude on "BFThumbs and Pagination not working"</title>
			<link>http://www.vfxdude.com/forum/topic/bfthumbs-and-pagination-not-working#post-13081</link>
			<pubDate>Thu, 07 Mar 2013 18:19:56 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">13081@http://www.vfxdude.com/forum/</guid>
			<description><p>Use the category slug and not the name: <code>category="main-course"</code></p>
<p>btw, there is also another method to the page navigation not using javascript. The advantage with the javascript method is that there can be many bfthumbs with page navigations in one page, but the disadvantage is that the other pages do not have unique urls that can be linked to. Enable this by using this parameter: <code>ajaxnav="false"</code>
</p></description>
		</item>
		<item>
			<title>dubief on "BFThumbs and Pagination not working"</title>
			<link>http://www.vfxdude.com/forum/topic/bfthumbs-and-pagination-not-working#post-13079</link>
			<pubDate>Thu, 07 Mar 2013 17:27:05 +0000</pubDate>
			<dc:creator>dubief</dc:creator>
			<guid isPermaLink="false">13079@http://www.vfxdude.com/forum/</guid>
			<description><p>My good friend is now also using BigFeature which is a fantastic way to highlight her amazing photography! I helped her put together some pages using the bfthumbs shortcode + wp page navi. The problem is that while the navigation shows up if you try to navigate to any other pages, it doesn't work. I've read up on WP Page Navi and it seems like it's been set up correctly. The navigation elsewhere works fine, just not where I've implemented BFthumbs. </p>
<p>Can anybody help me figure this out? Thanks so much!<br />
<a href="http://www.healthyseasonalrecipes.com/main-course/" rel="nofollow">http://www.healthyseasonalrecipes.com/main-course/</a>
</p></description>
		</item>
		<item>
			<title>Colorit on "Style for pagination within gallery pages: where is the code for it?"</title>
			<link>http://www.vfxdude.com/forum/topic/style-for-pagination-within-gallery-pages-where-is-the-code-for-it#post-6876</link>
			<pubDate>Thu, 07 Jul 2011 08:41:04 +0000</pubDate>
			<dc:creator>Colorit</dc:creator>
			<guid isPermaLink="false">6876@http://www.vfxdude.com/forum/</guid>
			<description><p>Hi,</p>
<p>I wonder where the code is for the style of the pagination within galleries:</p>
<p><img src="http://i53.tinypic.com/300qh6r.jpg"></p>
<p>I would like to use a style like this under the gallery images:</p>
<p><img src="http://i55.tinypic.com/2nvq8pe.jpg"></p>
<p>which can be done by <a href="http://wordpress.org/extend/plugins/paginator/">plugin</a>.</p>
<p>But this doesn't work, the style shown first above always appears; it seems, that this code is implemented in the theme, but where and how can I change it to another pagination plugin - or is this just a NextGen Gallery pagination?</p>
<p>Thanks.
</p></description>
		</item>
		<item>
			<title>vfxdude on "Remove Featured Image from 2nd + pages of paginated post."</title>
			<link>http://www.vfxdude.com/forum/topic/remove-featured-image-from-2nd-pages-of-paginated-post#post-6609</link>
			<pubDate>Tue, 24 May 2011 10:28:41 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6609@http://www.vfxdude.com/forum/</guid>
			<description><p>add this code to the <a href="http://www.vfxdude.com/bigfeature/2009/10/faq/#childtheme">child theme</a> functions.php (install <a href="http://www.vfxdude.com/downloads/">bfBlank</a> if you are not already using a child theme):</p>
<pre><code>add_action( &#39;wp_head&#39;, &#39;remove_paged_featuredimage&#39; );
function remove_paged_featuredimage() {
	if (is_single() &#38;&#38; get_query_var(&#39;page&#39;)) remove_action( &#39;bf_featured&#39;, &#39;bf_featured_area&#39; );
}</code></pre></description>
		</item>
		<item>
			<title>The Blog Guy on "Remove Featured Image from 2nd + pages of paginated post."</title>
			<link>http://www.vfxdude.com/forum/topic/remove-featured-image-from-2nd-pages-of-paginated-post#post-6606</link>
			<pubDate>Mon, 23 May 2011 19:25:25 +0000</pubDate>
			<dc:creator>The Blog Guy</dc:creator>
			<guid isPermaLink="false">6606@http://www.vfxdude.com/forum/</guid>
			<description><p>I want to make it so that the featured image only appears at the top of the 1st page of posts that are paginated with the &#60;!--nextpage--&#62; quick tag (in single.php)... but can't figure it out.  Help?
</p></description>
		</item>
		<item>
			<title>admartinator on "pagination on static pages"</title>
			<link>http://www.vfxdude.com/forum/topic/pagination-on-static-pages#post-6586</link>
			<pubDate>Wed, 18 May 2011 19:22:58 +0000</pubDate>
			<dc:creator>admartinator</dc:creator>
			<guid isPermaLink="false">6586@http://www.vfxdude.com/forum/</guid>
			<description><p>There must a possibility. In Thesis Theme i used before, it worked fine.
</p></description>
		</item>
		<item>
			<title>vfxdude on "pagination on static pages"</title>
			<link>http://www.vfxdude.com/forum/topic/pagination-on-static-pages#post-6272</link>
			<pubDate>Mon, 04 Apr 2011 19:08:20 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6272@http://www.vfxdude.com/forum/</guid>
			<description><p>nope, but you can fake it with <a href="http://wordpress.org/extend/plugins/next-page-not-next-post/">this plugin</a>.
</p></description>
		</item>
		<item>
			<title>myrto on "pagination on static pages"</title>
			<link>http://www.vfxdude.com/forum/topic/pagination-on-static-pages#post-6267</link>
			<pubDate>Mon, 04 Apr 2011 12:19:29 +0000</pubDate>
			<dc:creator>myrto</dc:creator>
			<guid isPermaLink="false">6267@http://www.vfxdude.com/forum/</guid>
			<description><p>Hello,<br />
Is it posible to add pagination to static pages?<br />
I know it works with the posts when you add<br />
<code>&#60;!--nextpage--&#62;</code><br />
but not on the static pages.</p>
<p>All the best,<br />
Myrto
</p></description>
		</item>

	</channel>
</rss>
