How to add links to a theme's style tag?
-
So, basically, I have these links that I want to insert in a theme’s <style> tag:
<link rel=”shortcut icon” href=”icons/shortcut-icon.ico”>
<link rel=”apple-touch-icon” href=”icons/[email protected]”>
<link rel=”apple-touch-icon” sizes=”180×180″ href=”icons/[email protected]”>
<link rel=”apple-touch-icon” sizes=”76×76″ href=”icons/Icon-76.png”>
<link rel=”apple-touch-icon” sizes=”152×152″ href=”icons/[email protected]”>
<link rel=”apple-touch-icon” sizes=”58×58″ href=”icons/[email protected]”>I have tried adding them to the header.php, but they won’t show up at all.
How can I work out the magic and place them in a <style> tag?
- The topic ‘How to add links to a theme's style tag?’ is closed to new replies.