I'm trying to find way to enable automatic search in WP. For example, I have a page mysite.com/some-thing. Within that webpage, I also want to display the content of the page mysite.com/?=some+thing. I don't want to use an iframe because I want the content of the second page (the search page) to be in the HTML source code of the first page.
Is this possible to achieve? I'm thinking about using WP web scraper plugin, but it is difficult to implement the selector :-(
Does anyone have any advice?