<?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 | BloodSlayer | Mentions</title>
	<link>https://buddypress.org/members/bloodslayer/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/bloodslayer/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning BloodSlayer.</description>
	<lastBuildDate>Mon, 20 Apr 2026 01:54:07 +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">df9899b8cef438c8d6505cda068c60c5</guid>
				<title>Henry Wright replied to the topic [Resolved] Create users Pages in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-users-pages/#post-188557</link>
				<pubDate>Wed, 27 Aug 2014 14:23:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Good point <a href="http://buddypress.org/members/danbp/" rel="nofollow ugc">@danbp</a></p>
<p><a href="http://buddypress.org/members/bloodslayer/" rel="nofollow ugc">@bloodslayer</a>, you&#8217;d need to be logged in as &#8216;editor&#8217; or upwards (admin or super admin) for my example above to work.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7516a13d418dc49a4755f3848ef3e03e</guid>
				<title>Henry Wright replied to the topic [Resolved] Create users Pages in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/create-users-pages/#post-188555</link>
				<pubDate>Wed, 27 Aug 2014 14:14:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/members/bloodslayer/" rel="nofollow ugc">@bloodslayer</a></p>
<p><code>wp_insert_post()</code> is a function provided by WordPress which lets developers add pages to the database without the need to access the WP admin area.</p>
<p>So, as an example, you could use it like this:</p>
<p><code>$post = array(<br />
    &#039;post_content&#039; =&gt; &#039;This is some content&#039;,<br />
    &#039;post_name&#039; =&gt; &#039;this-is-the-page-slug&#039;,<br />
    &#039;post_title&#039; =&gt; &#039;I am the&hellip;</code><span class="activity-read-more" id="activity-read-more-294809"><a href="http://buddypress.org/support/topic/create-users-pages/#post-188555" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>