Re: Edit Number of Latest Topics on /forums/ ?
Ok, I sorta figured it out, but have another issue…I’m using the bp_default theme, and on forums/forums-loop.php, line #1, we have (all brackets replaced by curlies b/c I have no idea how to add code to this forum):
{?php if ( bp_has_forum_topics( bp_ajax_querystring( ‘forums’ ) ) ) : ?}
According to the bp docs, I’m supposed to add this to that line somehow:
per_page=5
Um, where would I add that? I tried just doing this, but it totally broke the pagination (which I need):
{?php if ( bp_has_forum_topics( ‘per_page=5’ ) ) : ?}