I have some code in my functions.php for putting ads on my site that looks like
add_action( ‘x_after_view_global__navbar’, ‘x_print_top_slider’ );
<?php if(function_exists('the_ad_group')) the_ad_group(183); ?> <?php }
function x_print_top_slider(){
?>
how can I make it so that it shows only on posts and not pages?