Forums › Forums › Search & Filter Pro › Display results: display title only of result posts
- This topic has 5 replies, 2 voices, and was last updated 6 years, 6 months ago by
Trevor.
Viewing 6 posts - 1 through 6 (of 6 total)
-
Anonymous(Private) August 29, 2018 at 2:35 pm #186697
Hello, I have just purchased S&F, but I have been scanning the FAQs for a while in search for an answer to this one question: I need to display only the titles of result posts, instead of the full content of each. How can I do that?
Many thanks, A.Trevor(Private) August 29, 2018 at 4:58 pm #186735In that same file, results.php, you should see the <h2>
tag. Simply change that to a diiferent tag, or add a class to it, e.g.
<h2 class=”myclass”>` and make some custom css for this (change the classname). It is possible you theme already has a suitable class for which CSS already exists. -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)