I have cerated a custom Template for Drupal 6 and now I would like to add a Blog but I’m not sure about the module to use.
Do you have any suggetsion ? I will need to change my template to work on blog ?
Thanks for any suggestion!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Drupal 6 comes with a Blog module in core. Navigate to
admin/build/modulesto enable it. It will work out of the box. If you need to change the template for a blog post you can do that as well.To change the template for the blog listing page: create a new instance of page.tpl.php and name it page-blog.tpl.php and customize to your liking.
To change the blog node template: create a new instance of node.tpl.php and name it node-blog.tpl.php and customize to your liking.
For more on creating templates, see Drupal 6 Template Suggestions