Display ACF in td_module_

Posted in: Newspaper
Post count: 6

Hi, I’m having trouble doing something that should be quite simple, i.e. display an ACF text field into one of the modules (td_module_1.php). Tried several ways and methods with no luck, any help would be appreciated

Post count: 22421

Hi,

It’s not easy to customize our theme modules as there are not simple settings for this. Plugins are created for the default wordpress code, not for custom theme elements. If you want to add a custom code to a specific module you will have to alter these files: http://screencast.com/t/lZIQiFEW and then use the implementation method provided by the plugin author if there is one. maybe a do_shortcode function will work: https://developer.wordpress.org/reference/functions/do_shortcode/

Thank you!

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