• I just wanted to ask for some help and advice on WordPress. I’m about to ‘launch’ my blog (managed to install myself! lol) and I was wandering could you guys help me out a bit? I have a few problems:

    1) How do I add a new page (I only have 2, ‘Home’ and ‘About’)
    2) I’ve added and activated a plug-in called ‘mycaptcha’ but it doesn’t work and I’ve added in any necessary codes, whats wrong? (click ‘comments under any post and above the comment box you’ll see its all weird)
    3) The theme looks a bit odd towards the left side, it goes from dark green to yellow. Is there any way to fix this by editing the file? I couldn’t find the creators email address.
    4) I removed Askimet (sp?). What plug-in would you recommend to block spam? Or is that ‘mycaptcha’ one good enough?
    5) How do I add a picture at the top of the blog?

    Any help is much appreciated, thanks.

Viewing 1 replies (of 1 total)
  • was playing around with the mycaptcha plugin, and had quite the frustraiting experience. Basically, the instructions given are incorrect/incomplete.

    On my single.php page, I needed to have the beginning look like this:
    <?php session_start() ?>
    <! – MyCaptcha ->
    <?php if (class_exists(’MyCaptcha’)) {
    $MyCaptcha;
    $MyCaptcha->initialize();
    } ?>
    <! – MyCaptcha ->

    <?php get_header(); ?>

    Otherwise, I was getting various errors including:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home

    or

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /htdocs/blog/wp-content/themes/sexyround/single.php:3) in /htdocs/blog/wp-content/plugins/mycaptcha/MyCaptcha.php on line 51

    Hope this helps someone… let me know if it does!

Viewing 1 replies (of 1 total)
  • The topic ‘HELP NEEDED! WordPress problems…’ is closed to new replies.