Including the Same Content on Multiple Pages
-
I’m working on a WordPress site that is going to cover two sub-sites included under one main site.
Some of the pages on the two sub-sites will have duplicate page content where I’d like to pull from the same content for both pages. This will also allow me to edit the duplicate content in one place so that it updates on every page that uses that content.
Here’s an example:
Site 1 About Us Page: https://www.mysite.com/site-1/about-us
Site 2 About Us Page: https://www.mysite.com/site-2/about-us
So although these are two different pages, I’d like to pull the same content to go on each of these pages. Is there a trick to do this or a plugin that someone knows of that could help me accomplish this?
If I were doing this outside of WordPress, I’d simply do a PHP include and pull from the same file on each page – however I’m not sure how to accomplish that with WordPress.
Thanks
-foo
- The topic ‘Including the Same Content on Multiple Pages’ is closed to new replies.