<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.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>bbPress Support Forums &#187; Tag: permalink - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/permalink</link>
		<description>bbPress Support Forums &#187; Tag: permalink - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 13:30:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/permalink" rel="self" type="application/rss+xml" />

		<item>
			<title>mr_pilot on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101109</link>
			<pubDate>Wed, 04 Apr 2012 05:39:20 +0000</pubDate>
			<dc:creator>mr_pilot</dc:creator>
			<guid isPermaLink="false">101109@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks John!</p>
<p>You´re right, that´s pretty deep in the core. Though from a SEO perspective it´s also a nightmare to start a project with URLs you have to rewrite later ;) - Let me know if I can contribute in this special case, the project itsels made huge steps forward - thanks for your work.
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101094</link>
			<pubDate>Tue, 03 Apr 2012 22:40:39 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101094@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>mr_pilot,</p>
<p>The BuddyPress permalink structure is hardcoded to look for specific criteria in specific positions. It doesn't really scale well, and we're going to change it in future versions to use proper rewrite rules, but until then it would be a huge nightmare to change; even then, your changes would end up broken when we make improvements to the API.</p>
<p>The rewrite rules themselves get created in register_post_type() in /wp-includes/post.php. Lots of complex logic in there, and I doubt there are many better examples on how to write your own rewrite rules completely from scratch than inside that function.
</p>]]></description>
					</item>
		<item>
			<title>mr_pilot on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101068</link>
			<pubDate>Tue, 03 Apr 2012 12:59:31 +0000</pubDate>
			<dc:creator>mr_pilot</dc:creator>
			<guid isPermaLink="false">101068@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi!</p>
<p>I´m running a wordpress/buddypess/bbpress combination and I also need to change the permalink structure, in a bit different way then eleram - I´m looking for a more logic structure in all forums: example.com/forum/name-of-forum/name-of-post/</p>
<p>-&#62; replace slug "forum" by name of forum<br />
-&#62; replace "topic" by name of topic</p>
<p>I can customize the code, but I´m not sure where to look on.</p>
<p>@John: "WordPress handles the rewrite rules for bbPress's content types" -&#62; where do I have to look for (bbpress´ custom post types) to adjust the permalink logic? </p>
<p>Of course I will share my customization as soon a sfinished.</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101054</link>
			<pubDate>Mon, 02 Apr 2012 20:01:27 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101054@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Correct, but you'll need to be creative, since you'll want to unset or override existing rules.
</p>]]></description>
					</item>
		<item>
			<title>eleram on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101053</link>
			<pubDate>Mon, 02 Apr 2012 19:27:02 +0000</pubDate>
			<dc:creator>eleram</dc:creator>
			<guid isPermaLink="false">101053@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks John<br />
so I need to use "Rewrite API/add rewrite rule" in wordpress, isn't?!
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101051</link>
			<pubDate>Mon, 02 Apr 2012 19:19:26 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101051@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Unfortunately not easily. WordPress handles the rewrite rules for bbPress's content types. It's possible to overload them, but you'll need to do so on your own.
</p>]]></description>
					</item>
		<item>
			<title>eleram on "Change the permalink of topics from name to ID (bbPress Plugin)"</title>
			<link>http://bbpress.org/forums/topic/change-the-permalink-of-topics-from-name-to-id-bbpress-plugin#post-101046</link>
			<pubDate>Mon, 02 Apr 2012 18:08:43 +0000</pubDate>
			<dc:creator>eleram</dc:creator>
			<guid isPermaLink="false">101046@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>How can I do this?!</p>
<p><a href="http://127.0.0.1/wp/" rel="nofollow">http://127.0.0.1/wp/</a> %Topic_slug% /%topic_name%</p>
<p>to :</p>
<p><a href="http://127.0.0.1/wp/" rel="nofollow">http://127.0.0.1/wp/</a> %Topic_slug% / %topic_ID%</p>
<p>Example:</p>
<p>h ttp://127.0.0.1/wp/topic/test-topic</p>
<p>to</p>
<p>h ttp://127.0.0.1/wp/topic/1234
</p>]]></description>
					</item>
		<item>
			<title>Rastarr on "Add some descriptive text - how?"</title>
			<link>http://bbpress.org/forums/topic/add-some-descriptive-text-how#post-100101</link>
			<pubDate>Thu, 15 Mar 2012 00:08:31 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">100101@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I actually would prefer to add some placeholder test between the Forum Title and the breadcrumbs.</p>
