• I’m struggling with getting content into my pages.php on the admin panel. I’d rather get my regular php pages into wordpress. ex: aboutme.php, info.php. How do I do this?

Viewing 2 replies - 16 through 17 (of 17 total)
  • use the full url to the image inside whatever file is responsible for loading the image,

    dont use <img src=images/header.ing" ...

    use <img src=https://www....

    or if its a background img in your stylesheet, again use the full uri.

    Thread Starter evette

    (@evette)

    ohh that was silly of me not to even think of that.. thanks so much for everything = ]

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Getting regular php pages to work in wordpress’ is closed to new replies.