Pages - Menu

Friday, 13 February 2015

Stylesheet for Internet Explorer - IE

!--[if lt IE 9]>
<link href="<?php bloginfo( 'stylesheet_directory' ); ?>/ie.css" rel="stylesheet" type="text/css" media="all" />
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->

Linking jQuery

<?php wp_enqueue_script("jquery"); ?>
<?php wp_head(); ?>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory');?>/js/accueil.js"></script>

 




Header- front.php ? It's been so 2013!

hp if(is_front_page()) : ?>

<?php endif; ?>


Use HTML tags in the description


Here's how to use HTML tags , such as in the slogan <br /> tags.

echo html_entity_decode ( get_bloginfo (' description '));