Widgets not recognizing all post types
-
Hi Ben,
Wondering if you know what I would need to alter to make sure all widgets, particularly, Latest Posts, recognizes all my post types. The context is that I use the Recencio Book Reviews plugin which creates a new post type called “rcno_review” and apparently certain widgets aren’t recognizing the post type, and as a result aren’t pulling those posts into their feeds.
I solved it for some widgets by changing the following to an array on lines 66 and 67 in post-list.php but it doesn’t seem to have worked for all widgets.
‘post_type’ => array( ‘post’, ‘rcno_review’ ),
Any ideas? I’ve shared an example on my About page where you can see that the latest posts section is missing all of the book reviews essentially.
Thanks,
Jamie
The page I need help with: [log in to see the link]
- The topic ‘Widgets not recognizing all post types’ is closed to new replies.