Meta Info Author

Posted in: Newspaper
Post count: 4

Hi folks,
i´ve disabled meta info and author-info for my site, but would like to enable it to one category only. any idea how to overwrite default setting for this?
thanx a lot,
stevv

Post count: 3343

Hello,
You can use a condition in php like:

if (is_category('9')) {

}

9 is the ID of the category you want to use.

Thanks for the message!

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