• Resolved megleg

    (@megleg)


    Hey again,
    Ive been trying to get some help for a couple days now, Here I am yet again…
    In my theme editor it looks like this:

      <?php get_links(, ‘

    • ‘, ‘
    • ‘, ‘ – ‘); ?>

    <h5>Admin</h5>

      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • WordPress
    • <?php wp_meta(); ?>

    • XHTML

    <?php endif; ?>

    </div>

    <!– end r_sidebar –>

    The page appears to have an error that reads this:
    Parse error: syntax error, unexpected ‘,’, expecting ‘)’ in
    Can anyone help. I understand it must be annoying to help those who are html illiterate, as I am myself.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • This looks like your full error (the rest of it appeared underneath the second column):

    Parse error: syntax error, unexpected ',', expecting ')' in /home/.luey/meaghanleahy/vegpod.com/wp-content/themes/bluebird-10 3/r_sidebar.php on line 15

    It looks as though it’s because the get_links tag is now depreciated.

    Try using:

    <?php wp_list_bookmarks('title_li=&category_before=&category_after='); ?>

    This is the new version of get_links

    Thread Starter megleg

    (@megleg)

    Thanks…
    I found another way!
    But thanks so much

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bluebird theme error/ Parse’ is closed to new replies.