Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1128918

    Hi

    Want to display ACF custom layouts in post via enfold theme …
    You have any solution like this

    please guide

    #1128975

    Hey soniamit,

    That would be too complicated as there are almost endless possibilities to integrate custom fields using ACF. However following would be helpful:

    1- Please refer to ACF docs to find code examples – https://www.advancedcustomfields.com/resources/
    2- Since you are going to need to apply the changes directly on theme files, we recommend you to use a child theme – https://kriesi.at/documentation/enfold/using-a-child-theme/ so those changes would not be overwritten in updates.
    3- For example, if you would like to display your custom field above “You might also like” in related posts section, you can simply right click and inspect elements on it and fine it’s class, in this case “related_title” – https://i.imgur.com/rkXbR7X.png
    4- Then you can search that class in Enfold files to find the correct file and line – https://i.imgur.com/0LzqewP.png

    I hope that helps! :)

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.