Search results

  1. zebaszp46

    PHP parse error

    Ok, I changed: 'fallback_cb'=> ” for: 'fallback_cb'=> '' That seems to have done it. Thanks for the help. But I found a little quirk while checking everything worked. On the header, there is a RSS button which should bring a drop-down menu, but clicking it does nothing. You can check on...
  2. zebaszp46

    PHP parse error

    This is my header.php file. It's based on the WicketPixie theme by Chris Pirillo. I added the nav menu function in WP 3. I think that's the line that's causing trouble. <?php // Blog feed URL if(get_option('wicketpixie_blog_feed_url') != false) { $blogfeed =...
  3. zebaszp46

    PHP parse error

    I was trying to move my Wordpress blog from 000webhost. I copied all my data, and everything went smoothly until I activated my theme. Now I get the following error: Parse error: syntax error, unexpected '?' in /home/zebasz/public_html/wp-content/themes/wicketpixie_es/header.php on line 216 I...
Top