• Resolved gavsiu

    (@gavsiu)


    I want to remove the link from the title and create a separate custom text link below the tweets instead. Is this possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Oliemaniak

    (@oliemaniak)

    If you take look at the wickett-twitter-widget.php and go to line 104, you will see this:

    104: echo "{$before_widget}{$before_title}<a href='//twitter.com/{$account}" ) . "'>" . esc_html($title) ."</a> {$after_title}";

    Now if you delete these parts:

    <a href='" . esc_url( "https://twitter.com/{$account}" ) . "'>
    </a>

    the url from the link will be removed.

    To include code below each tweet go to line 175.

    Thread Starter gavsiu

    (@gavsiu)

    thanks.. i already found that.. forgot about this post

    Can you help find how I could reduce the length of the string displayed for each tweet?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Wickett Twitter Widget] remove link from title’ is closed to new replies.