PlaneShift
Fan Area => The Hydlaa Plaza => Topic started by: mufler on May 07, 2007, 03:44:17 pm
-
anybidy here familier with wordpress?
if so can i ask a few question?
1) im making the theme for my site. but i only touch code that I build.. that way i wont mess things up. but word press is very confusing.. i took there default theme and changed the look of it. but it failed.. very bad to..
there is a huge block of PHP is it possible i can keep them together and still have a diferant theme?
( sorry im more of a XML HTML CSS guy )
-
I don't know much about wordpress but I do know a little about php. It sounds to me you will need to learn a little php to do what you want because it is very likely the php is being used to create the html and stylesheets dynamically. If that is correct what you will need to do is to go in and alter the html/css within the php code and you could very easily break the php by accident. Php is not too difficult of itself, but it can be built up into complex applications like any other programming language. You would probably be better off scouring the wordpress sites and asking their community.