get php variable from functions php and echo it in theme template files
This may seem like a silly question but I cannot figure this out. I’ve created a variable in my functions.php – and I’m trying to echo it in my template files. I’m guessing it’s because of scope. What’s the simpliest what to echo a variable or create a function to allow me to output this … Read more