Site logo

Archived topic

Remove Entry Title From a Specific URL String

3 replies · Started by Ray on May 29, 2022

Viewing posts 1–4 of 4

Hi all,

I'm using the Business Directory Plugin with GeneratePress. On the BD category page, the entry title shows the first business listing when it really shouldn't be anything at all. I think it's because the BD category page is using the post template to show the listing in that category. If I disable the entry title using CSS it disables it for blog archives as well, Is it possible to disable the entry title for just that particular URL string.

Here is the page I am referring to: https://golaketexoma.com/business-directory/wpbdp_category/fishing-guides/

Thank you all for your help.

Hi there,

what about this CSS?

.archive.wpbdp-view-taxonomy .entry-title {
    display: none;
}

Hi David,

Thank you very much for the quick reply. Worked like a charm!

Glad to hear that!

This archived topic is closed to new replies.