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!


Digg Stumble Reddit Sphinn Del.icio.us



2 Answers

cruppstahl says
2008-05-13 03:18:50

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.

 
coffeeaddict_uk says
2008-05-15 06:52:21

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

 

Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.