ResolvedBlog – categories and tags removal
Tagged: blog
- This topic has 3 replies, 2 voices, and was last updated 1 year, 10 months ago by
Cdupre.
- AuthorPosts
- July 4, 2021 at 6:14 pm #30957
Cdupre
ParticipantHi there – i love this theme but i can’t seem to locate the documentation so i can troubleshoot myself.
My issue:
Blog masonry landing page (curated posts in masonry style)
– this is showing the title, tags and categories under each post image. It is not showing the summary or snippets of the article. I want to show the image, title and the snippet or summary which I wrote up on Rank Math SEO. I also want to remove the date and the author that sits on top of the image. Where is this feature? I tried theme options, settings (reading, writing) but I can’t find it.Blog Post Page
– this is showing the author, tags and categories under the feature image of the blog post. I don’t want anything to show under the featured image on the blog post page.Would appreciate your help in pointing me the right direction to display the blog landing page and the blog posts correctly. Thanks.
July 4, 2021 at 6:15 pm #30958Cdupre
ParticipantThis reply has been marked as private.July 6, 2021 at 12:07 pm #30973Althemist
KeymasterHi Cdupre,
Those changes can only be done with CSS. There are no theme settings for this.
To show the post excerpts:
.zass_blog_masonry:not(.zass_shortcode_latest_posts) div.post.blog-post .blog-post-excerpt { display: block; }
Removing the date and avatar on post lists and all data on single post:
.zass_post_data_holder .zass-post-avatar, .zass_post_data_holder .post-date, body.single-post .content_holder > .blog-post .blog-post-meta { display: none; }
Hope this helps.
Regards,
DimitarJuly 23, 2021 at 4:56 am #31130Cdupre
ParticipantThank you Dimitar. I always appreciate your help and responsiveness. you are a pro!
- AuthorPosts
You must be logged in and have valid license to reply to this topic.