July 2011

Show related nodes in a block based on taxonomy terms with Views 3 and Drupal 7

You want to show a related nodes to the current node in a block using taxonomy terms?

There is an excellent article giving a step-by-step guide for Views 3 and Drupal 7 on http://www.metachunk.com/blog/adding-related-content-view-drupal-7. Really easy and comfortable!

Output meta description and keywords for selected paths with Drupal 7

You want to output meta keywords for selected pages like the front page. One solution is to use Meta tags or the Meta tags quick module. They do the job. But if you have only a few pages and you want to avoid the overhead of a module with DB accesses, you can use a simple hook.

Write in your module the following code.