magoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Next & Previous post linksThanks, now I just need to work on it today. Appreciate it 🙂
Forum: Fixing WordPress
In reply to: Next & Previous post linksThanks for the tips e-head, I’ll look into those.
Kafkaesqui would you be kind enough to share your plugin your working on? 🙂Aww ok well I deleted the xml file and redid the settings, the itunesblogger is writing to the database. Am I calling the function properly? Or do I need to point the function to the wpitunes.php file.
I now have the function in index.php, and am stating <?php wp_get_itunes(3); ?>
Am I calling the function properly?
Thanks for the help 🙂When activating the plugin is it suppose to create a table in the database? If so mine is not creating a table. I have the plugin activated in the admin panel. :-/
I am recieving this error when I try to run the hack.
—
Fatal error: Call to undefined function: wp_get_itunes() in /home/studioki/public_html/blog/wp-sidebar.php on line 19
—
In the wp-sidebar.php on line 19 is where I placed <?php wp_get_itunes(3); ?> isn’t that how you call that function? A little lost right now, thanks.