Dynamic list no onger working

A dynamic list that displayed content from ACF custom post types was working but for some reason has broken. I have been referring to the original post to attempt to restore functionality but no luck so far. It appears to be looping through my custom posts but no data from that post is being output to the screen.

Thx in advance for your support.

Original Post - ACF Custom Post Example

It’s working again and I don’t know why :confused:

Hi @CountyWeb,

Glad to know that it is working now.

Thanks

I need to insert a link from the list item to a page that displays data for the news item (story). I can’t remember how I did that. If you could suggest a way to achieve that I would be super grateful.

Hello @brocknessmonster,

I would suggest you please add this dynamic content code to get the link.
{{ post.permalink }}

Hope it helps
Thanks

Thanks for the prompt reply.

I made the change you suggested but it isn’t working as expected. See the outcome in the Secret Note please. Thank you.

Hello @brocknessmonster,

You can use:
<a href="{{dc:post:permalink}}">{{dc:post:title}}</a>

Be advised that when I checked your ACF fields none is assigned to the Story. I only got this:

This is why when you create/edit a story, no custom fields displays.

Best Regards.

I’m using Story as the singular form of News if that makes sense. Seemed like the best way to handle that.

Hey @brocknessmonster,

Please let us know if the recommendation above from my colleagues works for you.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.