Home › Forums › WoodMart support forum › Blog page and Single Blog Page Problem
Blog page and Single Blog Page Problem
- This topic has 9 replies, 2 voices, and was last updated 3 weeks, 5 days ago by
Luke Nielsen.
-
AuthorPosts
-
April 26, 2025 at 7:21 pm #656851
piacquadio.mirkoParticipantDear 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 FrancescoAttachments:
You must be logged in to view attached files.April 28, 2025 at 10:41 am #656996
Luke NielsenKeymasterHello,
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
April 30, 2025 at 3:13 pm #657543
piacquadio.mirkoParticipantHi there, ok
April 30, 2025 at 5:20 pm #657593
Luke NielsenKeymasterHello,
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
May 4, 2025 at 11:06 pm #658258
piacquadio.mirkoParticipantHi,
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” pageHow can i solve this two problem?
Regards
Attachments:
You must be logged in to view attached files.May 5, 2025 at 10:57 am #658316
Luke NielsenKeymasterHello,
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
May 5, 2025 at 11:23 am #658328
piacquadio.mirkoParticipantHi,
check this linkhttps://www.istitutoparitariosanfrancesco.it/category/offerta-formativa/
Is “category” page for blog
Regards
May 5, 2025 at 11:49 am #658339
Luke NielsenKeymasterHello,
Use the code below to hide the meta:
.blog-post-loop .wd-post-header { display: none; }
Let me know the result.
Kind Regards
May 5, 2025 at 12:06 pm #658343
piacquadio.mirkoParticipantFor now all is solve
RegardsMay 5, 2025 at 12:14 pm #658346
Luke NielsenKeymasterHello,
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
-
AuthorPosts
Tagged: blog
The topic ‘Blog page and Single Blog Page Problem’ is closed to new replies.
- You must be logged in to create new topics. Login / Register