I was able to receive the solution from the developer. Add the below code into functions.php and then rebuild the Relvanssi index. This worked for me.
function rlv_index_post_date( $content, $post ) {
$date = get_the_time( "F Y", $post->ID );
$content .= " $date";
return $content;
}
add_filter( 'relevanssi_content_to_index', 'rlv_index_post_date', 10, 2 );
Related Posts:
- User-Specific Timezones? Hack? Plugin?
- How to get posts by content?
- Plugin for changing a post’s category based on it’s post date?
- How do I publish portfolio items with a future date?
- Update existing post dates to random dates and time
- The problem with WordPress Importer
- Cron job not firing
- Solutions to repost categories into multisite blogs?
- How to enable qTranslate languages tabs in custom plugin page
- How can I show many posts an author has per week?
- How do I “get the next 10 posts after post_id == x”?
- Hiding posts – WP Hide Post not working
- If modified on same day, show only time
- Date calculations from 2 custom fields
- submit posts by unregistered users in wordpress
- Search Everything plugin integration
- Calendar Solution: Handling upcoming Dates with Posts?
- get_post_type on post.php
- Is there an easy way to flag posts in the admin area?
- AJAX search posts and pages
- finding whether request is for post, and post id
- Any built-in function to associate a post to category through a plugin?
- How to hide some section in WordPress under Post
- Display post lists in 2nd paragraph
- Can’t delete Draft Post [closed]
- Matching Chapters to a Custom posts [closed]
- WordPress comments not appearing in blog posts, likely because of Redux template. Could I fix this with a plugin that adds a comment form as a block? [closed]
- WordPress display breadcrumbs using Yoast plugin [closed]
- Outbound link autometic converted into linkdirect , and not opening
- CMB2 toolkit: Compare 2 Dates and validate the Time
- Display by Category in Admin
- Search for categories
- Preg Match All doesn’t Allow echo first character for WordPress Taxonomy Tags
- How to allow an editor to edit all WordPress blog posts but have the last say as administrator?
- Two problems on my WordPress installation [closed]
- posts comments goes to trash
- Contributive page where people logged in can write
- Excerpts on category page
- How to pull email and name from Flamingo plugin
- Which widget to use for display category post with view more? [closed]
- External RSS feed to WordPress Portfolio
- Trying to fix form resubmition with PRG (Getting error: Cannot modify header information – headers already sent by)
- Display wordpress post’s in popup?
- date/time-picker and file upload (image) fields for custom fields (e.g. with more fields)
- Unable to add TAB character to post?
- AJAX search as you type? [duplicate]
- how to add text to posts from tags
- Add category selection to custom post type (plugin)
- WooCommerce search products between price range using WP_Query
- Redirect to another page using contact form 7? [closed]
- Would Gutenberg be considered a PlugIn?
- pagination on data fetched using SQL query
- How to delete all trashed item in one-go
- AJAX fileupload – TypeError: not a function ajaxSubmit()
- How to get the first post and second post in a wordpress blog?
- Is it possible to send blog posts via email to subscribers?
- Custom setup of wordpress comments that are displayed
- Is there any plugin which can paste a common content to my every post?
- Recent posts per category loop?
- ‘Organize Series Plugin’ as muti author feature
- Send admin an email when a user’s search has no results
- Import Instagram post to WordPress blog post
- Problem of encoding characters (apostrophes) in my posts publications
- How to backup single post in wordpress [closed]
- How to get all posts belongs to a user between a certain date
- Integrate Algolia to WordPress site
- Changing default WP-Site creation date
- wordpress content .php file in an iframe’s src in a wordpress post
- How to multiply a post to test internal search results?
- Making my plugin create a page?
- Is there a way to make the main page only display a brief description of the full article?
- How to change the post form from plugin?
- WordPress plugin Post Creation [closed]
- Don’t publish/update a post when a plugin finds errors in custom fields
- Allowing users to Sign-up > Login > Post articles that need approval
- How to set “split_on_numerics” to false in ElasticSearch mapping using ElasticPress? (for proper SKU search in WooCommerce) [closed]
- Change letters for day name
- How can I automatically download all images from all imported posts, place them on my new host, and replace all the links
- posts from multiple post types in one slider
- Woocommerce Backend Search by Title and SKU
- How to display the featured post on the category page?
- Set Multiple Meta Values as an Array Using dispatch( ‘core/editor’ ).editPost() Call in Gutenberg/JS
- Flickering sidebar when scrolling page [closed]
- Is there a plugin or a way in the wordpress that would let us have different versions of a post or page accessibe to users?
- Moving FB comments at the end of page
- Where Should i write the code for wordpress ajax voting?
- download button for audio file in post [closed]
- check uncategorized category by default
- Print posts category or tag as a formatted journal
- how to execute some code after a post is published in WordPress [duplicate]
- Search and Filter Plugin – How to disable redirection
- Post status doesn’t update to ‘future’ every time?
- WordPress Multi-Step Product Search
- Function added to hook “new_to_publish” not executing – custom plugin
- Search by Attachment ID
- Creating an admin meta box to save post as pending
- Custom search search does not work?
- trigger email when post is published by someone a user follows
- Grab ID from post from plugin and use it to create an object
- Article content navigator in wordpress like mbaskool website