Problem with unexpected $end

Hello,
I have changed something in this cody and I can’t for the life of me figure out where the error is…
Full error message:

Parse error: syntax error, unexpected $end in /home/becky/public_html/bubble/wp-content/themes/seven-five/widgets/posts.php on line 84

Code:

[php]

<?php function widget_sf_posts($args) { extract($args); ?>

<clear=“all”/>

welcome to our blog!
a platform for us to share
our experience, knowledge
and ongoing learnings to
hopefully inspire and educate
you, the reader, on why
good design is good business…
happy reading!

follow bubble interiors on facebook

recent posts

    <?php wp_get_archives('type=postbypost&limit=5'); ?>

tags

<?php wp_tag_cloud('smallest=8&largest=8&format=list&orderby=count&order=DESC'); ?>
[/php]

If you can help me that would be amazing!

Sponsor our Newsletter | Privacy Policy | Terms of Service