well, I want to do my site with a tips page (wich is the blog) and portfolio page, but I want to portfolio page be a dynamic page... I mean, to "post" the work when I have finished it, and display it in a different way... A screenshot, description, title... but my inquery is what can I do to have 2 "dynamic" pages, where I can post with different style in a single site...
Assuming you use categories to organize content, you can customize the look of each category - http://codex.wordpress.org/Category_Templates
thanks! mercime... so, using this categoy_templates.. can I do something to don't display for example... "portfolio" categories in the blog page... I mean, all categories will be display in blog page, but no portofolio categories...
Create two categories - 1st one is TIPS and 2nd one is PORTFOLIO. Then create category template page for each and you can format category template for all posts in TIPS category to look like a blog if you want; then format category template for all posts in PORTFOLIO category as you mentioned above.
thanks again...! I have already done with that... (localhost now)