Theme images by Storman. Powered by Blogger.

04 June 2016

How to add stylesheet to wordpress?

Unquestionably you can include your own template. I normally simply add my tenets to the style.css document effectively connected in header.php, yet in the event that you need to include another template, utilize this technique in your header.php record:



<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/nameofstylesheet.css" type="text/css" media="screen" />


0 on: "How to add stylesheet to wordpress?"