Home › Forums › General Issues › Use the same content on multiple pages › Reply To: Use the same content on multiple pages
If you are not using the block editor there is only one way that I would do this and that is to use ACF Pro and create an options page and that is where it would be entered.
There are topics here about getting blocks that use ACF from other posts. I do not use the block editor and I cannot tell you how to do this. Searching for this should turn up some recent results.
If you are not using the block editor the you can either use an options page as above or you can supply the post ID to get the values from the other post if you know the post ID
get_field('your_field_name', $post_id);
see https://www.advancedcustomfields.com/resources/how-to-get-values-from-another-post/
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.