• Resolved mwf369

    (@mwf369)


    Is it possible to display the most recent 5 posts, and provide a scrollbar for the viewer to go back further?

    I have display posts shortcode installed and configured on the front page of our site, displaying recent “news” items. It works well, but I need to provide a way to view more posts in the same space, ideally with a scrollbar.

    If the plugin does not support this functionality, is there another way to approach the problem? Possibly using a different plugin?

    Thanks,
    Mark

    • This topic was modified 8 years, 4 months ago by mwf369.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    You could specify a fixed height for the containing div. Add the following CSS to your theme’s stylesheet or Appearance > Customize > Additional CSS

    .display-posts-listing { height: 500px; overflow: scroll; }

    Thread Starter mwf369

    (@mwf369)

    Works perfectly. Thank you Bill!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display recent posts with a scroll bar for more?’ is closed to new replies.