Author:Kostas Sp Published On:October 5, 2014 Under:Wordpress
This is a post explaing how you can get the css url of your template in WordPress.
Handy when your are creating custom templates.
Using the command below you can point to the css directory of your template.
<?php bloginfo('stylesheet_directory'); ?> |
This is very handy when you create your own template and you adjust your images
in front-end