<p>Any ideas where this stuff is output?<br />
The unfortunate part is it's likely to be overwritten on any and all plugin updates though.
</p>]]></description>
					</item>
		<item>
			<title>OC2PS on "Add some descriptive text - how?"</title>
			<link>http://bbpress.org/forums/topic/add-some-descriptive-text-how#post-99679</link>
			<pubDate>Mon, 12 Mar 2012 12:05:00 +0000</pubDate>
			<dc:creator>OC2PS</dc:creator>
			<guid isPermaLink="false">99679@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You can write a post and pin it to the top, like JJJ does on these forums (and is generally the accepted norm on most forums)</p>
<p>If you want the instructions to be upfront (and if they are short enough), you might want to try putting them in the description of a forum.
</p>]]></description>
					</item>
		<item>
			<title>Rastarr on "Add some descriptive text - how?"</title>
			<link>http://bbpress.org/forums/topic/add-some-descriptive-text-how#post-99626</link>
			<pubDate>Mon, 12 Mar 2012 10:39:04 +0000</pubDate>
			<dc:creator>Rastarr</dc:creator>
			<guid isPermaLink="false">99626@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, </p>
<p>When I created my forum menu, I used the permalink i.e /forum</p>
<p>Now I find I would like to add some preface instructions to give my users (especially casual posters) some informative instructions on how to post. How to do this is often lost on people wanting to post first time questions.</p>
<p>Is there a way to do this? Can I convert from the permalink to an actual Page with a shortcode and still keep the same URLs / permalink setup I have now?</p>
<p>Clues?
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-98626</link>
			<pubDate>Mon, 27 Feb 2012 17:06:35 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">98626@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Closing. If you have any questions regarding shortcodes feel free to create a new thread.
</p>]]></description>
					</item>
		<item>
			<title>drsim on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-98007</link>
			<pubDate>Fri, 10 Feb 2012 05:12:53 +0000</pubDate>
			<dc:creator>drsim</dc:creator>
			<guid isPermaLink="false">98007@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>can i use the reply short code in the place of wordpress comment ? i am running bbpress as plugin.<br />
thanks
</p>]]></description>
					</item>
		<item>
			<title>mohammadg on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-97562</link>
			<pubDate>Fri, 27 Jan 2012 13:57:53 +0000</pubDate>
			<dc:creator>mohammadg</dc:creator>
			<guid isPermaLink="false">97562@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for this! Really helped me out.
</p>]]></description>
					</item>
		<item>
			<title>Nirzol1 on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-97551</link>
			<pubDate>Fri, 27 Jan 2012 05:58:18 +0000</pubDate>
			<dc:creator>Nirzol1</dc:creator>
			<guid isPermaLink="false">97551@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hello<br />
shortcode is good.<br />
But how can I remove breadcrumbs plz ?</p>
<p>Because I use two shortcode :<br />
[bbp-forum-index]<br />
[bbp-topic-index]</p>
<p>And I have breadcrumbs for forum and an other for topic. Maybe make a shortcode like this is t possible ?</p>
<p>[bbp-topic-index breadcrumbs=false]</p>
<p>And are they  way to say number topics to display ? </p>
<p>thx for help !  :)
</p>]]></description>
					</item>
		<item>
			<title>Themes Support on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-96703</link>
			<pubDate>Thu, 05 Jan 2012 00:49:16 +0000</pubDate>
			<dc:creator>Themes Support</dc:creator>
			<guid isPermaLink="false">96703@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Use bbPress Post Toolbar at <a href="http://wordpress.org/extend/plugins/bbpress-post-toolbar/" rel="nofollow">http://wordpress.org/extend/plugins/bbpress-post-toolbar/</a>
</p>]]></description>
					</item>
		<item>
			<title>DennisBarkerCV on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-96408</link>
			<pubDate>Tue, 27 Dec 2011 16:41:39 +0000</pubDate>
			<dc:creator>DennisBarkerCV</dc:creator>
			<guid isPermaLink="false">96408@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Kamikazeek,<br />
This is the best way to add forums</p>
<p>pick a theme that supports menus</p>
<p>1)create a page<br />
2)add page to menu<br />
3)select menu as active<br />
4)add all of the shortcodes from the shortcode sticky thread to your newly created page<br />
5)take out the shortcodes you do not require</p>
<p>Thats the way I do it at least.<br />
Regards<br />
Dennis
</p>]]></description>
					</item>
		<item>
			<title>kamikazeek on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-96355</link>
			<pubDate>Mon, 26 Dec 2011 10:37:18 +0000</pubDate>
			<dc:creator>kamikazeek</dc:creator>
			<guid isPermaLink="false">96355@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@jumpmuz: it does not....i've tried...
</p>]]></description>
					</item>
		<item>
			<title>jumpmuz on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-96239</link>
			<pubDate>Fri, 23 Dec 2011 03:41:49 +0000</pubDate>
			<dc:creator>jumpmuz</dc:creator>
			<guid isPermaLink="false">96239@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@kamikazeek I think if you change to the twentyeleven theme it works.. maybe</p>
