I am tring to install the marquee in the theme but getting this error above the marquee announcement that works perfectly.
Warning: Missing argument 1 for wp_announce_marquee(), called in /mounted-storage/home39c/sub001/sc30862-QUJV/onethatknows.com/wp-content/themes/cleanr/header.php on line 30 and defined in /mounted-storage/home39c/sub001/sc30862-QUJV/onethatknows.com/wp-content/plugins/wp-announcements/wp-announcements.php on line 67
Is it a bug in my theme or in the plugin and how can I fix it?
11:17 pm August 23, 2009
newbie
Member
posts 3
2
I am having the same issue. Initially I thought it was my theme. But the error shows up on the default Wordpress themes as well. This seems like a cool plugin and I would like to use it ,but I can't figure out the problem.
Does anyone know why it is not working for the default themes? That might help me to figure out what my issue is. I have been working on this error for the last 5 days :O(.
4:56 pm August 28, 2009
Brian Messenlehner
Admin
posts 4
3
Post edited 9:16 pm – August 28, 2009 by Brian Messenlehner
When using the php function in your theme use wp_announce_marquee('');
5:38 pm August 30, 2009
newbie
Member
posts 3
4
Thanks for your response. That resolved the issue.