Concatenate a function with a text string
-
I have the following statement in my functions.php file:
_e(' SIC THEME<br>FRONT STATIC PAGE ', 'sic' );
The “SIC” part of the statement is the theme name. I’d appreciate any help in modifying the statement so that, instead of the hard coded “SIC”, I can use something like “<?php get_bloginfo(‘name’); ?>”. Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Concatenate a function with a text string’ is closed to new replies.