How to build a search feature that works across Webflow and WordPress platforms?

Post author
Mike Mott

Hi all! On our Webflow/Memberstack site, we have a support section with a search field — we need that field to search our knowledge base; however, that knowledge base is on Wordpress — is there an easy(ish) solution to search and display those results?

Comments

1 comment

  • Comment author
    A J

    You could probably explore custom code approach to solve this. So, you could use WordPress REST api to fetch the public posts by filtering it with the search query and populate the search results dynamically by linking the post URL to them. You can checkout WordPress developer docs to explore the list posts functionality and what parameters you would want to pass on to it in order to filter the result based on the user's search query.

    0

Please sign in to leave a comment.