WordPress site help

A

Anonymous

Guest
I would like a small job done on a WordPress site. In footer.php there is text "Proudly Powered by WordPress". What I would like is a space put under this for mobiles. I have a plugin installed which has the function wpmd_is_phone () which returns true on mobiles only. How do I write this in PHP?
 
This is more a wordpress question than a PHP question unfortunately, but I actually looked at that very same plugin this morning for a similar question, and the site says that you can use shortcode [phone][/phone] to specify something that should only be echoed on a phone.
 
bondimedical3 said:
I would like a small job done on a WordPress site. In footer.php there is text "Proudly Powered by WordPress". What I would like is a space put under this for mobiles. I have a plugin installed which has the function wpmd_is_phone () which returns true on mobiles only. How do I write this in PHP?

First you should check if your website is mobile friendly, search on google: "website mobile friendly test".

Have a great day.
 
Back
Top