Function of Search Modal

Hi there,

I am wondering if the search modal only pulls posts and portfolios versus actual pages on a website. Meaning when a web user types in About or Library, it does NOT pull that actual page that is on the site but only pulls posts that seems to have those words in them. Is that just not a normal function of the modal?
If you type LIBRARY into the search, we do have a page titled that, but it just kicks you to the footer (where that page is linked from) but pulls in a black box into the window: https://prnt.sc/r97pp3
When you type in Men’s (that actually has a page too) it only pulls posts: https://prnt.sc/r97r3g versus the actual men’s page: https://waysidechapel.org/men/

Is that how that is supposed to work or is something not functioning properly?

https://waysidechapel.org/

Hello @tkcostello,

Thanks for writing in!

Because you have added this custom css code, the Library page title did not display.

.entry-title {
    display: none;
}

Remove the custom css and it will display the page title in the search result.
qriRtUebQFiNCOkS0C682w

Please keep in mind that the search results will display the title and the excerpts. For pages, it does not have any excerpts which is a WordPress default. If you wish to add an excerpt for your pages, please check this out:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.