If you’re on a page by default The Loop will only run once so why not wrap your title and content in a container where you can have post_class()
available? Start your loop at the top and end it before you get to your footer (or where ever you need to end it).
If you are on a blog format and are running the loop multiple times, you’ll need to be in the loop anyway to use the_title()
properly anyway so you should have access to post_class()
anyway.
You could probably set it manually but then you would need to remove it from the post class which you can do by using the following:
function remove_from_posts_class( $classes ) {
$classes = array_diff( $classes, array( "hentry" ) );
return $classes;
}
add_filter( 'post_class', 'remove_from_posts_class' );
[1] Credits jrandomh
Related Posts:
- How to mark every 3rd post
- How to change the case of all post titles to “Title Case”
- Apply the_title() filter in post & page title, but not in menu title
- Remove post title input from edit page
- Set Post Title to Read-only and Disable Permalink Slug Editor in Gutenberg
- Disallow Same Post Title
- Get title of post without using the_title();
- Verify if tag is used on posts
- Dynamically update post title in admin page
- adding a custom css class to post
- How to show posts rank based on custom field value
- Odd/even class on article tag
- How to add padding between posts
- Displaying Page Title on index.php
- How to intercept Post Title on Post-Save
- Testing for post title in ‘if/else’ statement returns no content
- get_post_field – Title without paragraph
- Add Category name to Post Title (h1)
- How to add a custom field after wp post
- Sorting posts alphabetical that have single digits
- How Can i Get 5 Recent Post Title With Corresponding Link?
- Add Post Tags to Body Class
- I want to show category in the post title , how can I do
- How to prevent WordPress from updating the modified time?
- Add a class to post title if a link ends with a certain extension
- How to display following posts titles in separate div’s on a separate webpage
- Blog Posts not showing title
- Lose “Blog Archive” from page title
- How to Orderby Comments by post title?
- WordPress not opening posts with only numbers if permalink is post_name
- How to make classes for posts?
- sql select for post_title and a term name
- WordPress is replacing double minus signs in Post Title, how to disable it?
- How do I change the core post search algorithm? Where is it found/constructed?
- Is there a way to specify an extra class for a post or page with no title?
- Add title for previous and next posts to Yoko Theme
- Add $values to post_class()
- Images inside post title
- Loop doesn’t show title of second post and posts thereafter
- How To capitalize The First Letter Of Every Word In The Post Title
- How to show show the Second page title in the page
- Every second post different class in blog view
- How to get links to the last N posts in a specific category?
- Create a list of posts with topic headdings
- Blog post not showing title
- How can I remove the first two words and shorten get_the_title()
- How do I include the category next to the title of a post?
- How to style archive post titles… but only those posts who have comments?
- Replace image name on upload to the new post name on front-end form
- Edit the post title from the frontend
- Why in my query is display two title?
- Image behind the post’s title
- Change Post Title For Specific Category
- How to remove “» (title of post or page)”?
- How can I add a class to particular paragraphs in my post?
- Auto update post title and slug when post status is changed
- Get featured image on hover of post title [closed]
- wordpress add field to post_class
- How do I display the post_title with get_permalink?
- Post titles and thumbnails as links to custom post types?
- If post exists, make it a comment in existing post with same name?
- Changing The Default Header POST Title and Description text by category in wordpress
- Change modified date to current date when title updated automatically
- How to select a category automatically based on a word in WordPress post title?
- how to show current date on post title which should be auto update in every day
- Adding Text after Post Title based on Category using IF Condition – But not for menu items
- How to merge the content of posts that have the same title?
- Post title not displaying as recorded in the wp_posts table
- Create/Set Category as Title of Post
- long-title posts do not want published
- Please I want to prefix my WP posts title according to each category
- Add id attribute to h1 element of wordpress post
- Post title spoiler how?
- Odd hyphen added at end of blog post
- How can I choose and change a post title at random from an array when it is published?
- Post title to show all characters after having it limited for preview
- Add Image Before Posts Entry Title
- prevent same wordpress post title
- Get post title by Alphabet
- How to mark every 3rd post
- Get post title of faulty link on 404 error page
- How to get all post titles starting with numbers and symbols?
- Is it possible to have different header style blog titles in different categories?
- Custom Post Title as search term
- Is there a way to separate wordpress titles from their posts?
- display only the title of the post into a certain category
- How do I show the post title if an advanced custom field hasn’t been used?
- Deleting first four characters from all Post Titles
- Single post pagination
- How remove “recent comments” title without modifying code? [closed]
- clicking on page title
- Title displaying multiple times
- Custom Post-Rename Function Does Not Function in WordPress 6.x
- How to change Post title background size?
- How to link Post Title to uploaded file?
- I want the Title of page/post to show up topmost when reading the post/page
- Hide page title on dedicated posts page
- Is it possible to create dynamic templates for block themes directly from the site editor?
- Comment count next to post title?
- Menu item on a category