Home Forums WoodMart support forum How to Customize the Blog Template

How to Customize the Blog Template

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #622109

    jimfarg
    Participant

    I would like to customize the blog template in Woodmart. Specifically, I want to:

    1. Remove the “admin” name from blog posts.
    2. Disable comments entirely.

    Could you guide me on where to adjust these settings? Are there specific theme options or templates I need to modify?

    #622110

    jimfarg
    Participant

    Below is the link to the page for reference:
    [https://vasiliadismarine.yellowtest.gr/how-to-choose-a-hi-fi-stereo-system/]

    #622186

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below for help:

    .single-post .wd-meta-author,
    .single-post .comments-area {
        display: none;
    }

    Clear the cache and check how it works.

    Kind Regards

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