cfadminwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] Can't get Custom Post Types to work withThanks.
I figured out that it’s when the post in that custom post type is set to private that is causing the problem. So the custom post type was set to public overall, but when I put specific posts set to private they will not show. Even when I am logged in as different users who should have access to private pages.
Just FYI. Thank you for the response.
Hmmm… well perhaps there is something else that it is hindering. Any custom post type (I have three) will not work for me. So perhaps there is another plugin that is affecting it. Thank you for checking! I appreciate it.
Hi!
Here is an example, I used Announcements as my custom post type name.Shortcode from Custom Content Shortcodes Plugin:
[loop type=”announcements” paged=”5″]
<h3>[field title-link]</h3>
[/loop]FYI: It works with post. I’ve tried announcement and annoucements (just in case one of them worked … it should be announcement).
Thank you for the quick reply!