Fixed!!!I had this Line 876 Warning also, You should Go to WordPress Index.php file and make sure nothing is above the Opening php tag, For some reason I had <title></title> on top of <?php like below
———————
<title></title>
<?php
Instead of
———————
<?php
The opening php tag should be at the top of the page, I’m not sure how the Title Tag got added unless it happened using Dreamweaver or a Plugin!
[Signature moderated]