Where can I modify the layout of the blog page?
-
Where can I modify the layout of the blog page?
I tried modifying the page > News (Blog), but this page cannot be edited with Elementor.
I tried creating a new blog, but I can only edit the text content and cannot modify or delete other elements on the page.
What should I do?
Hello,
The Blog (News) page in WordPress is typically set as the default Posts page under Settings > Reading. When a page is assigned as the Posts page, it cannot be edited directly with Elementor.
Please navigate to Theme Settings > Blog > Blog archive and check the settings. If you have any questions, feel free to contact us.
Best Regards,
Specifically, I want to edit the elements in the screenshot, modify or remove them. This is the blog that comes with the theme.
Where can I adjust them?
Attachments:
You must be
logged in to view attached files.
To be more specific, I want to remove the sidebar on the right, hide the author and category in the title, and add related product recommendations below the blog post.
So, I’d like to know where I can edit this page.
Hello,
Navigate to Appearance > Widgets > Add or Remove the widgets from the main widget area.
Please check this Manual: https://xtemos.com/docs-topic/widgets-and-sidebars/
If you have any questions, feel free to contact us.
Best Regards,
I still haven’t found how to hide the content in the screenshot. Please provide more specific instructions.
Attachments:
You must be
logged in to view attached files.
Hello,
Use the code below in Theme Settings -> Custom CSS:
.single-post .wd-post-meta,
.single-post .wd-post-cat {
display: none;
}
Kind Regards
Hello,
You are welcome! Always remember that you can reach out to us with any questions you may have.
Have a good day!
Kind Regards
The topic ‘Where can I modify the layout of the blog page?’ is closed to new replies.