Ok i have created a plugin with admin menu.
My admin menu has 2 catagories:
cat1:
cat2:
in my plugin i want to be able to choose automatically which catagorie comes out on the page.
in the plugin editor i have
$ThisWeek = date('w');
what i want is this.
if the week is less than 26 then display cat1. or if the week is more than 26 then display cat2.
please please can someone help me.
The blog I need help with is tommiesbar.wordpress.com.