<?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: Populate dropdown with custom post type post name by author</title>
		<link>https://legacy.forums.gravityhelp.com/topic/populate-dropdown-with-custom-post-type-post-name-by-author</link>
		<description>Gravity Support Forums Topic: Populate dropdown with custom post type post name by author</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:12:09 +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/populate-dropdown-with-custom-post-type-post-name-by-author" rel="self" type="application/rss+xml" />

		<item>
			<title>Drew M. Turner on "Populate dropdown with custom post type post name by author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dropdown-with-custom-post-type-post-name-by-author#post-99722</link>
			<pubDate>Thu, 06 Dec 2012 14:56:07 +0000</pubDate>
			<dc:creator>Drew M. Turner</dc:creator>
			<guid isPermaLink="false">99722@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By default get_posts gets 5 posts.&#60;/p&#62;
&#60;p&#62;By adding numberposts = -1, you will get all.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$posts = get_posts(&#38;quot;post_type=$post_type&#38;amp;numberposts=-1&#38;quot;);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>apertureboy on "Populate dropdown with custom post type post name by author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-dropdown-with-custom-post-type-post-name-by-author#post-66066</link>
			<pubDate>Fri, 13 Jul 2012 04:39:26 +0000</pubDate>
			<dc:creator>apertureboy</dc:creator>
			<guid isPermaLink="false">66066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am using this code on this page &#60;a href=&#34;http://pastie.org/1617402&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1617402&#60;/a&#62; to popluate a drop down with post titles from a custom post type called events. It is pulling in the 5 most recent titles ok. I need a few options though - how can it pull all the posts, not just 5. And, I have another form where logged in users can can submit that form, which creates the posts in the custom post type events. So, I need this dropdown to only show the post titles that they have created. Right now, the drop down is showing ALL events created by everyone - how can I populate it so its only showing posts that they have created?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Rob
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
