Skip to main contentSkip to footer
Some bug fixes and a small feature addition:
  • Scheduled cache truncate wasn’t scheduled properly. It is now.
  • Added support for ‘author’ query variable.
  • Fixed a bug with indexing custom post types.

Your account

Not logged in. Log in to see your license details.

Search

Popular Resources

Changing the number of search results displayed

A standard way to change the number of search results displayed is something like this: $myquery = “&posts_per_page=5”; $myquery = $query_string.$myquery; query_posts( $myquery ); Unfortunately, this breaks Relevanssi. Relevanssi hasn’t played nice with posts_per_page in any case, for some reason I don’t really understand — this is legacy code from…

Related Posts:

Currently there are no related posts available.

Comment Section:

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed