How to display a value inside a post with a specified category from a category custom field?

I added a custom field to category using ACF, something like this: so that I can specify a value for each category (like an image or text). How can I call for or display this or these values inside every post with the specified category. How do I write the code inside single.php? Answers: Thank … Read more

Importing New Posts from Live Site into Local Dev Site

I’m currently developing an updated version of a live site in a local environment. It’s a very large site and the local dev site is using a entirely new theme without many of the live site’s plugins or functionality. The live site uses Avada Fusion and almost all content is wrapped in shortcodes forcing me to basically re-publish each post manually using the dev site’s new setup (using ACF Pro, custom fields). I’ve spent weeks removing the live site theme, unnecessary thumbnails, plugins, and all sorts of space hogging files. The only problem is bringing in the new posts from the live site. They are adding new posts weekly and I’m about 25 behind. 🙂