Hi, can you please tell me, how can I show in a post the advanced custom fields, that I create with ACF plugin. Or tell me the best plugin to do this with this great Theme.
Thanks.
Hi,
So in order to display the ACF inside the post you need to set the code in the templates you are using (this option is for the standard post templates), for example if you are using post style 1 then you need to set the code in wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php -> https://i.imgur.com/keAR6KV.png
If you are using a single post template from tagDiv Cloud Library, then you need to set the code in one of these shortcode https://i.imgur.com/gLoYC17.png -> wp-content/plugins/td-cloud-library/shortcodes/single
Hope this will help you!
Thank you!
Hi Calin, if I change the single archive like you said, after update the theme or plugins, I will lost the changes, am I right? So, I´m not using anymore the child theme because if I use it my custom post types do not show the sidebar. So, what can I do to change single templates for my custom post types without losting it in every update? Can I back to child theme and add sidebar to single template?
Thank you!
Hi sandrakaviah, using the child theme it is the only solution to not loose the changes after a theme update. Also I made some checks and for me the sidebar seems to de display just fine in the child theme, just make sure that you set those files -> wp-content/plugins/td-standard-pack/Newspaper/parts/single for single post templates, or if you want to use the default post style get the files from here wp-content/plugins/td-standard-pack/Newspaper/loop-single.php and single.php
I hope this will help you!
Hi Calin, thanks for your reply. I re-enabled the child theme and enabled the standard-pack plugin and the sidebar worked. Without this plugin, the sidebar doesn’t really appear.