Welcome to WebmasterWorld Guest from 52.91.176.251
Forum Moderators: phranque
joined:Apr 21, 2016
posts: 65
votes: 12
<link rel="stylesheet" href="<?php get_theme_url(); ?>/css/styles.css">
<link rel="stylesheet" href="http://static.example.com/css/styles.css">
joined:Apr 21, 2016
posts: 65
votes: 12
<link rel="stylesheet" href="/static.example.com/css/styles.css">
<link rel="stylesheet" href="/css/styles.css">
depending on the location of the resource relative to the link.
joined:Apr 21, 2016
posts: 65
votes: 12
You don't need a protocol in most casesThis is the not-most case ;) because his supporting files are being served from a different subdomain.
joined:Apr 21, 2016
posts: 65
votes: 12
joined:Apr 21, 2016
posts: 65
votes: 12