I have a website with 100 pages. I want to include an image in 20 different sections on all 100 pages without having to go in and edit all 100 pages 1 by one because it would take weeks.
Is there any way to use php to include the images into the 20 spots all at once using include or some other function?
Thanks!!