• I know this is simple to many, but not to me and I can’t seem to find the right answer.

    Check out: indianaprepvolleyball.com/poll/4a

    I have put that pulldown list on a lot of different pages, and I know there’s got to be a better way than to copy and paste all of that code into every page that I use that pulldown list on.

    Can you please show me how? I know it involves CSS, but I am VERY limited in my knowledge, as I’m sure you can tell.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bigez

    (@bigez)

    ttt

    WordPress pages are compiled from the theme’s php template files. The complexity of how that works depends on the theme. Go to appearance » editor and you’ll see all the files in use. If you want your code to appear on pages for example, you’d add it to page.php. Assuming the code is html, it can go anywhere OUTSIDE a php call, denoted by <?php….?>
    And an easy way to see which template files are in use is provided by a plug in called “What the File”.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Putting same HTML on multiple pages’ is closed to new replies.