• Hi,

    I am starting to build our website, which is a multisite (sub directories). And I already created a static page as Home page, that has a grid on the top that should show the latest featured content publish among the blog network. I would like to use Network Latest Posts plugin for displaying the latest posts, published in all the sub directories (and marked as featured posts) on the grid (title+thumbnail) on the Homepage. But I cannot find how. Is it possible to do this with this plugin? This is our url, in case you would like to have a look to see what I mean: https://www.galakia.com

    Thank you a lot in advance for your help!

    https://www.ads-software.com/plugins/network-latest-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hi, it’d be possible to achieve that with a custom stylesheet. If you want to replicate those grids you should try using those CSS rules applied to the plugin’s structure. Please check this link where you can see HTML nodes and CSS classes for posts displayed in blocks: nlposts-block-nodes. And here is the default style for reference, you could use it as a start: nlp-defaultStyle.css.

    Once you’ve finished your custom style, save it to your main active WordPress theme folder (where style.css is found), then use it in any shortcode or widget like this:

    // In this example my custom CSS stylesheet was named my-custom.css
    [nlposts title_only=false thumbnail=true css_style=my-custom]

    I hope this points you in the right direction.

    Best regards,
    José Luis.

    Thread Starter Wavinemba

    (@wavinemba)

    Hi!

    Thanks a lot!! I will try this (fingers crossed!!). Thank you so much for your super fast answer and solution! I will tell you if finally I can do it!

    Have a nice day! Buen día!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest post displayed on Homepage grid’ is closed to new replies.