<br />
get_header();<br />
echo_css(); // function from WP theme's functions.php<br />
The WordPress header loads, but some of the CSS isn’t present from the WordPress theme when I don’t have echo_css(); in the code. The CSS is produced by the WordPress theme’s functions.php, which doesn’t appear to be loading. I can call functions from functions.php inside bbPress, including the one that outputs the CSS, but it is placed at the wrong point in the code (inside the body tag instead of head,) even though I run it immediately after get_header();. I would also like it to be flexible in the event I change the theme.
So my question is: Is there a function inside WordPress to process the functions.php? Should I be in the WordPress forum?
WP and BBpress Themes use (95% of the time) the same css tags. You will have to open your BBpress css and just insert and remove tags from WP css or sometimes rename the css tag.
and I think it’s <?php wp_head(); ?> in the header.php