Rotate Ads Not Working
-
When selecting Rotate Ads all Ads are displayed at same time with this #wpai-del# between each Ad.
I updated the line of code as suggested:
$ads = split(‘#wpai-del#’,$blocks[intval($id)]->default_ads);
TO
$ads = explode(‘#wpai-del#’,$blocks[intval($id)]->default_ads);Any help in finding a solution would be a big help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Rotate Ads Not Working’ is closed to new replies.