Front page set to Activity stream: total mess! (BP Template Pack)
-
I got WP with the BP Template Pack installed.
In Settings > Reading I see that I can choose Activity stream.
If I do so, the homepage gets content from other static “Pages”.
At some point it was showing content from an unpublished page with lots of feeds from other sites.
I deleted that page, and it seems to get the real BP activity stream, except in Firebug.
Now, as I said, it gets other pages stuff.
AND: I got some conditional statement going on in “functions.php” and “header.php” in order to change the sprite image for the active menu, such as:
<?php if ( is_front_page() || bp_is_page( BP_ACTIVITY_SLUG ) ) { echo ‘class=”active”‘; } ?>`
It doesn’t print anything.
Any solutions?
The site is still http://curephoria.com
(Since I am testing and debugging, If you ever visit the site, I don’t know what kind of homepage you may end to see at that particular moment).
- The topic ‘Front page set to Activity stream: total mess! (BP Template Pack)’ is closed to new replies.