• I was wondering if there could be an option to eliminate the tag “via ….(Twitter for Websites/ iphone/ android)” at the end of the post

    I currently go into the code and comment out line 475 to accomplish this but with every update I have to go back in the code and find it.

    If this is possible it would be greatly appreciated.

    Great Widget, I really enjoy it!

    https://wordpress.org/plugins/juiz-last-tweet-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author Geoffrey

    (@creativejuiz)

    Hi,

    Actually, you have two options :

    Removing all the line “time + source” thanks to this code put on your functions.php file :

    add_filter('jltw_remove_metadata', 'custom_plugin_jltw_remove_meta')
    function custom_plugin_jltw_remove_meta() {
        return true;
    }

    or using CSS (put this code in you style.css file)

    .juiz_ltw_source {display: none!important;}

    Thank you and have a nice day.

Viewing 1 replies (of 1 total)
  • The topic ‘Option to eliminate the "via ….." in post’ is closed to new replies.