Home Forums WoodMart support forum Blog page and Single Blog Page Problem

Blog page and Single Blog Page Problem

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

    piacquadio.mirko
    Participant

    Dear WoodMart Support Team,

    I am writing to report some issues we are encountering while using the WoodMart theme on our website https://www.istitutoparitariosanfrancesco.it.

    Blog Breadcrumb:
    We have changed the blog page name through the appropriate settings, but the breadcrumb still displays “Blog” instead of the new name. How can we correctly update the breadcrumb to reflect the new page title?

    “Continue Reading” Button:
    We would like to completely remove the “Continue Reading” button (visible on the blog post listings), but we have not found any option to disable it.

    Single Blog Post Page:
    Additionally, we would like to:

    Hide the post author name (since it will always be “admin” and it does not look professional);

    Remove the category badge displayed above the title (as it is redundant and repeats the title);

    Completely disable comments on blog posts.

    Could you please guide us on how to resolve these issues or let us know if any customizations are needed?

    Thank you very much for your support and assistance.

    Best regards,
    Mirko
    Istituto Paritario San Francesco

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

    Luke Nielsen
    Keymaster

    Hello,

    1. Send me access to the admin panel so I can check the site settings.

    2. Try to use the code below:

    .blog-post-loop .wd-read-more {
        display: none;
    }

    3. In Theme Settings -> Blog -> Single post -> you can disable some functionality here – https://prnt.sc/Jzx5_XlMh0X2

    Also, use the code below to hide the author meta:

    .single-post .wd-post-meta {
        display: none;
    }

    Kind Regards

Tagged: 

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