Hide post or page from search

Posted in: Newspaper
Post count: 23

Hi, how do I hide a post or page from a search on a page to not show up in the results, please? Thank you!

Post count: 35449

Hi,

If you want to hide this results -> https://www.screencast.com/t/lkrc8JhOPI8 then this can be achieve with some custom css -> https://www.screencast.com/t/jORdqkJGaKX
The code is
.td-aj-search-results .td_module_mx2 a[href$=”/the-url-of-your-post/”] {
display:none;
}
-> https://www.screencast.com/t/Sl9tkKtaU

Hope this will help you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.