Unlink Team Profiles pictures

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5394
    Segmant
    Member

    Hi Live Mesh

    I have team profiles page with a few members on but i dont want the pictures or the names to link to anything, just have them as static items, the only links i want are the social media ones.

    Ive looked into the “team-shortcodes.php” and commented out “<h3><!––><?php echo $member_name; ?><!––></h3>” but i can stop the pics from linking to individual member pages.

    Also can i put the edited .php file into the child theme framework/shortcodes folder for it to overide the real one?
    Cheers

    Chris

    #5410
    Ernesto
    Member

    Hi,
    Go to your Theme Package, framework/functions/thumbnail-functions.php and look for the following code:
    if (empty($before_html)) {$before_html = '<a title="' . $post_title . '" href="' . $post_link . ' ">'; $after_html = '</a>' . $after_html;}

    An you should replace it with
    if (empty($before_html)) {$before_html = ''; $after_html = $after_html;}

    #5426
    Segmant
    Member

    brilliant thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Unlink Team Profiles pictures’ is closed to new replies.