no solution? @hnla / @r-a-y ???
Hi @tubruk,
From what you typed, I can’t really confirm what it is you want to do.
Sounds more like a theme issue, you might want to check modemlooper’s BP Columns theme for hints on how to structure the page into 3 columns:
https://wordpress.org/extend/themes/bp-columns
hi @r-a-y thanks for helping.
no thats nto what I was looking for. I have categoris in my blog and I want to show them on the main page in columns.
1Category | 2Category 3…
title | title
content | content
how do I have to change this code:
php the_content( __( ‘Read the rest of this entry →’, ‘buddypress’ ) );
to get the content (the title ofcourse,date..) of a special category?
You’ll need to create three new custom loops then and feed the category to the loop as a parameter. I would check the WP codex as that will guide you on creating WP loops and feeding parameters to them.