Amanda2011
Member
Posted 7 months ago #
I have looked for hours but cannot find the shortcode to add a list of posts with a title only and no images/thumbnails.
This was my last unsuccessful attempt:
[autonav display="posts, list" images="0" postid="category:62" count=50]
but it still adds the images.
Can you please help me!
Thanks!
http://wordpress.org/extend/plugins/autonav/
Try removing the space after the comma: display="posts,list" -- that should work. I will have to handle embedded spaces properly in the next version. If you did want the thumbnails back, you would have to use display="posts,list,thumb"
Amanda2011
Member
Posted 7 months ago #
Thanks that solved the problem!