I'm currently using a theme that has only one column showing only the my daily posts. Does anyone know how I can use a wordpress calendar plugin in a div tag? without using a sidebar provided by wordpress?
Take a look at my website and see what im talking about
http://myfantaji.net
how I can use a wordpress calendar plugin ..
a calandar? or the calandar?
you dont have to put the calandar in a sidebar :)
Just use the get_calendar function : get_calendar(); wherever you want it to display.
More info is here:
http://codex.wordpress.org/Template_Tags/get_calendar
I tried that, but the thing is I'm not using a .php file, I am using a .html and I tried using "get_calendar();" in my personal sidebar, but I always get an error code saying, can't locate calendar in line 34 & etc. any other suggestions? Thanks. (=