By using the following parameter.
order_by='date_order desc'
May be combined with
list='x'
Where x is the number of posts shown.
Did you mean order_post_by?
In any case, it still shows more than one post per blog.
I have one blogger who posts every day. He’s getting all the screen space.
Any other tip?
Thanks.
I need a link to the page in question. Plus he wants only one post per page? Or only one post per blog?
The list should contain only one post per blog, and we have 10 blogs.
Test page:
https://lepetitparc.ca/page-d-exemple/
Parameters used:
use_layout=’inline’
date_format=’Y/m/j’
thumbnail=’true’
order_post_by=’date_order desc’
list=’10’
image_class=’post-thumbnail-2′
thumbnail=’true’ size=’full’
Okay it’s not possible right now. You’d have to use a different shortcode per blog. I’ll see if I can implement this feature in a future update.
Thanks for your help. And for your work on this otherwise great plugin.
Until that’s completed right now you’ll have to make one shortcode per blog with the following:
[netsposts include_blog='1' list='1']
[netsposts include_blog='2' list='1']
[netsposts include_blog='3' list='1']
etc…
I was thinking of 2 shortcodes on my page:
one excluding the prolific blogger, and another including only that blogger.
Let’s say the author’s username is prolificblogger.
This shortcode will show only his
[netsposts author='prolificblogger']
and this will show all except for his
[netsposts exclude_author='prolificblogger']