1 to 2 of 2
I've just upgraded to v2.07. When I changed the number of ads to show on multi-post pages to 0, it always return to 1.
I don't want to display any inline ads when there are multiple posts on a page but currently I can't seem to get this done. Any ideas?
I think this should help:
1.) Open the file admin/inline.php
2.) Find the code below:
$array['showposts'] = empty($_POST['oiopub_inline_showposts']) ? 1 : intval($_POST['oiopub_inline_showposts']);
3.) Replace with:
$array['showposts'] = intval($_POST['oiopub_inline_showposts']);
1 to 2 of 2