I just need a quick pointer.

I am making a personal webpage about myself, and want to make dynamic pages with the same layout . Basically, every webpage has the same layout (template?) and I want to change the contents in the main "div".

I looked at smarty, is that something I can use? Can someone point me to a guide or give me a pointer/framework to check out?

Thanks

link|improve this question
Think about using a CMS. Saves lots of work. I recommend using Wordpress as this is very easy to use while quite mighty and there are lots of plugins. If you change the template, you're even able to disable all blog features. – Jens Erat Oct 29 '11 at 15:05
feedback

closed as off topic by sblair, Daniel Beck, random Oct 29 '11 at 15:23

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

Well, from the About Smarty page it looks like it is vaguely to be what you are after, but if you do not know if/why/how to use PHP in the first place I would look some HTML tutorials first before moving on to PHP.

In any case, there is a Smarty tutorial on PHPEveryday

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.