banner ads plugin latest version.
Now I am created new 2 hook name A & B, then create 2 banner Top & Bottom , then create 2 advt
Then ---> Advt assign to banner - Banner assign to hook
Now I am placing <?php if(function_exists('ba_hook')) { ba_hook('hook1'); } ?> in search header part ( Under Top h1 heading )
<?php if(function_exists('ba_hook')) { ba_hook('hook2'); } ?> in search footer part ( end of the free ads )
Now, bottom hook2 showing its assigned advt content in correct location. But
Top Hook1 showing its assigned advt content + bottom hook2 content also in TOP section.
So, issue is hook 1 why showing hook2 content together ...?
Hope recent any other use also face same issue then clear here, so its clear in depth.