Forums › Forums › Search & Filter Pro › How to get the Description to show under the header
- This topic has 19 replies, 2 voices, and was last updated 6 years, 5 months ago by
Trevor.
-
Trevor(Private) September 11, 2018 at 1:53 pm #188048
As you are using the Shortcode Display Results method, I think that part of the page is not controlled by the results.php file, but by your theme’s page.php file.
Did we previously discuss which Display Results Method to use, because the only one I could think would work would be the Post Type Archive method, assuming that is is searching only one Post Type and the taxonomies are not shared by other Post Types?
Trevor(Private) September 17, 2018 at 7:09 pm #188632You would probably need to make a copy of the search.php template (if that is what you are using), and then
You can modify that php file to create the title inline in the page. One issue is that Ajax refreshes are unlikely to change the title, so the title needs to be inside the Ajax container.
To access filters being used will require coding, see this documentation page:
https://searchandfilter.com/documentation/accessing-search-data/
To then get that to appear in the title may require more coding. Another user who resolved this for his theme/site posted this thread:
https://support.searchandfilter.com/forums/topic/how-to-actually-output-the-search-results-title/
-
AuthorPosts