related nodes

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

| 19 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…


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…