I have these two files -
'example-a.php' and 'example-b.php'
My object is to have 'example-a.php' show up on the first of every month and have 'example-b.php' show up on the 15th of every month (in place of example-a.php).
Is there a way I can make a function that can do this?
I don't need a database or anything...I just have two different files with text on them. They are date specific though.
Is there a way I can have a function that checks the date and then make an include statement? Or something like that?
I'm alittle bit of a newbie at this. I apoligize if I'm clear.
Any help would be great. Thank you!