• 73melons

    (@73melons)


    How can I show only the most recent post from each blog? Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author johnzenausa

    (@johnzenausa)

    By using the following parameter.

    order_by='date_order desc'

    May be combined with

    list='x'

    Where x is the number of posts shown.

    Thread Starter 73melons

    (@73melons)

    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.

    Plugin Author johnzenausa

    (@johnzenausa)

    I need a link to the page in question. Plus he wants only one post per page? Or only one post per blog?

    Thread Starter 73melons

    (@73melons)

    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’

    Plugin Author johnzenausa

    (@johnzenausa)

    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.

    Thread Starter 73melons

    (@73melons)

    Thanks for your help. And for your work on this otherwise great plugin.

    Plugin Author johnzenausa

    (@johnzenausa)

    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…

    Thread Starter 73melons

    (@73melons)

    I was thinking of 2 shortcodes on my page:

    one excluding the prolific blogger, and another including only that blogger.

    Plugin Author johnzenausa

    (@johnzenausa)

    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']

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Most recent posts, one per blog’ is closed to new replies.