• Resolved Feathersoup

    (@feathersoup)


    I fiddled with my style.css code tried putting in this code to create login button

    <?php if (is_user_logged_in()) : ?>
    “>Logout
    <?php else : ?>
    “>Login
    <?php endif;?>

    I must’ve placed it in the wrong place.
    and it it didn’t work (i put it in the are of code below) I deleted it and now my site is down. I probably deleted something important form code below. I cannot do anything. Please Help. Thank you.

    #headimg h1 a {
    color:#<?php header_textcolor(); ?>;
    font-weight:normal;
    line-height:60px;
    text-decoration:none;
    }
    <?php endif; ?>
    }
    endif;

    #headimg #desc {
    display:none;
    }
    </style>
    <?php
    }
    endif;

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Feathersoup

    (@feathersoup)

    Oh no sorry I didn’t put it into the style.css I put it into functions.php

    Thanks for any help..

    Thread Starter Feathersoup

    (@feathersoup)

    the error message I receive is Parse error: syntax error, unexpected ‘<‘ in /home/content/64/9226864/html/wp-content/themes/minimatica/functions.php on line 332
    Ya actually I can’t even get to my site. heyokaplay.com to change or reinstall the theme… I have no clue what to do. Any ideas?

    Try switching to the Twenty Eleven theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    Thread Starter Feathersoup

    (@feathersoup)

    It worked I went into my FTP and uploaded yesterdays history. And can restart from there. thx

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘What's wrong with my code?’ is closed to new replies.