Blogging Feature
Categories
Component ID
2128993
Component name
Blogging Feature
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This is an blogging feature example for Drupal 7.x.
To get this going:
- Download and install Drupal 7 core
- Download the following modules to sites/all/modules:
- Checkout the repo for this Sandbox to sites/all/moduels
- Enable the Blogging feature
- Enjoy the following features
- Blog link is in the navigation menu
- The blog path is /blog thanks to pathauto
- Individual blog post paths are /blog/[blog-title] thanks to pathauto
- Vocabulary "Blog tags" is dedicated to the "Blog post" content type
- A block of used Blog tags is positioned in the first sidebar of any blog pages thanks to the Context module
- The Blog tags paths are /blog-tags/[term-name] thanks to Pathauto
- The /blog teaser page and blog tags block are both generated by custom views
Recommendation: Download the Devel suite of modules, enable the Devel Generate module, and generate blog post nodes, comments, and taxonomy terms to quickly see how this all works.
