• Anonymous User 5466832

    (@anonymized-5466832)


    Hello! I would like to display a simple, full page HTML/JavaScript based Slideshow that I created with Adobe Fireworks in WordPress. I do not want it displayed as a “post” – but I want it to completely over-write the current style-sheet and theme and do it’s own thing. I will style it my way and put a “Go back to main site” button at the bottom.

    I tried to do this with conditional statements, but then I realized that ultimately every time the page loads, it is going to load the sidebar and footer files (which I don’t want loading).

    Helllppp please 🙂

Viewing 1 replies (of 1 total)
  • you could make a page template that has your html file as content (no ‘get_header’, no ‘get_sidebsr’, no ‘get_footer’);
    http://codex.wordpress.org/Pages#Page_Templates

    then add a page (admin- pages- add new) and assign the template to that page – right side, scroll down a bit – templates.

    that should be all, in theory.

Viewing 1 replies (of 1 total)
  • The topic ‘Display a HTML file without WordPress style’ is closed to new replies.