Display date in Page List block
Permalinkhttp://www.concrete5.org/documentation/how-tos/developers/create-a-...
We are using the Page List block to list stories under a News section and in a sidebar on the home page. Similar to how a blog would work.
We'd like the format of these lists to be:
Story Headline
date published
Currently, to do that, we are putting the date in the story's description. We'd like C5 to pull the date published from the story's date that was input when the story was created.
The code we're using to get the description is this:
Since the date is not an Attribute we added, I'm not sure how to get the date from the story. Any ideas?
If 5.6, you can use the date helper (refer to view.php in the core page list block folder) in your page list template and then add something like