PHP Include codes for wordpress?
What is the php include codes for wordpress?
Where do I put them in my existing php pages?
How do I get the get header/footer/sidebar codes to work/where to put them? I tried putting them in my test page and they failed.
How different is it from a php include-based website using html stylesheet?
I'm so confused, and everything I read makes it worse because I don't understand it -_-
Comments
Using PHP includes with WordPress: http://www.45royale.com/blog/xhtml/using-php-inclu...
PHP include help : http://wordpress.org/support/topic/210060
RunPHP – Include PHP in your wordpress blog posts or pages: http://www.bloggertools.org/2007/04/22/runphp-incl...
How to start a blog
Learn how to create a blog. This article walks you through the basics of choosing a blog system, setting up your blog, getting traffic to your blog, and making money from your blog.
Read the full article here:
http://www.elated.com/articles/start-a-blog/
Some Themes: http://smashapps.blogspot.com/2009/06/20-most-eleg...
Tips: http://smashapps.blogspot.com/2009/06/top-10-impor...
FAQs: http://faq.wordpress.com/
Ron
A wordpress theme is made up of several pages - not php includes. The way a theme is set up is tied in directly to the wordpress engine. You will need to know what to take out in order for a wordpress theme to work on a regular website, and what to leave, and chances are good it won't work correctly even then.
You will need to literally comb thru every page, remove the wordpress stuff. Then the part that makes up the theme will need to be removed and put into one html (or php) page, cleaned up, and then you need to reference the style sheet or sheet, which you will most likely also need to comb thru..
It won't be an easy job and will take awhile for you to do it. It's not a one or two php code thing.
As you may know a domain name is just a name, not a real website/weblog. If you are going to create your blog website: 1- Buy a domain name. A domain name is a name you want to call your website (ex: www.yahoo.com). To get a domain name, you have to pay an annual fee to a registrar for the right to use that name. 2- Buy a web hosting service to provide your online space and enable you to get your blog online at your purchased domain name.
If you’re going to start your blog at your own domain with different pages, you need a web host providing wordpress.
Take a look at:
http://www.threehosts.com/blog
http://www.threehosts.com/build
There you can reach the three reputable companies that are leaders in the blog/wordpress website hosting industry.
Hope this helps.