Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cschaefer1021

    (@cschaefer1021)

    When I pull up the login page it shows:

    function my_limit_archives( $args ) { $args[‘limit’] = 12; return $args; } add_filter( ‘widget_archives_args’, ‘my_limit_archives’ );
    Warning: Cannot modify header information – headers already sent by (output started at /home/content/45/9353345/html/wp-content/themes/interface/functions.php:171) in /home/content/45/9353345/html/wp-login.php on line 424

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/45/9353345/html/wp-content/themes/interface/functions.php:171) in /home/content/45/9353345/html/wp-login.php on line 437

    and then when I enter my credentials to log in it gives the addtitonal:

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/45/9353345/html/wp-content/themes/interface/functions.php:171) in /home/content/45/9353345/html/wp-includes/pluggable.php on line 918

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/45/9353345/html/wp-content/themes/interface/functions.php:171) in /home/content/45/9353345/html/wp-includes/pluggable.php on line 919

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/45/9353345/html/wp-content/themes/interface/functions.php:171) in /home/content/45/9353345/html/wp-includes/pluggable.php on line 920

    Thread Starter cschaefer1021

    (@cschaefer1021)

    I am like super beginner at all this so I am probably using all the wrong terminology. I put that piece of code in the functions.php part of the theme editor. I’m not sure what FTP is but I will check it out. I have GoDaddy and vaguely remember seeing that in there somewhere. I’ve only ever edited stuff through the wordpress login.

    Thanks for the info!

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