Tuesday 17 June 2014

wordpress for mobile device check



In wordpress there is check for mobiles

like android iphone tablet and like others

if you want to know if the device is mobile you can use the function

wp_is_mobile();

Through this check you apply it for layout design

or functionality for mobile you can use this function

like

if( wp_is_mobile())
{
 ////       the conditional code will go here
}



No comments:

Post a Comment