BLOG

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

    fsan2val
    Participant

    Hello

    Now if I need help from you, it’s about blog

    Blog page
    – how to hide the date, the author, comments share on the blog page?
    – how to translate “continue reading”?
    – how to justify text title and paragraph to the left? (view image)

    (img: page blog 1)

    Post blog page
    – How to hide the date, the author, in each post of the blog?
    – how to make the main text of the post narrower (I’m using the wordpress editor of the whole life.) I do not want to use a constructor

    (img: page post blog)

    Thanks friends

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

    Hello,

    Please add this code for blog page:

    body .blog-design-masonry.has-post-thumbnail .post-date {
    display:none;
    }
    body .woodmart-entry-meta {
    display:none;
    }
    body .hovered-social-icons {
    display:none;
    }
    body .blog-post-loop .entry-title{
    	text-align:left;
    }
    body .woodmart-entry-content {
        text-align:left;
    }

    This code is for the blog post:

    body .woodmart-post-date {
    display:none;
    }

    You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    You can set a wider sidebar in the Theme Settings > Blog

    Best Regards

Tagged: 

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