I searched far and wide on whats the best way in Drupal 8 Praragraphs to Extract the URL from the link field and found…
Tag
Drupal
Drupal 7
How to render video from video embed field module in drupal 7
This is what you need to do you want to render the video field provided by the video_embed_field module in a block or somewhere…
Drupal 7
Drupal webform bootstrap theme
UPDATE: Please be advised the following code may not work with the latest upgrade of Bootstrap base theme and latest Webform module. The Drupal…
Drupal 7
Drupal add custom page template for content type
In order for a content type to use a different page template in drupal 7 you need to do two things. Create a new…
Drupal 7
Drupal l Function in Drupal 7 example
This is how you use the l function in Drupal 7 The Drupal l function should be used when printing out links. This function…
Drupal 7
Hide Drupal content type from being indexed by Google – Snippet
In some cases you may only want to show specific content types as embedded content in other nodes. For example slideshows or video nodes…