我正在尝试使用以下代码获取每个活动的活动标题。但它正在重复每个活动的活动标题。
<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()
但它没有给出任何结果有人可以帮助我解决这个问题