Display Advanced Custom Fields on Post / Pages

Posted in: Newspaper
Post count: 127

We are using ACF (Advanced Custom Field) on our old site and have a field created for subtitles. We would like to know if there is a way to import the ACF field into the TD Theme Subtitles field so this can be used to display on a post.

Post count: 21065

Hello!

Yes. You should add this element in order to display your ACF field: https://www.screencast.com/t/Pr8rjrsr

Thank you!

Post count: 127

I added the block per your instructions. Thank you worked perfectly. I added an extra class to the block to get some CSS done on the new block. Would like it to match text formatted similar to the text below it that is displayed in the labeled Subtitle. Not able to get this to work. The extra class is “acfpostsubtitle”. Can you assist with this?

https://www.screencast.com/t/oSo7IdBNZf>

URL: https://dev.hrexecutive.com/talent-management/5-expert-takeaways-from-the-new-osha-vaccine-mandate/

Post count: 21065

Hello!

The code for that class should be the following:


.acfpostsubtitle {
font-size: 16px;
font-style: italic;
font-weight: 300;
line-height: 24px;
color: #747474;
font-family: Cabin !important;
font-weight: 400 !important;
}

Hope that helps you!

Thank you!

Post count: 127

Worked perfectly. Thank you for all your help.

Post count: 21065

Hello!

I’m glad that I could help you!
Let me know if you need further assistance.

Have a nice day!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.