taxonomy term

How To Display Drupal 8 Block on all Taxonomy pages (taxonomy/term/)

| 19 views

Today working on my favorite website - optionsbrew.com, for a moment I faced a small issue - how to display block (s) on the default taxonomy/term page. I remember I was doing such tricks back in 2012 or 2013 and was wondering does it still applies in 2021, turns out -  it does! Here is the solution: on the Configure block page, under the Pages tab, enter /taxonomy/term/* and save Configuring Drupal 8 block Here is how our taxonomy term page looked before:   Drupal 8 default taxonomy…


How To Merge Vocabularies on Drupal (Taxonomy Manager)

| 16 views

A couple of years ago I launched the Piece of Life project in the frames of this blog. The idea was simple - instead of building a separate website for our photo stories, incorporate it in already established blog After a quick brainstorming  - it was realized using additional content types and vocabularies I decided to run this project as a separate entity inside the frames of my blog for two reasons: Firstly, I'm an author of about 50% of images made for Piece of Life, so yes I have a…


Drupal 8 Custom Taxonomy Term Pages with Views

| 49 views

By default, out of the box, Drupal taxonomy term pages are styled kind of ugly, but with the help of just a few simple tweaks, we could style them as we wish, just by using CSS. In today's Drupal tutorial series, I will provide a simple how-to on how to create custom Drupal 8 taxonomy term pages using views. Luckily, you won't need to install any additional modules, as in Drupal 8, views are already built in the core, and if you are already familiar with how to style taxonomy term pages in…


How to create related content block using taxonomy term in Drupal 8

| 12 views

There is no secret that related content can help to improve over all page views for website. More page views means more engaged website visitors, resulting in more sales and higher profit. In today's Drupal tutorial I will write how to make related content block using taxonomy term field in Drupal 8. For Drupal 7 tutorial see: Related nodes based on taxonomy terms In short, if you are already familiar how to create related content block in Drupal 7, there is no huge difference in Drupal 8. If…


How to List Related Tags on Drupal Taxonomy Pages Using Views

| 0 views

Make sure you check out my previous article How to List Drupal Child Terms on Taxonomy Pages with Views as today I will extend a little bit my previous tutorial and at the end we will add related tags on taxonomy pages using views. Tools (modules) you will need: Views module and taxonomy module enabled. Here is the print screen: Listing related tags on Drupal taxonomy page Or see live example at Drupal development (or any tag on this blog) This will work with simple one taxonomy per…


Related nodes based on taxonomy terms

| 9 views

Today I will show you, how you can create a list with related items for your Drupal site using taxonomy terms and Drupal views. At first you will need you actual content with taxonomy terms on it. If you are not familiar how to add taxonomy terms to your Drupal site, you might want to read this guide on that. I presume you have your content set up, it's tagged with different terms. Now lets add a block with related items on that. Related nodes based on taxonomy terms In above screen you…