HELP!!! Parse error: syntax error, unexpected

  • Unknown's avatar

    i did something worng!! :S

    <?php
    //GsL98DGtpo0W

    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’,
    ));

    function widget_mytheme_search() {
    ?>
    <li id=”search”>
    <form method=”get” id=”searchform” action=”<?php bloginfo(‘home’); ?>/”>
    <input type=”text” value=”Search…” name=”s” id=”s” onfocus=”if (this.value == ‘Search…’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Search…’;}”
    />
    </form>

    <?php
    }
    if ( function_exists(‘register_sidebar_widget’) )
    register_sidebar_widget(__(‘Search’), ‘widget_mytheme_search’);

    ?>

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    the blog which is having the error is “http://ethical-fair-trade-jewelry.org/925-taxco-sterling-silver-jewelry/”

  • Unknown's avatar

    Your site is not hosted on WordPress.COM and you are posting to the wrong support forum. This forum is for support of sites hosted on WordPress.COM.
    Your support questions must be posted to the correct support site for your software and that is here http://wordpress.ORG/support/
    For more on the differences: http://support.wordpress.com/com-vs-org/

  • The topic ‘HELP!!! Parse error: syntax error, unexpected’ is closed to new replies.