tag IE
Browser detection and OS detection with body_class
wordpress snippet
Add the first snippet to the functions.php of your wordpress theme then add the second snippet within the body tag of your wordpress header.php template.
<body <? body_class(); ?>>
This snippet will add class based on the users operating system “windows, mac, linux” and also the browser including iphone and if Internet explorer the specific version.
IE conditional actions
wordpress snippet
Adding this PHP code to your wordpress theme will allow you to display content for visitors using Internet Explorer.
read more











