cschaefer1021
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! Tried to add to css and now can't log into siteWhen 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 424Warning: 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
Forum: Fixing WordPress
In reply to: Help! Tried to add to css and now can't log into siteI 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!