• aaron2100

    (@aaron2100)


    Hi, I’ve already spent a couple hours trying to figure this out myself, so I decided it’s time to ask for some help. I need to have the full content and functionality of this php and html page show in the front page of this wordpress site: https://medievalforever.com/wikipediapp/

    I tried using a php plugin, but that did not work.

    Thanks so much for any help!
    Aaron

Viewing 5 replies - 1 through 5 (of 5 total)
  • MonkimoE

    (@monkimoe)

    Thread Starter aaron2100

    (@aaron2100)

    I just tried it, but I’m getting an error so I posted about that on the plugin forum. If not for the error I think it would work, so thanks!

    Still open to other suggestions.

    catacaustic

    (@catacaustic)

    The “easy” way to do this is to create a template file for this, and apply that template file to the page that you want to use it on. This will let that page have whatever functinality you want ot build into it, but will essentially hide it from the rest of the site.

    Thread Starter aaron2100

    (@aaron2100)

    Cata, I don’t want it hidden from the rest of the site, I want this to be the front page of the wordpress site. I already have a basic/non wordpress site of this code but my intention is to use wordpress to make it look nicer.

    I did create a template file and it was essentially exactly the same as the basic page after I pasted the code in.

    catacaustic

    (@catacaustic)

    When I said “hidden” I didn’t mean that it would not be seen, but that the code wouldn’t be shared with any other pages, that’s all.

    If the templatepage looked the same, then you’ll need to add in whatever styling you have for your site. Normally that will be by using the standard get_header() and get_footer() functions, but you can do it other ways if you wish.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Put standard html and php webpage into a WP page’ is closed to new replies.