Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: This ERROR –

chrishajer
Participant

@chrishajer

This is the problem right here:

<?php bloginfo('html_type'); ?>

bloginfo is a WordPress function, but you’re in bbPress. Try hard coding it like this <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> as it is in the default theme, and I think you will find that it works.

Skip to toolbar