About ads showing in post

Posted in: Newsmag
Post count: 38

Hi

I don’t want all kinds of ads to be showed in some posts ..let say all the posts under category “Fashion”.

can i do this from theme panel? thanks.

Post count: 6535

Hi

The theme does not have any options to remove the ads from some specific posts. This may be possible only by editing the code: http://screencast.com/t/ERoCyTsUU

        if (in_category('fashion')){
            return;
        }

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.