I’m not sure about a plugin, but you can definitely add custom meta that allows you to set the event date, or even an event daterange (my preferred way of handling this is an event date and a duration, cuts down on calculations in the backend and is generally easier to understand, but ymmv). This allows you to keep your post dates in order while maintaining event dates, and also allows you to query by either of them using WP_Query, should you have that need.
Related Posts:
- How to represent “event” in a UML Class Diagram?
- How to test wp_cron?
- WP_Query orderby date not working
- Recommendation for a WordPress Calendar Plugin with Recurring Events? [closed]
- How to put last edited entry on top of the blog-post list?
- Query posts from current year
- How Do I Make WordPress Run an Event Every Day?
- Looking for a simple calendar/events plugin [closed]
- Order by custom field date with ASC order
- Arrange Posts By Date In Order Of Closest To The Current Date
- Ordering posts by anniversary using only day and month
- Retrieve taxonomy terms in order of their post’s date?
- Display custom post types by date field
- Ordering by meta_value AND date NOT WORKING with wp_query
- WP_Query meta_query results date by date
- Custom Post Type Events Archive Grouped By Month
- Create a custom event post
- Arrange posts by date in front page
- How to display upcoming events by dat with Modern Events Calendar Lite
- Orderby ASC changes to DESC in WP_Query
- Complex WP_Query order request: DESC by day, but then ASC by time
- Show events date instead of article date in default calendar widget
- how to set array of args for scheduled event?
- Ordering posts by publish date not working?
- WP_Query: Group events by year, sorted DESC; then by date for each year group, sorted ASC
- Events plugin for irregular / complex events [closed]
- How to get an event to fire using Google Tag Manager for the wordpress audio player?
- Sorting a query Field by date
- Event Organiser: Event list includes regular Posts & custom fields? [closed]
- Ordering posts by custom field named “date” in backend
- Check post_date in pre_get_posts
- Single Events as Sub-Page to Main Calendar Page
- Sort custom post type by most current date picker
- Reverse order of events on homepage [closed]
- Update user meta after one hour
- Order posts by date
- Event booking form for wordpress
- Plugin: Events manager – Next and previous event
- How to query posts by month based on date custom field?
- Event Management plugin
- How to Create Events Calendar
- Group the events post in month+year format?
- Multiple orderby date arguments
- WordPress Admin – Automatically Sort Custom Posts by Custom Field Date Value in d-m-Y Fomat
- Primary navigation menu with timed items from custom post type
- how can create carousel for posts that will be published a month later?
- How do I display posts ordered by a date custom field?
- Upcoming events
- Add option in th event calendar
- Loop posts in a table ordered by a custom field value
- How to display custom post type ordered by a custom field date
- Get post closest to today
- Order a query by meta_value and then by post_date
- Post Terms As Class Name For Full Calendar Events
- Checking if field is set before comparing with meta_query in query_posts?
- Last three posts not being put in order by date. How to fix this?
- Get posts that were most recently tagged
- Order Wp Query by earliest of 3 dates meta query
- WP_Query sort by ACF date field (newest first) with blank dates first
- Need to build a community membership and event/ticketing system
- Calculate business days
- How to format a JavaScript date
- How to format a JavaScript date
- How to format a JavaScript date
- How do I get the current date in JavaScript?
- Java string to date conversion
- Change date format in a Java string
- Get String in YYYYMMDD format from JS date object?
- How to get current timestamp in string format in Java? “yyyy.MM.dd.HH.mm.ss”
- Compare two dates with JavaScript
- Compare dates with javascript
- How to get current time and date in C++?
- jQuery equivalent of JavaScript’s addEventListener method
- ORA-01843 not a valid month- Comparing Dates
- Teradata: how to convert varchar value (format ‘dd.mm.yyyy’) to date (format ‘yyyy-mm-dd’ )?
- Is there any way to change input type=”date” format?
- What’s the difference between event.stopPropagation and event.preventDefault?
- How to get current time and date in C++?
- How to set a timer in mysql
- Add days to JavaScript Date
- How to format date in angularjs
- Parsing a string to a date in JavaScript
- Get the current year in JavaScript
- Query comparing dates in SQL
- Current time formatting with Javascript
- How to compare dates in Java?
- Java SimpleDateFormat for YYYY-MM-DDThh:mm:ssTZD
- What does on() in JavaScript do?
- ORA-01830: date format picture ends before converting entire input string / Select sum where date query
- Convert java.util.Date to String
- How do I use PHP to get the current year?
- LocalDate to java.util.Date and vice versa simplest conversion?
- Format JavaScript date as yyyy-mm-dd
- Oracle date format picture ends before converting entire input string
- Add days to JavaScript Date
- Converting string to Date and DateTime
- How to validate date with format “mm/dd/yyyy” in JavaScript?
- Compare given date with today
- Convert date to datetime in Python
- How do I get the day of week given a date?