Home Forums WoodMart support forum How to remove “Archive” from breadcrumbs (posts archive)

How to remove “Archive” from breadcrumbs (posts archive)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #621582

    margiteerma
    Participant

    Hello,

    I have 2 questions:

    1. How to remove “archive” from breadcrumbs in post page archive? I am using Rank Math SEO plugin.
    Image attached.
    2.How to remove posts author from category archive? I already disabled blog archive meta information from theme settings.
    Image attached.

    Kind regards,
    Margit

    Attachments:
    You must be logged in to view attached files.
    #621675

    Hello,

    1. Please ask the plugin author support about this issue. They will guide you accordingly. This is not possible to hide Archive from the theme settings.

    2. Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .entry-meta.wd-entry-meta {
        display: none;
    }

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)