Viewing 4 replies - 1 through 4 (of 4 total)
  • It is possible to do this by editing the plugin’s PHP file.

    I do not know a method otherwise.

    Thread Starter Paul Schraeder

    (@paul-schraeder)

    thx Sridhar – that’s what i thought

    i believe the code would be in the Slideshow Widget Class but don’t know what to change – any ideas?

    Line 322 of wp-content/plugins/genesis-responsive-slider/genesis-responsive-slider.php.

    Change

    <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>

    to

    <h2><?php the_title(); ?></h2>

    Warning: Changes made in plugin’s files will be erased when that plugin is updated.

    I need to do the same thing, but need to keep the styling for the title.

    I already made the above change, and edited

    .slide-excerpt h2 a,
    .slide-excerpt h1 a,
    .slide-excerpt p,
    .slide-excerpt {
    color: #807b00;
    }

    to add
    .slide-excerpt h2,

    but it’s not working.

    The site is https://dzmmlaw.com/new2014. I want to keep the title green like the excerpt, but when I remove the link, it reverts to the gray that I’m using for H2.

    At the moment, I’ve got the php edited to just link back to the current page, but the client would really prefer that the link be removed altogether.

    Any idea what I’m doing wrong here?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Link From Title’ is closed to new replies.