PDA

View Full Version : Template user guide or tutorial


carstone
05-21-2006, 04:03 PM
Hello all!
I have zero'ed in on phpWordPress for a portion of my site. However, I feel very uneasy about the templating process and the tags that need to be placed. I need to have multiple software packages developed with the same IDENTICAL look so they are seamless to the user. Is there a document detailing the templating process more fully?
Thanks!

Alex
05-22-2006, 03:02 PM
There are several sections of the site where you can refer for details and usage of templates. First, refer to online documentation (http://www.word-press.net/doc/), and explanation of usage for every respective template file - section 5.5: Managing Templates

Next, you have brief explanation of template structure and what are the main template files on this topic:
http://www.word-press.net/forums/showpost.php?p=401&postcount=3

As you can see, templates are normal HTML files, and you can treat them as such. Special tags are self-explainatory, just make sure to read the above first, and I'm positive you won't have problems in customizing the look and feel of your site.

Anyhow, we're in process of rewriting the full manual and tutorial section so we'll soon have all this available online in form of tutorials.