Home Forums WoodMart support forum Blog grid/carousel, blog page, meta info

Blog grid/carousel, blog page, meta info

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

    kovack241
    Participant

    Hello team,

    I would like to know how I can achieve the following:

    1- How to create a custom blog posts design template to use anywhere as a loop item (grid, carousel, etc.)

    2- How to create a single post page design

    3- How to control the meta info (For example, I would like to keep the category and date but remove only the author info)

    4- How to limit Title characters or lines (For example, there’s an existing feature for excerpts to set a maximum number of characters).

    5- How to create a custom product design template to use as a loop item (grid, carousel, etc.)

    I am new to the Woodmart theme, so thank you in advance for your patience.

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

    Hello,

    01, 02, 05. The blog is an Archive page and is controlled by WordPress; it doesn’t allow any modifications to be added to it, which is the default functionality. You cannot edit it directly with any page builder.

    If you’d like to edit the blog page design, you can create a custom layout for it.

    To do this, go to Layouts > Create new layout, select the Blog Page layout type, and then edit it.

    Here is the documentation: https://xtemos.com/docs-topic/posts-archive-page-builder/

    03. To remove author info try to add the following custom css code in Theme Settings > Custom CSS.

    .wd-post-author {
        display: none !important;
    }

    04. Navigate to Theme Settings > Blog > Blog Archive > Posts excerpt: https://postimg.cc/QVFMjQ2B

    Best Regards,

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