• Resolved steelwind09er

    (@steelwind09er)


    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.

    http://wordpress.org/extend/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Take a look at your theme’s single.php. It probably has a call to get_sidebar() – which the template you’ve copied into your theme does not.

    Simply include the call to get_sidebar() (as it is in single.php) in the single-event.php in your theme.

    Hope that helps!

    Thread Starter steelwind09er

    (@steelwind09er)

    That did it!

    Thanks Stephen.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘'Entry Posted By' removal issue’ is closed to new replies.