custom fields in post
Hello,
I want to add some custom post types that I have created, to the content of a post. I'm looking for the file containing the_content_wrapper which is where I think it should go.
I added in content_single. php in <div class="post-wrapper-content"> right after mfn_builder_print ($post->ID);, but that doesn't work in the section.
Regards
I want to add some custom post types that I have created, to the content of a post. I'm looking for the file containing the_content_wrapper which is where I think it should go.
I added in content_single. php in <div class="post-wrapper-content"> right after mfn_builder_print ($post->ID);, but that doesn't work in the section.
Regards
Comments
This is the file you are looking for, functions/builder/front.php
Our support ends here since we do not support direct file changes and such customizations.
thanks
And okay, no problem. The rest of what I want to do I know how it's done.. What happens is that I can't find the file where to add the code.
Thank you
I'm reviewing the code and I don't see a chance there.
It's putting the ACFs where I show in the picture
http://prntscr.com/hd9k7g
Sorry, I always meant custom fields. I have created new custom fields and try to display them in the post.
Regards
What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact your web developer. Item Policy says:
Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customisation services or checking out the great service providers on Envato Studio
thanks
I do not ask to be told the steps for making changes to files.
I ask to find out which file betheme uses to display the post content.
I'll take care of the modifications.
I think it's not that hard to understand and it's not something outside of support policies.
At least it seems that way to me.
Thanks
the single.php file is the default wordpress file for displaying posts, as well as index.php.
Please read the wordpress documentation and you will find everything there.
thanks