Hi there!
After hours I can't find anything wrong. PLEASE HELP!!!!???? Thanks
Parse error: syntax error, unexpected $end in /home/lonely6/public_html/wp-content/themes/viewport/lib/featured-posts-widget.php on line 175
Here is the code from line 175:
<!-- Your Name: Text Input -->
<p>
<label for="<?php echo $this->get_field_id( 'count' ); ?>"><?php _e('Number of posts:', 'web2feel'); ?></label>
<input class="widefat" id="<?php echo $this->get_field_id( 'count' ); ?>" name="<?php echo $this->get_field_name( 'count' ); ?>" value="<?php echo $instance['count']; ?>" style="width:95%;" />
</p>
<?php
}
}
?>