How to put a simbol in the blank spaces of a Custom Field display
-
My custom field output display is as follow, and it work great
<?php if ( function_exists(‘get_custom_field_value’) ){
get_custom_field_value(‘names’, true);
} ?>But I need that in the display put + in the blank spaces, I mean if the out put is: make your own code , I need the output: make+your+own+code
How can I do that using as base the above code ????
Thanks in Advance, and sorry for my bad english.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to put a simbol in the blank spaces of a Custom Field display’ is closed to new replies.