Plugin Author
alek
(@alekart)
Hi,
it seems that you have a custom post_status because by default “archive” is not a status:
https://codex.ww.wp.xz.cn/Post_Status#Default_Statuses.
Btw there is no way to do it without modifying some code: arw-widget.php on line 162, 191 and 395
AND post_status IN ('publish') should be changed in AND post_status IN ('publish', 'archive')
I will note it as a feature for the next version but I don’t know when it will be released as I’ve got not much time for it :/.
-
This reply was modified 8 years, 10 months ago by
alek.
Thread Starter
geri1
(@geri1)
Thanks for the quick reply !
The display in the calendar view is so correct (logged in, not logged in);
The presentation of the post with selection unfortunately only when I am logged in as admin, otherwise I get the message “The page could not be found”.
But I am now satisfied and do not want to bother you with my problem.
I hope that there will be this feature once in a future version.
Thank you very much !