I’m a drupal newbie…
I created my blog post listing page with View. Everything is great…
but the post detail page is not like as I need. So I wanted to create that page as well with View Module, so I can control all content, etc… but how can I create that page? url changes according to post title. somehow I need to define a dynamic Path at view module page.
appreciate helps!!! Thanks a lot!
You aren’t going to want to use Views for that. You should look into creating template pages for whatever theme you are using so that you can customize the look. Here’s a Drupal handbook page on blog pages specifically:
http://drupal.org/node/44699
Here’s a book that covers front end theming for Drupal in-depth:
http://frontenddrupal.com/