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

Blog page and Single Blog Page Problem

Viewing 10 posts - 1 through 10 (of 10 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

    #657543

    piacquadio.mirko
    Participant

    Hi there, ok

    #657593

    Luke Nielsen
    Keymaster

    Hello,

    I have sent you here (2) a custom CSS to hide that button.

    As for the breadcrumb, try to change it via the Loco Translate plugin – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Kind Regards

    #658258

    piacquadio.mirko
    Participant

    Hi,
    i used the css and this solution solved two problem, but i still have two problems:
    First problem:
    – How can i remove comments section in the Single Blog Page?

    Second problem:
    – If i click on “category” blog i see all meta information that i removed in the “Blog” page

    How can i solve this two problem?

    Regards

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

    Luke Nielsen
    Keymaster

    Hello,

    1. It seems that you hid it, as I do not see the comments section – https://prnt.sc/IMW2ppDcEUM5

    2. The same with the meta information – https://prnt.sc/nur9nV_dQDtX

    Kind Regards

    #658328

    piacquadio.mirko
    Participant

    Hi,
    check this link

    https://www.istitutoparitariosanfrancesco.it/category/offerta-formativa/

    Is “category” page for blog

    Regards

    #658339

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below to hide the meta:

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

    Let me know the result.

    Kind Regards

    #658343

    piacquadio.mirko
    Participant

    For now all is solve
    Regards

    #658346

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for confirming that all issues have been resolved. If you have any further questions or need additional assistance in the future, please don’t hesitate to reach out.

    Best regards

Tagged: 

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

The topic ‘Blog page and Single Blog Page Problem’ is closed to new replies.