Future status will give 404
-
I’m using post_status=”future” to show post which is scheduled in the future.
URL to these posts will be like /?p=123 and when you to go these posts you will get 404.
If I’m logged in it will work.Permalink is set to /%category%/%postname%/ and when I show posts with status “publish” url will be like /events/my-post
Permalink works normal for the rest of the site.
This is my shortcode;
[display-posts include_date="false" date_format="d | m | y" category="events" image_size="large" wrapper="div" wrapper_class="display-posts-listing grid-small" posts_per_page="12" meta_key="_thumbnail_id" pagination="true" include_excerpt="true" include_excerpt_dash="false" post_status="future" no_posts_message="No Upcoming events right now!"]
- The topic ‘Future status will give 404’ is closed to new replies.