Viewing 1 replies (of 1 total)
  • Plugin Author Fida Al Hasan

    (@fida02)

    Yes possible. Go to sb-login/template/logged-in.php

    Than find this code and remove it

    echo '<p>';
    		echo _n('Since last logging in there has been ', 'Since last logging in there have been ', $posts,'ninety');
    		echo '<span class="count">'.$posts.'</span>';
    		echo _n('new post and ', 'new posts and ', $posts,'ninety');
    		echo '<span class="count">'.$comments.'</span>';
    		echo _n('new comment', 'new comments', $comments, 'ninety');

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Since last logging in there have been …’ is closed to new replies.