Re: Integrating to WP has broken the static front page
More details for those who are interested (still no resolution):
With the bb-load.php removed from wp-config.php, I get the following do_action calls up to the point where I can see that the page ID of the front page has been correctly loaded.
plugins_loaded
sanitize_comment_cookies
set_current_user
init
widgets_init
posts_selection (at this point the page ID is set correctly).
When I put the bb-load.php back into the wp-config, I get the following:
plugins_loaded
sanitize_comment_cookies
set_current_user
init
widgets_init
bb_options_loaded
bb_underscore_plugins_loaded
bb_plugins_loaded
bb_get_roles
bb_get_current_user
bb_init
bb_send_headers
posts_selection (and at this point the page ID is wrong)
If any one has any insight as why including the bb-load.php would cause word press to load page id zero as the front page instead of the one you have configured in the static page setting, please let me know.
I’m digging through the calls in the WP initialization, and frankly, I’m just not spotting the problem.
Thanks