次のコードを使用して、各アクティビティのアクティビティ タイトルを取得しようとしています。ただし、アクティビティごとにアクティビティのタイトルを繰り返しています。
<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()
ましたが、結果が得られません