co-authors-plus custom post types
-
Hi there,
Is there a way to limit the co-authors-plus to work just in some custom post type?
I mean, something like:
$type = get_post_type(); if ($type == "custom1") { use co-authors-plus() }else{ use author() }Thanks!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘co-authors-plus custom post types’ is closed to new replies.