advanced-post-list icon indicating copy to clipboard operation
advanced-post-list copied to clipboard

FUTURE POSTS / DRAFTS not showing up on front end, but show as previews in Admin

Open martinperreault opened this issue 10 years ago • 2 comments

For some reason I cannot figure out, if I try to generate a list of FUTURE POSTS, or DRAFTS, the list is properly generated in the Admin PREVIEW section, but the list does not appear on the front end.

I tried the shortcode on a page, and also the sidebar widget, with same result.

I also tried adding PAST PUBLISHED posts in the list, and those display correctly on the front end, but the FUTURE POSTS, and DRAFTS are still missing from the list...

NOTE: if I try to generate a list of FUTURE POSTS and/or DRAFTS, even though they appear correctly in the preview admin, on the front end only the EXIT MESSAGE appears. The EXIT MESSAGE disappears if I add already PUBLISHED posts to the same list (as those will properly be displayed on the front end).

martinperreault avatar Dec 06 '14 04:12 martinperreault

Is there any solution for this? I have the same problem - please help or answer

lisamarie2000 avatar Jan 03 '17 08:01 lisamarie2000

I wasn't able to knock out this bug, but it's one of the issues I have tagged on the list when I develop further on the APL Filter Object. Right now, it is in the Prep Stage with 0.4.

Initially, the functionality worked with some loose ends, and it was really just a quick addition when developing the core filter/query, but I remember most of the conflict had started with user_permission settings for user_roles, and WP reverts to the WP_User API when displaying posts. Something with the User Settings of the person viewing, which may require developing a User API Object.

I dont have a know solution for this, but it might be work checking the user permission settings, which usually requires a plugin.

EkoJR avatar Jan 03 '17 09:01 EkoJR