So weird. I went back and pasted it into the functions.php code just like I did before and for some reason it worked today.
I wish I could say what’s different but I guess this one was just luck.
Oh well. Thanks Marcel!
Matt
I believe I figured it out.
If there’s a space between return and ( it won’t work. I’m a newbie at this stuff.
Thanks for your time, man.
Thanks so much for your response. I added this to my functions.php:
/ / WP-AppBox: appple AppStore URL
function wpappbox_get_appstore_url () {
return ( ‘ https://itunes.apple.com/us/lookup?id = {APPID} ‘ );
}
I just changed the /de/ to /us/, but it’s still pointing to the /de/ site.
Here’s the page I’m working on:
http://erickbrownhypnotherapy.com/ios-apps/
I realize how dumb I might look right now, so thank you so much for helping me.