WORDPRESS Question??
Lyka asked:
I have a site actually. And I use wordpress as my blogging tool.
And my problem is, how can I make my wordpress layout to be the same as the layout of my subdomains and other pages?
I’ve seen sites with wordpress and the non-wordpress sites have the .php extension on them. how can I do that?
HELP!
TweetThis
|
Digg |
Stumble
|
Sphinn |
Del.icio.us
|



you can change the wordpress layout in the admin pages. you just have to make sure that the template file has write-access (wordpress will give you a warning if this is not the case).
why do you need .php endings? i don’t see any advantage for this.
I dont know about word press.. I have never used it. The .php extension is just to say the page is a php script rather than a static .html page. When a .php extension is requested, the webserver sends a request to the php executable to run that particular script; the php executable performs its duties and returns the resultant page back to the webserver which sends it back to your browser.
Wordpress is a set of php scripts by the way