Php string changes
-
Hello all, in my theme i have a line, with url, and title: “website” and web icon. i try to figure it out, read stuff on php, but im not sure, i need to remove the “website” title.
I NEED THERE ONLY BE THE ICON AND THE URL.
my site (example):
-ICON- -WEBSITE:- WWW . BLA BLA BLA . BLA
and this is the code i found in the php, which string i need to be removed, that only link and icon display.
——————————————————-
<?php if ($cs_website != '') { ?>
<i class="icon-globe4"></i><span><?php _e('Website:', 'directory'); ?> <?php echo esc_url($cs_website); ?></span>-------------------------------------------------------
Thanks!
The topic ‘Php string changes’ is closed to new replies.