• Resolved wrightj999

    (@wrightj999)


    I just downloaded WordPress and got everything running pretty well last night. after getting everything set up in the default Kubrick theme, I decided I wanted to change themes. So I downloaded this new Titan theme and everything seemed to work great. I noticed after this happened that there was a message at the top of my blogs screen that said that “comments have been disabled”. So I changed the settings so that anyone could leave a comment. My next move was to add a plug in for google analytics, then I hooked up my analytics I.D..

    So the next morning, today, I find that I can’t log into my wp-admin to make changes. Instead I get the following error message:

    Comments are closed for this entry.

    ‘Warning: Cannot modify header information – headers already sent by (output started at /home/wrightmu/public_html/prosnowboardcoach/wp-content/themes/Titan theme/functions/comments.php:14) in /home/wrightmu/public_html/prosnowboardcoach/wp-includes/pluggable.php on line 850’

    I also noticed something else that was funny. While I can still go to my sites URL, where it still says that comments are disabled at the top of the page, when I go to leave a comment on my own page, it tells me I must log in. So I log in and it takes me to yet another error message page that says the following:

    Comments are closed for this entry.

    Warning: Cannot modify header information – headers already sent by (output started at /home/wrightmu/public_html/prosnowboardcoach/wp-content/themes/Titan theme/functions/comments.php:14) in /home/wrightmu/public_html/prosnowboardcoach/wp-login.php on line 255

    Warning: Cannot modify header information – headers already sent by (output started at /home/wrightmu/public_html/prosnowboardcoach/wp-content/themes/Titan theme/functions/comments.php:14) in /home/wrightmu/public_html/prosnowboardcoach/wp-login.php on line 267

    Warning: Cannot modify header information – headers already sent by (output started at /home/wrightmu/public_html/prosnowboardcoach/wp-content/themes/Titan theme/functions/comments.php:14) in /home/wrightmu/public_html/prosnowboardcoach/wp-includes/pluggable.php on line 649

    Warning: Cannot modify header information – headers already sent by (output started at /home/wrightmu/public_html/prosnowboardcoach/wp-content/themes/Titan theme/functions/comments.php:14) in /home/wrightmu/public_html/prosnowboardcoach/wp-includes/pluggable.php on line 650

    Warning: Cannot modify header information – headers already sent by (output started at /home/wrightmu/public_html/prosnowboardcoach/wp-content/themes/Titan theme/functions/comments.php:14) in /home/wrightmu/public_html/prosnowboardcoach/wp-includes/pluggable.php on line 651

    Warning: Cannot modify header information – headers already sent by (output started at /home/wrightmu/public_html/prosnowboardcoach/wp-content/themes/Titan theme/functions/comments.php:14) in /home/wrightmu/public_html/prosnowboardcoach/wp-includes/pluggable.php on line 850′

    Could someone please help me with this? I would just change back to the Kubrick theme if this new theme I downloaded is what is causing the problem, but I just can’t get into the admin.

    It’s too bad, I kinda really liked the theme too.

Viewing 3 replies - 16 through 18 (of 18 total)
  • You wrote your meta tags at the top of index.php, after the get_header???

    Of course, it’s not the good place to go… ?? At this point, you are already in the <body> of your page and this is why it appears before your content

    get_header means for WordPress : include the file header.php … Just like get_footer include the footer.php file…

    So, if you want to write some meta tags, you must edit header.php. This is where you will find all the <head> section of your page…

    S.

    You really should read this file :

    https://codex.www.ads-software.com/Template_Hierarchy

    As I can’t see your site, it’s not easy to tell you wich file to edit for your navigation. But read and understand the template hierarchy tutorial in the codex and you’ll probably get the trick.

    If you still have problem with it, open another thread in the forum (and mark this one as resolved”)

    S.

    Thread Starter wrightj999

    (@wrightj999)

    Cool, thanks again, I’ll check this stuff out and see how it works.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Can’t Log into Admin’ is closed to new replies.