Skip to:
Content
Pages
Categories
Search
Top
Bottom

News doesn’t work in blogs

  • Hi!

    I’m using buddypress for cotreball.com. I’ve just created a blog, badajoz.cotreball.com and the section ‘news’ doesn’t work (and it works fine in http://www.cotreball.com).

    I’m lost :(

    Can do anyone help me? thanks so much in advance

Viewing 1 replies (of 1 total)

  • Burt Adsit
    Participant

    @burtadsit

    The ‘news’ button only works if the home theme is running on blog id 1. Sounds like it isn’t. You have to hack some stuff to get it to work. If you are comfortable changing the code in the home theme then it’s here:

    if ( $current_blog->blog_id > 1 )
    return false;

    lines 59/50 in themes/buddypress-home/functions.php. Comment those out and news works.

Viewing 1 replies (of 1 total)
  • The topic ‘News doesn’t work in blogs’ is closed to new replies.
Skip to toolbar