I'm trying to insert some Google Ads in the first post only. I know how to insert it in all of them, but I would like to show it only in the first one. Is it possible?
Here is a link with the same theme I have
Thank you
I'm trying to insert some Google Ads in the first post only. I know how to insert it in all of them, but I would like to show it only in the first one. Is it possible?
Here is a link with the same theme I have
Thank you
you can check for first post with php statement
<?php if(is_home() && $post==$posts[0]): ?>
... your google add stuff ...
<?php endif ?>that should work
This topic has been closed to new replies.