Best way to create a news listing with title, date and short description | Community
Skip to main content
New Participant
July 19, 2017
Solved

Best way to create a news listing with title, date and short description

  • July 19, 2017
  • 2 replies
  • 2570 views

Hi,

I am new to AEM. I am working on AEM 6.2 in premise instance. I have to create a news listing page, with common functionality like sorting, paging, filtering based on tags. Can anyone suggest if there is default component already available using which this functionality is achievable.

Thanks.

Mukesh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by BigT168

Take a look OOTB list component which have all things you need.

it should be under

/libs/wcm/foundation/components/list

2 replies

BigT168Accepted solution
New Participant
July 19, 2017

Take a look OOTB list component which have all things you need.

it should be under

/libs/wcm/foundation/components/list

smacdonald2008
New Participant
July 19, 2017

I would look at building a component like this using HTL.

There are quite a few articles that show you how to work with HTL. Look here:

Adobe Experience Manager Help | Creating an Adobe Experience Manager HTL Headline component

You can build all types of HTL components like a newsletter:

Adobe Experience Manager Help | Creating an Adobe Experience Manager Newsletter HTL component

To work with a Repeating data set - see:

Scott's Digital Community: Creating an Adobe Experience Manager HTL component that displays a repeating data set

If you are not familiar with building a HTL component - look here:

Adobe Experience Manager Help | Creating an Adobe Experience Manager HTML Template Language component that uses the WCMU…

This article will step you through how to build a HTL component that uses a Java WCMUsePojo class.