• pcrcool

    (@pcrcool)


    Please watch this video I made: http://www.youtube.com/watch?v=5Jd_KV3p5Kw

    It explains it all.
    I want to use wordpress to host my html code on, so I can use wordpress plugins, but i want to delete all the pages and unused php files of the wordpress theme without collapsing the entire wordpress control panel. Like comments.php, footer.phph, etc…. My site is just 3 html pages, the home page and about page and contact page. How do I delete all the rest of the stuff?

    how can this be done? Which files must I not delete?

    Thanks

    [One thread per topic is enough, thanks]

Viewing 7 replies - 1 through 7 (of 7 total)
  • WPyogi

    (@wpyogi)

    You can’t use WP without a theme. If you have your own HTML/CSS you might want to look at a theme like Blank Slate or Toolbox – they have little more than basic WP structure so you can incorporate your code more easily. But WP won’t “run” static pages.

    EDIT- I didn’t watch your video so if the above is not pertinent, feel free to ignore it.

    Thread Starter pcrcool

    (@pcrcool)

    oh, well since I posted this I managed to get static pages to run on wordpress, I just went “Pages” in wordpress and created a page called “About” with the permalink of “domain.com/about”.

    Then I went into file manager in my webhost, and added a new file called “page-about.php” into the wordpress theme file section, and they now show up in wordpress, and I can just paste my code in it. Its working so far.

    It was the recommendation of some guy an another forum. “page-{slug}.php”

    Krishna

    (@1nexus)

    Thread Starter pcrcool

    (@pcrcool)

    Ya its interesting, I dont understand to much of it, but I like the “child theme” idea, but I ive already got static pages to work that are made of just HTML anyway

    Krishna

    (@1nexus)

    BTW, is this your site: http://www.youtube.com/user/yutubemedia ?

    Edward R. Jenkins

    (@cardiganmedia)

    You may want to give this a read as it involves using elements of WP outside of WP. It may be what you’re looking for:

    http://codex.wordpress.org/Integrating_Wordpress_with_Your_Website

    Thread Starter pcrcool

    (@pcrcool)

    @krishna, maybe, why? lol
    [Don’t bump]

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How Do I use WordPress WITHOUT a Theme?’ is closed to new replies.