blog article as usual page
-
Can a blog page lead to the appearance of a regular page?
Some projects consist of selling pages and you need to search for them
But search is not provided for ordinary pages.
I would like to be able to make blog pages that look no different from standard pages.
Is it possible
I tried, but there are details from the blog at the top and bottom of the page
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global to hide the bolog items:
body .meta-post-categories,
body .woodmart-entry-meta,
body .entry-header{
display:none;
}
body .entry-title{
display:none;
}
Best Regards
And the elements of the bottom how to hide?
Another question
portfolio hide prefix?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-single-footer,
body .single-post-navigation {
display:none;
}
.single-post .site-content {
margin-bottom: 0px;
}
.post-single-page .entry-content {
margin-bottom: 0!important;
}
Best Regards