Skip to main contentSkip to footer

Unfortunately avoiding a .1 version wasn’t possible this time either, despite my best efforts to have beta testers take a look at the new version.

There’s a small error in the new version, which causes error messages. Sorry about that. This version fixes that, and a common problem with Twenty Ten and Twenty Eleven themes.

  • Fixes a small database problem that was causing error messages.
  • Fixes a problem with Twenty Ten and Twenty Eleven themes that caused doubled “Continue Reading” links.
  • Small touches here and there.

Your account

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

Search

Popular Resources

Indexing and searching PDFs in WordPress

…attachment indexing is a two-step process. First, the attachment content is read and stored in a custom field (_relevanssi_pdf_content). This step alone does not index the attachment content – it just makes it available for future indexing and ensures you don’t have to read the attachment contents many times. The second……step is the actual indexing. Here Relevanssi offers two different methods. You can choose to index the attachment post type, in which case the search results will include the attachment posts. The other method is to index the attachment content for the parent post of the attachment, in which case…Relevanssi Premium users have asked for PDF indexing since day one, and version 2.0 finally introduced this feature. Coming up with a fast and reliable method hasn’t been easy, but we’re pretty proud of what we have now. Our PDF indexer doesn’t tax your server as it runs as a…

Forced phrase search with fallback

Relevanssi by default does not consider the search query a phrase, or value posts where the words in the search query appear together. Sometimes people do expect that, especially in AND searches. Relevanssi however does not have the information about the nearby words, so it’s not possible for Relevanssi to……factor that in. Relevanssi does support the sentence parameter in WordPress, which makes all searches phrase searches. It’s easy to enable: add_filter( ‘relevanssi_modify_wp_query’, ‘rlv_force_sentence’ ); /** * Enables the `sentence` parameter in Releavnssi queries. * * @param WP_Query $query The query object. * * @return WP_Query The modified query object….

Related Posts:

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