Cannot remove "Posted by"
Hi
I Cannot remove "Posted by", I have tried to follow this tutorial
https://forums.appthemes.com/can-you...-posted-43565/
1. edit the file ../jobroller/includes/theme-functions.php
2. search for the function jr_job_author()
3. inside the function comment this line of code
PHP Code:
$format = __(' – Posted by <a href="%s">%s</a>', APP_TD);
by adding double forward dashes //
PHP Code:
//$format = __(' – Posted by <a href="%s">%s</a>', APP_TD);
4. add this line right after the previous line
PHP Code:
$format = '';
The 'posted by' line should be gone.
But it is not gone, as you can see on my site somalijobs.com ,