<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	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>KishPress</title>
	<atom:link href="http://kishpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kishpress.com</link>
	<description>Professional WordPress Tools</description>
	<lastBuildDate>Tue, 13 Dec 2011 04:18:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress Version 3.3 Released</title>
		<link>http://kishpress.com/wordpress-version-3-3-released/</link>
		<comments>http://kishpress.com/wordpress-version-3-3-released/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 04:18:52 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[WordPress New Version]]></category>

		<guid isPermaLink="false">http://kishpress.com/wordpress-version-3-3-released/</guid>
		<description><![CDATA[You should have got the notification to upgrade your WordPress Installation. Most of us do it instantly to have a look and feel of new features, but please make sure that all your plugins are compatible with the new update. I just upgraded my testing installation and found that some of my most used plugins [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignright" src="http://kishpress.com/wp-content/uploads/2011/12/wpid-drag-and-drop.png" alt="" width="250" height="150" />You should have got the notification to upgrade your WordPress Installation. Most of us do it instantly to have a look and feel of new features, but please make sure that all your plugins are compatible with the new update. I just upgraded my testing installation and found that some of my most used plugins are having some conflicts. It&#8217;s always advisable to have a test server where you test all your upgrades and changes before you apply it on a live website.</p>
<h2>What are new features of WordPress 3.3 ?</h2>
<ol>
<li>The Drag and Drop Uploader</li>
<li>Tumblr Importer</li>
<li>Flexible Permalinks</li>
<li>File Type Detection</li>
<li>Menus now fly out</li>
<li>And much more</li>
</ol>
<p>For developers <span class="Apple-style-span" style="font-size: 14px; line-height: 22px;">is_main_query(), </span><span class="Apple-style-span" style="font-size: 14px; line-height: 22px;">WP_Screen API, </span><span class="Apple-style-span" style="font-size: 14px; line-height: 22px;">Editor API Overhaul (You can now easily get the WordPress Editor on Frontend), includes the entire jQuery UI stack and the latest version of jQuery: 1.7.1</span></p>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/wordpress-version-3-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kish Multi Pro</title>
		<link>http://kishpress.com/kish-multi-pro/</link>
		<comments>http://kishpress.com/kish-multi-pro/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 03:38:17 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://kishpress.com/wordpress-plugins/kish-multi-pro/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p></p><div class="shortproduct">
	<div class="img">
		        	            <a class="wpco" rel=""  href="http://kishpress.com/kish-multi-pro/" target="_self" title="Kish Multi Pro"><img src="http://kishpress.com/wp-content/plugins/wp-checkout/vendors/timthumb.php?src=wp-content/uploads/wp-checkout/images/kish-multi-pro-1318209081.jpg&q=80" class="thumb" /></a>			</div>

		
		<div class="pricewrap">
			<span class="price">&#36;<span class="priceinside">49.95</span></span>
			<span class="pricedesc">per unit</span>
		</div>
	
		
	<p class="productdesc">I am sure there are many WordPress users who run multiple blogs and face difficulty in managing all of them like moderating c...</p>
	<br class="wpcocleaner" />
	
	<small></small>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/kish-multi-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting some search results on Tag Pages</title>
		<link>http://kishpress.com/getting-some-search-results-on-tag-pages/</link>
		<comments>http://kishpress.com/getting-some-search-results-on-tag-pages/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 02:16:59 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress Hacks]]></category>

		<guid isPermaLink="false">http://kishpress.com/getting-some-search-results-on-tag-pages/</guid>
		<description><![CDATA[I was looking to make my blog tag pages with more information and not just keeping it a Tag page. Usually on tag pages, we get all the posts for that particular tag. There are some tags which may have only one post and I wanted to add some related posts to those pages. First [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was looking to make my blog tag pages with more information and not just keeping it a Tag page. Usually on tag pages, we get all the posts for that particular tag. There are some tags which may have only one post and I wanted to add some related posts to those pages.</p>
<p>First to get the count of posts for that particular tag on the tag page.</p>
<pre class="brush: php">
$term = get_term_by(&#039;name&#039;, single_tag_title( &#039;&#039;, false ), &#039;post_tag&#039;);
$s=single_tag_title( &#039;&#039;, false );
if($term-&gt;count&lt;5) {
	$num=5;
}
else {
	$num=3;
}
</pre>
<p>You can get the title of the tag whichis $s and decide the number of search results depending upon the tag count.<br />
Show search results for that particular tag</p>
<pre class="brush: php">
&lt;?php
$s=single_tag_title( &#039;&#039;, false );
global $post;
$counter=0;
$paged = (get_query_var(&#039;paged&#039;)) ? get_query_var(&#039;paged&#039;) : 1;
$myposts = get_posts(&#039;numberposts=6&amp;s=&#039;.$s.&#039;&amp;paged=&#039;.$paged);
foreach($myposts as $post) : ?&gt;
	&lt;?php setup_postdata($post);?&gt;
	&lt;div class=&quot;kishhomepostcontainer&quot;&gt;
		&lt;div class=&quot;kishpostthumb&quot;&gt;
			&lt;?php $thumb=get_the_thumb(141,88); ?&gt;
			&lt;?php if ($thumb!=&#039;&#039;) {
				echo &#039;&lt;img src=&quot;&#039;.$thumb.&#039;&quot; alt=&quot;&#039;. get_the_title().&#039;&quot; /&gt;&#039;;
			}?&gt;
		&lt;/div&gt;
		&lt;div class=&quot;kishpostsnippet&quot; style=&quot;width:300px;&quot;&gt;
			&lt;h2&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
			&lt;?php echo substr(strip_tags(get_the_content()), 0, 200); ?&gt;...
		&lt;/div&gt;
	&lt;/div&gt;&lt;div style=&quot;clear:both;&quot;&gt;&lt;/div&gt;
	&lt;?php $counter  ;
	 endforeach; ?&gt;
	&lt;/div&gt;
</pre>
<p>This can make your tag pages more informative to your visitors, could help in reducing bounce rates</p>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/getting-some-search-results-on-tag-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Should you Choose WordPress for your Blog?</title>
		<link>http://kishpress.com/why-should-you-choose-wordpress-for-your-blog/</link>
		<comments>http://kishpress.com/why-should-you-choose-wordpress-for-your-blog/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 12:30:43 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Advantages of WordPress]]></category>
		<category><![CDATA[Reasons to use Wordpress]]></category>

		<guid isPermaLink="false">http://kishpress.com/why-should-you-choose-wordpress-for-your-blog/</guid>
		<description><![CDATA[There are many blogging softwares like Joomla, WordPress, Drupal, etc, but I would suggest you to go with WordPress. I have used many blogging softwares like Joomla, Mediawiki, Drupal other than WordPress. Every tool is good but has it&#8217;s own advantages and disadvantages.  If you are not a person who can write code and just [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>There are many blogging softwares like Joomla, WordPress, Drupal, etc, but I would suggest you to go with WordPress. I have used many blogging softwares like Joomla, Mediawiki, Drupal other than WordPress. Every tool is good but has it&#8217;s own advantages and disadvantages. </p>
<p><img class="alignright" src="http://kishpress.com/wp-content/uploads/2011/11/wpid-wordpress.png" alt="" width="336" height="300" />If you are not a person who can write code and just need to write posts and publish them with few clicks, then I would recommend WordPress. WordPress can be used for small websites as well as big e-commerce websites. There are millions of websites that runs on WordPress which is an open source tool and a very strong and active community behind it.</p>
<h2>Reasons to use WordPress as your blogging tool</h2>
<ol>
<li>Easy to set up</li>
<li>Customize the looks using 1000&#8242;s of free themes / templates</li>
<li>Customize usage using 1000&#8242;s of free plugins or get a customized plugin </li>
<li>Regular updates and new features added up</li>
<li>Strong community to solve your problems</li>
<li>Secure</li>
<li>Runs on minimum resources</li>
<li>Easy to update your site with new content</li>
<li>Tons of features including built in SEO</li>
<li>Above all free</li>
</ol>
<div>I would recommend every person who wants to start blogging or a new website to use WordPress for the above mentioned reasons.</div>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/why-should-you-choose-wordpress-for-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 Beta 1 is available for download</title>
		<link>http://kishpress.com/wordpress-3-3-beta-1-is-available-for-download/</link>
		<comments>http://kishpress.com/wordpress-3-3-beta-1-is-available-for-download/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 12:30:31 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[WordPress 3.3 Beta 1]]></category>
		<category><![CDATA[WordPress New Features]]></category>
		<category><![CDATA[WordPress Upgrades]]></category>

		<guid isPermaLink="false">http://kishpress.com/wordpress-3-3-beta-1-is-available-for-download/</guid>
		<description><![CDATA[I always wait for beta releases and love to test it and try to know about the new features, and also test all my plugins to make sure about the compatibility. WordPress 3.3 beta 1 admin menu looks good, you just have to hover over the main menu to drop the sub menus. Other Interesting [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I always wait for beta releases and love to test it and try to know about the new features, and also test all my plugins to make sure about the compatibility.</p>
<p>WordPress 3.3 beta 1 admin menu looks good, you just have to hover over the main menu to drop the sub menus. Other Interesting feature that I noticed is the image uploader, just drag and drop the images &#8211; Works Great &#8211; HTML 5</p>
<p><img src="http://kishpress.com/wp-content/uploads/2011/10/wpid-wordpress_beta_1.jpg" alt="" /></p>
<p>Top Admin Bar Updated &#8211; Looks Good</p>
<p><img src="http://kishpress.com/wp-content/uploads/2011/10/wpid-wordpress_beta_3.jpg" alt="" /></p>
<p>Sub Menu &#8211; Just Mouse Over</p>
<p><img src="http://kishpress.com/wp-content/uploads/2011/10/wpid-wordpress_beta_2_image_uploader.jpg" alt="" /></p>
<p>Image Uploader &#8211; You will love it</p>
<p>If you are interested, you can also <a href="http://wordpress.org/news/2011/10/wordpress-3-3-beta-1/" target="_blank">download</a> and try it, do not use it on a live site &#8211; You may be in trouble</p>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/wordpress-3-3-beta-1-is-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showing bbPress Latest Topic on WordPress</title>
		<link>http://kishpress.com/showing-bbpress-latest-topic-on-wordpress/</link>
		<comments>http://kishpress.com/showing-bbpress-latest-topic-on-wordpress/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 07:32:57 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[BBPress]]></category>

		<guid isPermaLink="false">http://kishpress.com/?p=1396</guid>
		<description><![CDATA[If you are using WordPress and bbPress and both are integrated, you can show the latest form topics on WordPress blog, could be on a sidebar or anywhere else you wish. Please note that this is not for the latest bbPress 2.0 Plugin, but the old version function kishpress_bbpress_latest_topics($num=5) { if(is_bbpress()) : ?&#62; &#60;?php return; [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you are using WordPress and bbPress and both are integrated, you can show the latest form topics on WordPress blog, could be on a sidebar or anywhere else you wish. Please note that this is not for the latest bbPress 2.0 Plugin, but the old version</p>
<pre class="brush: php">
function kishpress_bbpress_latest_topics($num=5) {
	if(is_bbpress()) : ?&gt;
		&lt;?php return;
	endif;
	global $wpdb;
   	$query = &quot;SELECT * FROM bb_topics WHERE topic_status=&#039;0&#039; ORDER BY topic_time DESC LIMIT {$num}&quot;;
   	$topics = $wpdb-&gt;get_results($query);
   	//print_r($topics); ?&gt;
   	&lt;div id=&quot;bbpress-latest-posts&quot;&gt;
        &lt;h2&gt;Latest forum posts&lt;/h2&gt;
		&lt;ul&gt;
        &lt;?php foreach($topics as $topic) : ?&gt;
        &lt;?php echo &quot;&lt;li&gt;&lt;a href=&#039;/forum/topic.php?id=&quot;.$topic-&gt;topic_id.&quot;&#039;&gt;&quot;.stripslashes($topic-&gt;topic_title).&quot;&lt;/a&gt;[&quot;.$topic-&gt;topic_poster_name.&quot;]&lt;/li&gt;&quot;; ?&gt;
        &lt;?php endforeach; ?&gt;
		&lt;/ul&gt;
   &lt;/div&gt;
	&lt;?php
}
</pre>
<p>I am not sure, if there are any other ways. Yes you can load the bb-load.php file and get access to all the bbPress functions are write using the bbPress easy code, but I see many having issues when they load the bbPress file into WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/showing-bbpress-latest-topic-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porting Thesis for bbPress 1.0</title>
		<link>http://kishpress.com/porting-thesis-for-bbpress-1-0/</link>
		<comments>http://kishpress.com/porting-thesis-for-bbpress-1-0/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 07:20:53 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[BBPress]]></category>
		<category><![CDATA[bbPress Thesis Integration]]></category>
		<category><![CDATA[bbPress WordPress Thesis]]></category>
		<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://kishpress.com/porting-thesis-for-bbpress-1-0/</guid>
		<description><![CDATA[I have been using bbPress forum for this blog for more than a year now, works well for me, but the major issue came when I wanted to switch my theme to Thesis, which I feel is a good framework and I really enjoy customizing it. Thesis customization should be done only using the custom [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have been using <a href="http://kishpress.com/forum/">bbPress forum</a> for this blog for more than a year now, works well for me, but the major issue came when I wanted to switch my theme to Thesis, which I feel is a good framework and I really enjoy customizing it. Thesis customization should be done only using the custom files and not modifying any core file as we may have to go for an upgrade and to do all the customization again would be a pain.</p>
<p>Last month, bbPress 2.0 was released as a plugin for WordPress which does the deep integration well, but the issue is get customize the theme and when the theme you use is Thesis. I could not find a proper solution for customizing Thesis for bbPress 2.0, so I went back to the old version which is a standalone installation.</p>
<p><img src="http://kishpress.com/wp-content/uploads/2011/10/wpid-bbpress-step2.png" alt="" /></p>
<p>I spend sometime hacking Thesis theme and writing a theme based on your Thesis settings taking care of all the hooks. I have done that and you see it live on this blog. If you want to try, you can download it <a href="http://kishpress.com/thesis-theme-for-bbpress-forum/">here</a>.</p>
<p><img src="http://kishpress.com/wp-content/uploads/2011/10/wpid-bbpress_thesis.jpg" alt="" /></p>
<p>Please note that this is just an initial version, would try to improve on it. You can do any modifications and use it.</p>
<p>Using the Thesis Hooks</p>
<p>Your design settings are taken care, your CSS files are loaded as it loads on your WordPress site, but the hooks needs to be called in the functions.php file in the bbPress Theme. Please note that this is a bbPress theme and you need to install it inside the bb-press-templates folder and activate it inside your bb-admin panel.</p>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/porting-thesis-for-bbpress-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thesis Theme for bbPress Forum</title>
		<link>http://kishpress.com/thesis-theme-for-bbpress-forum/</link>
		<comments>http://kishpress.com/thesis-theme-for-bbpress-forum/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 06:23:41 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[5 Dollars Plugins / Scripts]]></category>
		<category><![CDATA[bbPress thesis customization]]></category>
		<category><![CDATA[Thesis BBPress Forum theme]]></category>
		<category><![CDATA[Thesis for bbPress]]></category>

		<guid isPermaLink="false">http://kishpress.com/thesis-theme-for-bbpress-forum/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p></p><div class="shortproduct">
	<div class="img">
		        	            <a class="wpco" rel=""  href="http://kishpress.com/thesis-theme-for-bbpress-forum/" target="_self" title="Thesis Theme for bbPress Forum"><img src="http://kishpress.com/wp-content/plugins/wp-checkout/vendors/timthumb.php?src=wp-content/uploads/wp-checkout/images/thesis-theme-for-bbpress-forum-1318399997.png&q=80" class="thumb" /></a>			</div>

		
		<div class="pricewrap">
			<span class="price">&#36;<span class="priceinside">5.00</span></span>
			<span class="pricedesc">per unit</span>
		</div>
	
		
	<p class="productdesc">bbPress has released version 2.0 which is much improved and less buggy, but there are many who have big running forums with c...</p>
	<br class="wpcocleaner" />
	
	<small>Thesis for bbPress, bbPress thesis customization, Thesis BBPress Forum theme</small>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/thesis-theme-for-bbpress-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Backslash from post titles for bbPress</title>
		<link>http://kishpress.com/removing-backslash-from-post-titles-for-bbpress/</link>
		<comments>http://kishpress.com/removing-backslash-from-post-titles-for-bbpress/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 04:58:23 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[5 Dollars Plugins / Scripts]]></category>
		<category><![CDATA[Bbpress hacks]]></category>
		<category><![CDATA[bbPress Plugins]]></category>

		<guid isPermaLink="false">http://kishpress.com/removing-backslash-from-post-titles-for-bbpress/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p></p><div class="shortproduct">
	<div class="img">
		        	            <a class="wpco" rel=""  href="http://kishpress.com/removing-backslash-from-post-titles-for-bbpress/" target="_self" title="Removing Backslash from post titles for bbPress"><img src="http://kishpress.com/wp-content/plugins/wp-checkout/vendors/timthumb.php?src=wp-content/uploads/wp-checkout/images/removing-backslash-from-post-titles-for-bbpress-1318395503.png&q=80" class="thumb" /></a>			</div>

		
		<div class="pricewrap">
			<span class="price">&#36;<span class="priceinside">5.00</span></span>
			<span class="pricedesc">per unit</span>
		</div>
	
		
	<p class="productdesc">Many of the bbPress users have noticed that when an apostrophe (') is used, it gets changed with a back slash like kishpress\...</p>
	<br class="wpcocleaner" />
	
	<small>bbPress Plugins, bbPress Hacks</small>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/removing-backslash-from-post-titles-for-bbpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add bbPress Forum Topics / Replies to WordPress Search Results ?</title>
		<link>http://kishpress.com/how-to-add-bbpress-forum-topics-replies-to-wordpress-search-results/</link>
		<comments>http://kishpress.com/how-to-add-bbpress-forum-topics-replies-to-wordpress-search-results/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 16:34:16 +0000</pubDate>
		<dc:creator>KishPress</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[BBPress]]></category>
		<category><![CDATA[Bbpress hacks]]></category>

		<guid isPermaLink="false">http://kishpress.com/?p=1369</guid>
		<description><![CDATA[If you are using bbPress 2.0 plugin with WordPress and looking for the search to include bbPress Forum posts too, then you can add this to the functions.php of your theme. function my_add_bbp_to_search( $post_type ) { $post_type[&#039;exclude_from_search&#039;] = false; return $post_type; } add_filter( &#039;bbp_register_forum_post_type&#039;, &#039;my_add_bbp_to_search&#039; ); add_filter( &#039;bbp_register_topic_post_type&#039;, &#039;my_add_bbp_to_search&#039; ); add_filter( &#039;bbp_register_reply_post_type&#039;, &#039;my_add_bbp_to_search&#039; ); In [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you are using bbPress 2.0 plugin with WordPress and looking for the search to include bbPress Forum posts too, then you can add this to the functions.php of your theme.</p>
<pre class="brush: php">
function my_add_bbp_to_search( $post_type ) {
     $post_type[&#039;exclude_from_search&#039;] = false;

     return $post_type;
}
add_filter( &#039;bbp_register_forum_post_type&#039;, &#039;my_add_bbp_to_search&#039; );
add_filter( &#039;bbp_register_topic_post_type&#039;, &#039;my_add_bbp_to_search&#039; );
add_filter( &#039;bbp_register_reply_post_type&#039;, &#039;my_add_bbp_to_search&#039; );
</pre>
<p>In the search results you will find bbPress Forum too.</p>
]]></content:encoded>
			<wfw:commentRss>http://kishpress.com/how-to-add-bbpress-forum-topics-replies-to-wordpress-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

