<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuddyPress.org | robparker | Mentions</title>
	<link>https://buddypress.org/members/robparker/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/robparker/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning robparker.</description>
	<lastBuildDate>Sat, 18 Apr 2026 23:26:52 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">0c2eec85340bd09d09550b77875f2842</guid>
				<title>Henry Wright replied to the topic [Resolved] Using bp displayed user to query posts in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/using-bp-displayed-user-to-query-posts/#post-188779</link>
				<pubDate>Sat, 30 Aug 2014 15:27:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/members/robparker/" rel="nofollow ugc">@robparker</a>,</p>
<p>May I ask why you&#8217;re querying by username and not by user ID?</p>
<p>You can simply use the <code>author</code> parameter with <code>WP_Query</code>. Using what you linked to as an example:</p>
<p><code>$args = array(<br />
    &#039;posts_per_page&#039; =&gt; 10,<br />
    &#039;paged&#039; =&gt; $paged,<br />
    &#039;ignore_sticky_posts&#039; =&gt; 1,<br />
    &#039;author&#039; =&gt; $user_id<br />
);<br />
$query = new WP_Query( $args );</code></p>
<p>Where <code>$user_id</code>&hellip;<span class="activity-read-more" id="activity-read-more-296229"><a href="http://buddypress.org/support/topic/using-bp-displayed-user-to-query-posts/#post-188779" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>