I want to show the entries which are expired or past(expired date). I tried the following code but doesn’t work and it show with future entries also. How to fix ti?
1. doesn’t work
{exp:channel:entries channel="english_channel" show_expired="yes" show_future_entries="no" }
{entry_date format="%Y %m %d"}-{expiration_date format="%Y %m %d"}
{/exp:channel:entries}
2. doesn’t work
{exp:channel:entries channel="english_channel" show_expired="yes" show_future_entries="no" stop_before={current_time format='%Y-%m-%d %H:%i'}}
{entry_date format="%Y %m %d"}-{expiration_date format="%Y %m %d"}
{/exp:channel:entries}