• I recently downloaded a TripAdvisor plugin. The plugin instructed I added the texted code-
    add_filter( ‘widget_text’, ‘shortcode_unautop’); add_filter( ‘widget_text’, ‘do_shortcode’);
    into the Theme Functions File.

    Now my login attempt into my wp-admin comes up with –

    add_filter( ‘widget_text’, ‘shortcode_unautop’); add_filter( ‘widget_text’, ‘do_shortcode’);
    Warning: Cannot modify header information – headers already sent by (output started at /home/gandrew_oliver/deddog.com/wp-content/themes/risen/functions.php:2) in /home/gandrew_oliver/deddog.com/wp-includes/pluggable.php on line 896

    So I cannot access my wordpress page because unable to login.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I assume you added those lines at the beginning of your theme’s functions.php file?

    You should FTP into your site and download that functions.php file to your computer. Remove those lines that you added, make sure there is no empty line or space or anything whatsoever before the first <?php, save the file and upload it back to your server.

    If that works, try again by adding those lines all the way at the bottom of the functions.php file.

    Thread Starter oliver.athabasca

    (@oliverathabasca)

    Trying now. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to access backend’ is closed to new replies.