Adding Google Fonts to a Drupal 8 theme How to insert Google Fonts into a theme using the new libraries and YML techniques in Drupal 8.
Quick theme tip: abusing Drupal's $mission variable A quick tip to gain an extra, easily administered variable in Drupal themes.
Three tips for comment theming in Drupal A few snippets of theme code to whip your Drupal comments into shape. Make them more SEO'd, readable and how you want them.
Theming the $links variable in Drupal nodes If you're fed up of boring $links in your Drupal nodes and want to add images, change text, etc, then read on.
Adding website section images in Drupal themes Adding section images to page templates in Drupal themes, based on path alias or menu entry. Lots of code here.
Where do I create PHPTemplate variables in Drupal theming? A quick snippet of beginner-level code to help out those bridging the gap between HTML and PHP - Drupal theme template code!
How to make unwanted Drupal CSS disappear! Drupal themer? Can't override that pesky CSS class? Let's fix that right up.