Resources

My Agape try

Your Agape try


Support Forum

You must be logged in to post Login Register

Search 
Search Forums:


 




How can I use the rs_no_filter option

UserPost

8:15 am
September 4, 2011


dparkmit

Member

posts 8

1

Hi Kevin,

I just noticed that you released RS 1.3.46 and it includes support for a rs_no_filter option in the get_terms() function.  I'm really excited about this update because it means we can get rid of some custom code that disabled the RS filters.  Can you please let me know how to use that option?

David 

7:20 am
September 5, 2011


Kevin

Admin

posts 2503

2

You can use rs_no_filter as any other get_terms() argument:

$terms = get_terms( 'taxonomy=category&rs_no_filter=1′ );

or

$args = array( 'taxonomy' => 'category', 'rs_no_filter' => 1 );
$terms = get_terms( $args );

About the Agapetry forum

Currently Online:

13 Guests

Maximum Online: 150

Forums:

Groups: 2

Forums: 7

Topics: 1247

Posts: 5656

Members:

There are 1259 members

There are 1 guests


Kevin has made 2503 posts

Top Posters:

metal450 - 178

Ragnar - 108

YikYak - 70

whiteorb - 49

Daisy - 35

Administrator: Kevin | Moderators: Kevin