Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hello,
I have a node--blog.tpl.php which works fine.
I also have a block that has a view which lists 5 blog items. This view uses tpl files.
Now if I try to add this view in the blog page under the main content area, then node--blog.tpl.php also starts using the tpl of the view (i.e. shows the blog title only) instead of following the node--blog.tpl.php and showing the title and content.
Am I doing something wrong or is this drupal's limitation?
Hi, i want to add meta data like meta description and change the default meta title to a views page in Drupal 8. The meta tag module does not help for Drupal8 and the Meta Tag quick module does not work. Is there a way to add/change meta data from twig just for the views page? Is there a way i can hook some code just for views page? If so can i have an example code or some insight ?
I am subtheming from Adaptive Theme. How can I create a left side nav? I have tried a couple things, but it did not work. I want my website to look something like this.
FIelds from table will be taxonomy term reference. Image and body will be fields from content type in example fruits and vegetables. And I want to have this exact look on desktop but on mobile instead of checkboxes I just want to have one row with roman numbers.
So how can I display it like this.. PLease help