Hello, what is the code to specify the publications of more than 15 days ?. I wanted to put a brand and use the typical IF, but I do not know how to specify publications that have more than 15 days. Thanks in advance...
for example:
<?php if osc_format_date(osc_item_pub_date() >15 ) { ?>
here more than 15 days
<?php } ?>