You can use the Body Class Filter for this to adjust the classes being added to the body
tag.
add_filter('body_class','review_pages_classes');
function review_pages_classes($classes) {
$classes[] = 'blog';
return $classes;
}
Which classes you need to add or remove is probably a matter of trial and error, or looking at the stylesheets in more detail.
Related Posts:
- Templates & CSS – Proper Programming Practice?
- Hide Front-End Admin Bar Including 32 px Spacing
- Page editor missing Templates drop down
- How to edit contents of dynamic_sidebar()?
- I put my blog on a subpage, how do I get page title?
- How to hide/redirect the author page
- Need to give custom page template for each language in WPML
- How to assign a class to a page with a custom template?
- Create Page that uses specific template
- Post formats template
- index.php template is used instead of blog page
- What is a good way to present templated content in WordPress?
- Adding variable to get_template_part
- How to apply a custom template for posts by default?
- How to move style from template file to section?
- Subpage template
- How to create a wordpress template without using any page
- Advanced Custom Fields – display when specific template used?
- Stylesheet comment header: Which header names are mandatory? [duplicate]
- Extending body classes in front- and backend
- Creating new templates in child themes breaks layout
- How do I find the directory of a page template?
- Missing ‘Page Attributes’
- how to use custom page template in a page?
- the_excerpt producing empty output
- Cannot edit style.css from admin panel, because the template is looking for style.min.css
- Conditionally display different images before the content in a page template
- Is there a way to set different post templates for parent posts and child posts in the same post type?
- Change wp-signup.php Page Template
- How to remove the Template drop down, but keep Parent and Order
- Templates have disappeared from drop down lists
- One of my pages uses the archive.php template only. Why?
- Getting pages filtered by template assigned
- Get link to a specific template file [closed]
- Default Template Selected After Changes in Elementor [closed]
- Use same page template for parent and child pages in a theme
- displaying category and subject posts
- How to duplicate a page template but make minor changes to the header?
- Adding Query to Custom Page Template
- get_file_data to read data for Custom Template File?
- Page attributes missing
- How to properly Remove certain CSS / JS files from template
- wp_enqueue_style and different styles for blog template
- Page template option missing
- How do I get the page template name chosen?
- How can I add text to a specific ‘Edit Page’?
- get_header(), get_footer() from plugin template
- What template is used for viewing Media Library Files?
- Page template for a site from network
- Force WordPress to NOT display the manual excerpt
- Undefined get_header function
- Single-page.php template file name not shown
- How to display custom post type?
- Add stylesheet per layout
- Hard Coding Components on a Client Specific Websites
- Will placing custom templates in sub directory break any native WordPress functionality
- Organize template parts and page templates in folders in regards of template hierarchy
- Blog page won’t show Blog template
- templates with page teasers Or Featured Items
- Random home page at each refresh between array of page IDs
- Search button click sends to single-custom_post_type instead staying at the same page
- Display a custom 404 page without a redirect
- How can I make custom page templates work on child theme?
- Change Page Template Based on URL Rewrite in WordPress
- Update body class based on theme as well as a html attribute
- Nested Page Template not showing in page attributes
- When to use content-pagename.php?
- Submit form to another template (ugly url)
- Page Templates Used in Custom Post Type
- custom template – override plugin template in child theme – issue with scripts
- Is this the best way to complete disable category archive pages?
- MailPress plugin: table inline style tag removed when sending the newsletter
- Is there a way to share a template/markup with the JSON API so that it doesn’t need to be declared both in PHP and in JS?
- How to install a wordpress website template on an existing website?
- Custom Archive with Content for Custom Post Type
- Page.php vs Single.php
- files disappearing from template
- My homepage’s width has reduced and I can´t fix it [closed]
- html blog template to wordpress template
- Is it possible to combine a WordPress template (Semplice) and some HTML & CSS pages?
- Enable page templates. How?
- Is it possible to override the result of get_template_part()?
- Custom templates folder
- how to make a home page for wordpress custom theme
- Why write markup for index.php?
- How can I hardcode template selection?
- How do I override the search template in a plugin?
- Custom post type pages return 404 page?
- Adding wrapper elements in the_date() like in the_title()?
- get_month_link uses what wordpress template?
- Archive template limiting to 4 entries?
- WP redirect to custom login page if a user is not logged in
- Video header on mobile, disappears behind header and content
- Change “posts per page” depending on width
- What filter or action hook to use in order to load some code before the template begins printing in BuddyPress? [closed]
- How do I get tags linking to proper pages (/tag/sample-tag -> pages with that tag)
- How to name custom search page PHP file?
- plugin overwrites other plugin’s archive-.php file
- WordPress Child Theme Template auth_redirect wrapper
- How to change post template