Tagged Questions
0
votes
2answers
357 views
How can I append blog_id to … echo [functions-defined-constant]?
I use 'constants' a lot. I set them in functions.php like define('mytheme_town', 'Orlando'); and then call them into the theme <?php echo mytheme_town ; ?>.
It's simple and easy. But I need ...