dgd
Forum Replies Created
-
I put the code in, I dont get error messages but no matter what I select there are no coupon deals. I did try the line 1483 and it shut my site down. I just changed it back.
I wonder why they give us a plugin and say it works when it doesnt. I did everything that was said to do.
Maybe I will try again later.
Thanks for your help
Thank you for the information I will try it.
What Regular rss plugin are you talking about?I went to the plugin at my host here is line 284 what is wrong with it?
function widget_linkCoupon($args) {
extract($args);
$options = get_option(‘widget_linkCoupon’);
$title = $options[‘title’];
$before_images = $options[‘before_images’];
$after_images = $options[‘after_images’];echo $before_widget . $before_title . $title . $after_title . $before_images;
(line 284) get_linkCoupon();
echo $after_images . $after_widget;
}this is error that appers in the sidebar when i add it.
Fatal error: Call to undefined function get_linkcoupon() in /home5/xxxxx/public_html/xxxxs/wp-content/plugins/linksharerss-ads/LinkshareRSSCoupon.php on line 284
I have tired to put it in several places within the sidebar php in wp dashboard apparance, edit.<?php get_linkshareRSS(); ?>
I put this tag in the sidebar php and I still get fatal undefined error, Is there a special pace in the sidebar php to put it in. I have worked on this for 3 days please help