PurabTech is technical blog for Programmer and Coders
how to integrate wordpress into php website
WordPress is very easy to work on. PHP tutorial, how to integrate wordpress into php website. you can very easily integrate the wordpress with php or html site. Here we given code for same.
There may be only a few features of WordPress you want to use when integrating it with your site, or you may want your entire site run with WordPress. This tutorial will guide you through making your WordPress site look like your current design.
how to integrate wordpress into php website
How to start?
First you need to disable the wordpress theme. using following code.
open your header.php file from your wordpress theme and put following code in that file.
In the event you want to show ten posts sorted alphabetically in ascending order on your web page, you could do the following to grab the posted date, title and excerpt:
really helpful for php developers..