Site icon Hip-Hop Website Design and Development

Create dynamic content from one WP page to multiple other pages

I want to create dynamic content that is taken from a specific paragraph from one page and writes to a paragraph on multiple pages that feature that same content. I am new to PHP and not sure how to make this happen in WordPress.

I have an existing WordPress webpage, let’s call it the Plan, with paragraphs on it. The content of these paragraphs changes from time to time. The content in the Plan paragraphs is also on other existing WordPress pages, call these other pages Profile pages. I am trying to be more efficient by only writing the content once on my website and feature that content on other webpages with some script. I can give the paragraphs on the Plan page IDs.

On the Profile pages, how do I call specific paragraph IDs from the Plan page to write the paragraph content?