<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: Dynamic Population - Limit on # of posts?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-limit-on-of-posts</link>
		<description>Gravity Support Forums Topic: Dynamic Population - Limit on # of posts?</description>
		<language>en-US</language>
		<pubDate>Mon, 13 Apr 2026 07:54:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/dynamic-population-limit-on-of-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Dynamic Population - Limit on # of posts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-limit-on-of-posts#post-45652</link>
			<pubDate>Thu, 05 Jan 2012 19:45:24 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">45652@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi RaisedonIndie,&#60;/p&#62;
&#60;p&#62;I did a test on my local machine and was unable to recreate this issue. Are all 139 posts in that category published? Was the &#34;showposts&#34; parameter you included in your code example above a typo? It should be &#34;numberposts&#34;.&#60;/p&#62;
&#60;p&#62;Assuming you are using something similar to the code in the tutorial to get the posts, try echoing out the count of the returned $posts. This will help you pin point whether there is a conflict with how you are retrieving them vs a conflict with how GF is handling the posts you've retrieved.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
echo count($posts);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>raisedonindie on "Dynamic Population - Limit on # of posts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-limit-on-of-posts#post-45546</link>
			<pubDate>Wed, 04 Jan 2012 23:03:38 +0000</pubDate>
			<dc:creator>raisedonindie</dc:creator>
			<guid isPermaLink="false">45546@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks to be 100 - posts are listed in alphabetical order. There are currently 139 posts in that category. As a new post is added that would alphabetically fall within the first 100 posts another post drops off the bottom.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Dynamic Population - Limit on # of posts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-limit-on-of-posts#post-45277</link>
			<pubDate>Mon, 02 Jan 2012 12:17:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How many posts are there in that category, and how many are showing up in the drop down?  Looks like about 100 show up in the drop down, but how many should there be, and is there any pattern to the ones which are missing?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raisedonindie on "Dynamic Population - Limit on # of posts?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-population-limit-on-of-posts#post-45213</link>
			<pubDate>Fri, 30 Dec 2011 21:49:13 +0000</pubDate>
			<dc:creator>raisedonindie</dc:creator>
			<guid isPermaLink="false">45213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have followed the instructions at the How To for &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#34; rel=&#34;nofollow&#34;&#62;dynamically populating drop down fields. &#60;/a&#62; I have tried adjusting the code and can't get it to pull all posts under the category I wish. &#60;/p&#62;
&#60;p&#62;Here is the line of code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$posts = get_posts(&#38;quot;cat=4&#38;amp;showposts=-1&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It is pulling the posts but not all&#60;/p&#62;
&#60;p&#62;The form can be seen at &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.raisedonindie.com/submit-music-video/&#34; rel=&#34;nofollow&#34;&#62;http://www.raisedonindie.com/submit-music-video/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and the drop down in question is under Artist&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
