This is the code I’m using:
[add_posts category=BGR show=10 h=2 full=true readmore="Read more link text" img=true]
Any suggestions?
Category page loads fine:
]]>My catlist shortcode is [catlist name=releases numberposts=15 date=yes orderby=date order=desc author=no excerpt=no]
and I am using the last version 6 of WP and the last version of the plugin.
What is happening? How can I fix it?
Thanks for your help
How do I get catlist to only show the category for the id I coded?
]]>There are two elements currently on this page I am using to try and do so: (1) using the plugin’s built-in widget for this purpose, and (2) using a shortcode specifying the exact id of the category I want. Neither is showing any posts; though as you can see, the title will successfully link to the category archive when using catlink in the title and checking the appropriate option for that (but I want the post links to show on the page I need help with as well).
Here is the shortcode I am using:
[catlist id=29]
Other methods of shortcoding, including just plain ol [catlist] dont work either.
Please advise
]]>in “68 masterclass” tab
]]>I have a site with courses and I am using AccessAlly. I want to list the lessons from all courses that have the search term. I’ve been able to do that using this:
`[catlist search=”texture sampler” orderby=parent]’
But it would be helpful if the course name (the parent page title) would show after each post.
Current results:
05-08-20 Bird Nest
I would like to see:
05-08-20 Bird Nest 2020 Replays
Where 2020 Replays is the title of the parent page.
Is this possible?
]]>Here’s the code I am using:
[catlist post_type=”page” show_protected=yes thumbnail=yes thumbnail_class=alignleft excerpt=no after=’-45 days’ post_parent=’196′ order_by=modified date_modified=yes]
posts_morelink="Read more about this post"
]]>