<?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 | Guust | Activity</title>
	<link>https://buddypress.org/members/goldroo/activity/</link>
	<atom:link href="https://buddypress.org/members/goldroo/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Guust.</description>
	<lastBuildDate>Sat, 04 Apr 2026 02:41:38 +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">47de59adbf5ab45d5244e00bb0b55f65</guid>
				<title>Guust replied to the topic [Resolved] Adding Biographical Info to the Buddypress profile page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/adding-biographical-info-to-the-buddypress-profile-page/#post-155984</link>
				<pubDate>Sun, 10 Mar 2013 21:49:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Still not right, although I format the code as code, it does not quite post correctly.<br />
See here for the correct code: <a href="http://wordpress.org/support/topic/adding-biographical-info-and-other-info-to-the-buddypress-profile-page" rel="nofollow ugc">http://wordpress.org/support/topic/adding-biographical-info-and-other-info-to-the-buddypress-profile-page</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e2ae5a62cd1ae3ff066b3dda9e25ff99</guid>
				<title>Guust replied to the topic [Resolved] Adding Biographical Info to the Buddypress profile page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/adding-biographical-info-to-the-buddypress-profile-page/#post-155983</link>
				<pubDate>Sun, 10 Mar 2013 21:48:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>The code above is not quite correct, I&#8217;ll try to add it again without the php statement:<br />
`$key = &#8216;description&#8217;;<br />
  $single = true;<br />
  $user_last = get_user_meta( (bp_displayed_user_id()), $key, $single );<br />
  [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">149d3ac42b56e974b3f91da40db625e4</guid>
				<title>Guust replied to the topic [Resolved] Adding Biographical Info to the Buddypress profile page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/adding-biographical-info-to-the-buddypress-profile-page/#post-155982</link>
				<pubDate>Sun, 10 Mar 2013 21:32:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>Figured out how to add the description:<code>&lt;?php<br />
  $key = &amp;#039;description&amp;#039;;<br />
  $single = true;<br />
  $user_last = get_user_meta( (bp_displayed_user_id()), $key, $single );<br />
  echo &amp;#039;&#039; . $user_last . &#039;&#039;;<br />
?&gt;</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">39edcfe66dc25d54d75e6b37c9f5585f</guid>
				<title>Guust started the topic [Resolved] Adding Biographical Info to the Buddypress profile page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/adding-biographical-info-to-the-buddypress-profile-page/</link>
				<pubDate>Sat, 09 Mar 2013 23:22:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>I would like to add an author&#8217;s Biographical Info to the Buddypress profile page.<br />
I would like to add the info to the child-theme/members/single/member-header.php file (at least that is where I think it should [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>