<p>@bbpress looks like you have been spammed!
</p>]]></description>
					</item>
		<item>
			<title>kamikazeek on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-96081</link>
			<pubDate>Tue, 20 Dec 2011 10:01:29 +0000</pubDate>
			<dc:creator>kamikazeek</dc:creator>
			<guid isPermaLink="false">96081@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Anybody? :) Suggestion?
</p>]]></description>
					</item>
		<item>
			<title>kamikazeek on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-96014</link>
			<pubDate>Sun, 18 Dec 2011 09:24:26 +0000</pubDate>
			<dc:creator>kamikazeek</dc:creator>
			<guid isPermaLink="false">96014@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello. I have some problems with the forum :( (location: <a href="http://boldogics.com/home/forums/)" rel="nofollow">http://boldogics.com/home/forums/)</a></p>
<p>Some pages are working, and some pages are not visible...</p>
<p>I've tried some shortcodes, but nothing logical....</p>
<p>@folgerj : i've seen your forum. Can you please help me to configure mine too?
</p>]]></description>
					</item>
		<item>
			<title>Calorie Counter on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-95909</link>
			<pubDate>Thu, 15 Dec 2011 14:15:44 +0000</pubDate>
			<dc:creator>Calorie Counter</dc:creator>
			<guid isPermaLink="false">95909@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@sravankumardv</p>
<p>I think your code should read:</p>
<p>[bbp-single-forum id=36]</p>
<p>instead of:</p>
<p>[bbp-single-forum id=$Introduction]</p>
<p>I hope this helps...
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "bbp_get_forum_title is pulling the topic title instead"</title>
			<link>http://bbpress.org/forums/topic/bbp_get_forum_title-is-pulling-the-topic-title-instead#post-95604</link>
			<pubDate>Mon, 12 Dec 2011 11:21:50 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">95604@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You need to actually do your query loop, probably using bbp_has_posts()</p>
<p>The if 'forum' ==  bit will always equal true, so you can remove it.
</p>]]></description>
					</item>
		<item>
			<title>aravoth2011 on "bbp_get_forum_title is pulling the topic title instead"</title>
			<link>http://bbpress.org/forums/topic/bbp_get_forum_title-is-pulling-the-topic-title-instead#post-95589</link>
			<pubDate>Mon, 12 Dec 2011 07:01:17 +0000</pubDate>
			<dc:creator>aravoth2011</dc:creator>
			<guid isPermaLink="false">95589@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>you can see an example of what I'm trying to pull off at <a href="http://test.objectsinmotion.org" rel="nofollow">http://test.objectsinmotion.org</a></p>
<p>The area in question is the meta data for the post that is situated just below the featured slider. You'll see an area that reads "posted in". It should say "posted in General Discussion", rather than "posted in whatever the topic title is"
</p>]]></description>
					</item>
		<item>
			<title>aravoth2011 on "bbp_get_forum_title is pulling the topic title instead"</title>
			<link>http://bbpress.org/forums/topic/bbp_get_forum_title-is-pulling-the-topic-title-instead#post-95587</link>
			<pubDate>Mon, 12 Dec 2011 06:59:53 +0000</pubDate>
			<dc:creator>aravoth2011</dc:creator>
			<guid isPermaLink="false">95587@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have noticed that my permalink structure when viewing a forum topic looks like this <a href="http://test.website.com/topic/topic-title" rel="nofollow">http://test.website.com/topic/topic-title</a>,</p>
<p>could this have something to do with it? Shouldn't the permalink look like..</p>
<p><a href="http://test.website.com/forum-title/topic-title" rel="nofollow">http://test.website.com/forum-title/topic-title</a> ?</p>
<p>Honestly I'm kinda baffled. even bbp_get_topic_forum_title only pulls the topic title.
</p>]]></description>
					</item>
		<item>
			<title>aravoth2011 on "bbp_get_forum_title is pulling the topic title instead"</title>
			<link>http://bbpress.org/forums/topic/bbp_get_forum_title-is-pulling-the-topic-title-instead#post-95556</link>
			<pubDate>Sun, 11 Dec 2011 16:54:46 +0000</pubDate>
			<dc:creator>aravoth2011</dc:creator>
			<guid isPermaLink="false">95556@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>When I use bbp_get_forum_title to pull the forum title for display on the front page of my website, it pulls the topic title instead.</p>
