• sa78

    (@sa78)


    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Remove this part: <?php _e('Website:', 'directory'); ?>

    Thread Starter sa78

    (@sa78)

    THANKS BCWORKZ!

    I will try it. ☺

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Php string changes’ is closed to new replies.