Have you tried to put this when using HTML tab on the post edit ?
If you change WP_DEBUG to true on the wp-config.php, does wordpress generate any error ?
I am experiencing the same problem.
WordPress version is 3.4.2, plugin version is 0.1.8
Some of the examples from the installation tab do not work, e.g.[pcig category=category-2 show=post_title links=post_title post_sections=h1,h2,post_excerpt]
I noticed that whenever you do show=post_title nothing shows. If you do however show=category_name,post_title everything is okay.
I am looking for a way to show all posts of a single category without the category name but so far have not found the way to do it.
I have put up a test page for you on http://rookzondervuur.be/bbq-recepten-vis-schaaldieren/
On that page the only code I used was [pcig category=vis-schaaldieren show=post_title links=post_title hide_empty=true orderby=title]
As you can see the only code generated is
<div class="storycontent">
<ul class="pcig-ul-list pcig-top-ul-list"></ul>
</div>
When I use [pcig category=vis-schaaldieren show=category_name,post_title links=post_title hide_empty=true orderby=title] it works.
Thank you in advance for your support
I designed this plugin to alwasy show subcategories and its posts. The reason it is not showing is because the selected category doesn’t have any child categories.
I added code to fix this. Please update to the lated version and it should be fixed.
Works like a charm now: http://rookzondervuur.be/bbq-recepten-vis-schaaldieren/
Thanks a lot for the excellent support!