'Entry Posted By' removal issue
-
I made a change to the single-event.php file. I removed the block of code that says ‘This even was posted by’ and the bookmark permalink snippet.
I added the edited file to my theme folder on the FTP site and it did remove the line I wanted it to. However, it also removed the widgets on the right side of my site. I’m not sure how to resolve this.
In single-event.php all I removed was the text in between the parentheses.
if ( ” != $categories_list ) {
$utility_text = __( ‘REMOVED THIS CODE‘ );
} else {
$utility_text = __( ‘REMOVED THIS CODE‘ );
}I’m new to wordpress and don’t know much about editing files, any help would be appreciated, thanks.
The topic ‘'Entry Posted By' removal issue’ is closed to new replies.