<p>The idea is to display the forum title like categories are displayed in wordpress.</p>
<p>To do this I'm using breadcrumbs, so my code looks like..</p>
<pre><code>&#60;?php $show_sep = false; ?&#62;
			&#60;?php if ( &#039;forum&#039; == bbp_get_forum_post_type() ) : ?&#62;
			&#60;?php
				$breadcrumbs = &#039;&#60;a href=&#34;&#039; . bbp_get_forum_permalink( $parent-&#62;ID ) . &#039;&#34;&#62;&#039; . bbp_get_forum_title( $parent-&#62;ID ) . &#039;&#60;/a&#62;&#039;;
                                if ( $breadcrumbs ) :
			?&#62;
			&#60;span class=&#34;cat-links&#34;&#62;
				&#60;?php printf( __( &#039;&#60;span class=&#34;%1$s&#34;&#62;Posted in&#60;/span&#62; %2$s &#039; ),&#039;&#039;, $breadcrumbs);
				$show_sep = true; ?&#62;
			&#60;/span&#62;
			&#60;?php endif; // End if $breadcrumbs ?&#62;</code></pre>
<p>It's not working, it's displaying the topic title instead. In fact I went through several variations of this, several of them not using breadcrumbs, but every time I would use bbp_get_forum_title, or bbp_get_topic_forum_title, and I just couldn't get it to work. </p>
<p>I'm wondering if there is something wrong with my code, or if anyone knows any other reason why bbp_get_forum_title would display the topic title instead.</p>
<p>I really just started learning all this stuff recently, so I could really use a hint or two..</p>
<p>Thanks for any help anyone can offer.
</p>]]></description>
					</item>
		<item>
			<title>sravankumardv on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes/page/2#post-95333</link>
			<pubDate>Wed, 07 Dec 2011 20:08:02 +0000</pubDate>
			<dc:creator>sravankumardv</dc:creator>
			<guid isPermaLink="false">95333@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi  i tried using the code [bbp-single-forum id=$forum_id]  as<br />
[bbp-single-forum id=$Introduction]  where Introduction is the forum id, but it is not working. Please help me. Can you exactly mention what is the forum id here, is it the title what we provide for the forum .
</p>]]></description>
					</item>
		<item>
			<title>David100351 on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes#post-95314</link>
			<pubDate>Wed, 07 Dec 2011 13:31:13 +0000</pubDate>
			<dc:creator>David100351</dc:creator>
			<guid isPermaLink="false">95314@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@Hagandasz<br />
I had problems finding this, too.</p>
<p>Go to Forums on Dashboard.<br />
Hover the mouse over the title of the forum, and a link comes up at the bottom of the page. (In Opera it does, anyway)</p>
<p>e.g. <a href="http://pour-your-heart-out.com/wp-admin/post.php?post=36&#038;action=edit" rel="nofollow">http://pour-your-heart-out.com/wp-admin/post.php?post=36&#038;action=edit</a></p>
<p>in this case, $forum_id is 36<br />
you don't use the $</p>
<p>The same principle works with the rest. I know it says "post=36" but I guess that's just how wordpress stores stuff.
</p>]]></description>
					</item>
		<item>
			<title>Smatthee on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes#post-94671</link>
			<pubDate>Sat, 26 Nov 2011 08:25:17 +0000</pubDate>
			<dc:creator>Smatthee</dc:creator>
			<guid isPermaLink="false">94671@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I think I may have figured it out.</p>
<p>If I add a topic through the WP dashboard it creates this wierd "comments are closed" thing, but if I add them directly through the blog it seems to work...</p>
<p>Strange.
</p>]]></description>
					</item>
		<item>
			<title>Smatthee on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes#post-94670</link>
			<pubDate>Sat, 26 Nov 2011 08:19:42 +0000</pubDate>
			<dc:creator>Smatthee</dc:creator>
			<guid isPermaLink="false">94670@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for the post, it has been a great help!</p>
<p>I am still struggling to get the topics to work. When I click on the topic it has my description an then it says "Comments are closed." and there is no way to post anything...</p>
<p>Have a look here: <a href="http://urbanbeeguild.org.au/?page_id=227" rel="nofollow">http://urbanbeeguild.org.au/?page_id=227</a></p>
<p>Any help would be GREATLY appreciated :)</p>
<p>Thanks,<br />
Simon
</p>]]></description>
					</item>
		<item>
			<title>hscoder on "bbPress 2.0 - Shortcodes"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-shortcodes#post-94426</link>
			<pubDate>Sun, 20 Nov 2011 14:52:13 +0000</pubDate>
			<dc:creator>hscoder</dc:creator>
			<guid isPermaLink="false">94426@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>if you want to know that how to use bbpress shortcodes, check this link :</p>
<p><a href="http://www.authorcode.com/forums/topic/how-to-use-bbpress-shortcodes-in-wordpress-site/" rel="nofollow">http://www.authorcode.com/forums/topic/how-to-use-bbpress-shortcodes-in-wordpress-site/</a>
</p>]]></description>
					</item>

	</channel>
</rss>

