Please help me to know about google ads between the post see this website http://indiha.com/Cricket/3rd_odi_match_Bangladesh_vs_India_live_match_and_f ull_video_Highlights/
Here the google ad is between the post I want like that
Help me
Thank you


Please help me to know about google ads between the post see this website http://indiha.com/Cricket/3rd_odi_match_Bangladesh_vs_India_live_match_and_f ull_video_Highlights/
Here the google ad is between the post I want like that
Help me
Thank you
The link you provided doesn't work.
But from the looks of it they are just using the ads in the story view.
In link_summary.tpl towards the bottom.
Code:{if $pagename eq "story"} PUT AD CODE HERE {/if}
At the very bottom of link_summary.tpl add the following code:
You can change the numbers to reflect the intervals of stories you want the ads to display after.PHP Code:{if $pagename neq "story"}
{if $link_shakebox_index eq 4}
<div align="center">
<!-- Your Ad Code Here -->
</div>
{/if}
{if $link_shakebox_index eq 9}
<div align="center">
<!-- Your Ad Code Here -->
</div>
{/if}
{if $link_shakebox_index eq 14}
<div align="center">
<!-- Your Ad Code Here -->
</div>
{/if}
{if $link_shakebox_index eq 19}
<div align="center" >
<!-- Your Ad Code Here -->
</script>
</div>
{/if}
{/if}