Gallery Post Format

Posted in: Newspaper
Post count: 36

Hi there,

How can i block Newspaper ADS code in Gallery post format’s

Post count: 7909

Hi,

You will need to add a condition for this: http://screencast.com/t/ZDwazIXa5IRe

$post_format_x = get_post_format($this->post->ID);

And this code for every ad(top, inline, bottom) that you want to block:$post_format_x != 'gallery' and

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.