Title: Include, not limit?
Last modified: August 22, 2016

---

# Include, not limit?

 *  Resolved [punyweakling](https://wordpress.org/support/users/punyweakling/)
 * (@punyweakling)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/include-not-limit/)
 * Hi Ajay
 * Many thanks for your CRP plugin, so great!
 * Quick question on this one — I’m looking to use Tags only to INCLUDE posts in
   CRP; as I understand it, this taxonomy plugin only “limits” the results by tag
   or category, right?
 * Is there any way to use tags as well as (or instead of) just Titles for related
   posts?
 * (As background, my blog is photography related, so rarely is there post content,
   and the titles often aren’t related meaning I rely on tags as a good indicator
   of how content is grouped).
 * Cheers!
 * [https://wordpress.org/plugins/crp-taxonomy/](https://wordpress.org/plugins/crp-taxonomy/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/include-not-limit/#post-5617485)
 * Hi,
 * You’re right about the tags. There isn’t an easy way to do this currently.
 * The quickest temporary workaround that might give you the right results can be
   to comment out this line in Contextual Related Posts (not this plugin).
 * You will find it on line 408 of contextual-related-posts.php
 *     ```
       $where .= $wpdb->prepare( " AND MATCH (" . $match_fields . ") AGAINST ('%s') ", $stuff );	// FULLTEXT matching algorithm
       ```
   
 * This will exclude the match clause in the lookup.
 * You’ll still need to continue using CRP Taxonomy Tools
 *  Thread Starter [punyweakling](https://wordpress.org/support/users/punyweakling/)
 * (@punyweakling)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/include-not-limit/#post-5617542)
 * I’ll give that a shot, thanks so much!
 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/include-not-limit/#post-5617621)
 * Your welcome. Do let me know if it gives you the desired result.
 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/include-not-limit/#post-5617763)
 * Hi,
 * The new version I uploaded today allows you disable contextual matching. It also
   adds support for custom taxonomies.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Include, not limit?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/crp-taxonomy.svg)
 * [Related Posts by Categories and Tags](https://wordpress.org/plugins/crp-taxonomy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/crp-taxonomy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/crp-taxonomy/)
 * [Active Topics](https://wordpress.org/support/plugin/crp-taxonomy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/crp-taxonomy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/crp-taxonomy/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ajay](https://wordpress.org/support/users/ajay/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/include-not-limit/#post-5617763)
 * Status: resolved