Remove Posted By
I removed the following code from Single Job Posting but I still can see Posted By next to the Jobs. What should I do?
<?php
$author = get_user_by('id', $post->post_author);
if ($author && $link = get_author_posts_url( $author->ID, $author->user_nicename )) echo sprintf( __(' – Posted by <a href="%s">%s</a>', 'appthemes'), $link, $author->display_name );
?>