ryanjohnjackson
Forum Replies Created
-
Thanks for the reply,
I hope it’s that. If it is it will go away when I go live (~ is temporary). If not I’ll have to go into maintenance mode and stick a static pic there for now.
Thanks
Resolved:
I had assumptions about the plugin that by default it was “orderby=”post_date” and that it would be descending.
I didn’t notice this because I have been trying to show 1 post at a time. So no matter what I did I’d just see the “wrong” post.
So it’s my fault for assuming 😉
This is the correct code for my latest blog post area:
‘[post-list orderby=”post_date” order=”dsc” exclude_current=”0″ numberposts=”1″ show_image=”true” show_excerpt=”true” excerpt_length=”60″ ]’Thanks for the plugin 😉
Correction:
exclude_current=”true” was tested as exclude_current=”false”. I had changed that manually for this support group but it was tested as false for my site and still not working.
Thanks
Forum: Plugins
In reply to: [Post Content Shortcodes] [Plugin: Post Content Shortcodes] Image SizeI’m having a similar issue but I want to make the image smaller and cannot.
[post-list exclude_current=0 category="48" numberposts="1" show_image="true" show_excerpt="true" excerpt_length="80" image_width="80" image_height="80"]Everything seems to show it’s just the image won’t become smaller. I do wish to maintain aspect ratio.