我試圖通過使用以下代碼獲取每個活動的活動標題。但它會重複每個活動的活動標題。buddypress獲取活動標題
<h2 class="posttitle">
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php _e('Permanent Link to', 'buddypress'); ?>
<?php the_title_attribute(); ?>"><?php the_title(); ?>
</a></h2>
我使用電話bp_get_activities_title()
也試過,但它沒有給出結果可能有人幫助我走出這個