Cornerstone is a WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme that is responsive and SEO friendly that web designers can build great looking websites on.
GNU General Public License v2.0
154
stars
40
forks
source link
using get_stylesheet_directory_uri() for assets #24
If we use get_stylesheet_directory_uri() instead of get_template_directory_uri(). This will make the workflow easier allowing us to create a child theme based on the cornerstone theme as the parent and we can update the cornerstone theme without affecting our custom child theme code.
If we use get_stylesheet_directory_uri() instead of get_template_directory_uri(). This will make the workflow easier allowing us to create a child theme based on the cornerstone theme as the parent and we can update the cornerstone theme without affecting our custom child theme code.