Skip to content

Relevanssi

  • Buy Premium
  • Download
  • Features
  • User manual
  • Knowledge Base
  • Support
  • Contact

Profile Builder Pro

Continue reading Profile Builder Pro
Posted on April 13, 2015March 11, 2022 by Mikko Saari

Profile Builder Pro

…in Profile Builder Pro doesn’t probably trigger all the filter hooks WP does. Thus Relevanssi overlooks the new user profiles Profile Builder Pro generates. Profile Builder Pro has an action hook that you can use to nudge Relevanssi a bit. Add this code to your site, and Relevanssi will notice……now the links point to the WordPress user profile pages. However, Profile Builder Pro profile pages will use a different URL structure. Another filter function on the relevanssi_user_profile_to_post is needed: add_filter( ‘relevanssi_user_profile_to_post’, ‘rlv_adjust_url’ ); function rlv_adjust_url( $user ) { $user->link = ‘/url/to/user/’ . $user->user_id . ‘/’; return $user; } Change……the /url/to/user/ to match the URL structure used on your site. This change requires you to use relevanssi_get_permalink() to display the permalinks, the_permalink() or get_permalink() will not work. Profiles created by Profile Builder Pro front end forms do not get automatically indexed by Relevanssi because the user account generation process…

Read more Profile Builder Pro 0 Comment on Profile Builder Pro

Relevanssi

WordPress search done right!

The free version

Relevanssi at WP.org plugin repository
Relevanssi at Github

Relevanssi Light

Relevanssi Light
Relevanssi Light at WP.org plugin repository
Relevanssi Light at Github

Relevanssi Live Ajax Search

Relevanssi Live Ajax Search
Relevanssi Live Ajax Search at WP.org plugin repository
Relevanssi Live Ajax Search at Github

Responsibility

We take corporate responsibility and our environmental impact seriously. Read our responsibility statement.

Code from Finland
  • Github
  • WordPress.org
Copyright 2025 Mikko Saari and Painava sana oy. Privacy policy. Cookie declaration.
 

Loading Comments...