Skip to content

Instantly share code, notes, and snippets.

@puikinsh
Created July 1, 2015 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puikinsh/3a723781ff491e119268 to your computer and use it in GitHub Desktop.
Save puikinsh/3a723781ff491e119268 to your computer and use it in GitHub Desktop.
This code snippet is part of tutorial published on Colorlib https://colorlib.com/wp/creating-a-perfect-wordpress-landing-page
<link rel="stylesheet" href="css/style.css">
/**
* can turn into
*/
<link rel="stylesheet" href="<?php bloginfo( 'template_url' ); ?>/css/style.css">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment