groups

name language licence
To detect if a plugin is installed... PHP Other
Creating a Multiple Script File JAVA PHP Other
Styling Images in WordPress PHP Other
Displaying Custom Fields PHP Other
Getting Custom Fields PHP Other
PostMeta Functions PHP Other
Add Social Network Links to Any Page Without a Plug-In PHP Other
Blueprint to Wordpress PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: Other

Blueprint to Wordpress

options: view full snippetsend to code collector
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
	<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/print.css" type="text/css" media="print" />
	<!--[if IE]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/ie.css" type="text/css" media="screen, projection" /><![endif]-->
	<!--[if lte IE 7]><link type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie-nav.css" rel="stylesheet" media="all" /><![endif]-->
	<!--[if IE]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/basic_ie.css" type="text/css" media="screen, projection" /><![endif]-->
	
	
(Continues...)