How to Display Only Expired Ads
I'm working on tabs in the users dashboard so instead of listing every ad to the user the tabs will separate "All" "Sold" "Expired" "Expiring Soon".
Since I'm not strong in PHP how can I filter out only the "expired" ads in the loop in the tpl-dashboard.php
I will apply this filter in the "Sold" tab as well.
Thanks