How to truncate the node title in Drupal?
Option 1:
We can handle it in hook_preprocess_node() in THEMENAME.theme
Print the variable in the node.html.twig file or your custom node twig file.
Option 2:
We can handle it directly via twig file
Option 1:
We can handle it in hook_preprocess_node() in THEMENAME.theme
Print the variable in the node.html.twig file or your custom node twig file.
Option 2:
We can handle it directly via twig file
Recent comments
$host =…