How to customize activity "Load More" button?
- 
		I am using WP 2.9.1 and BP 1.2.2.1 I am trying to customize “Load More” link in the activity page to other image by changing this part: <?php if ( bp_get_activity_count() == bp_get_activity_per_page() ) : ?> <li class=”load-more”> <?php _e( ‘Load More’, ‘buddypress’ ) ?> <span class=”ajax-loader”></span> <?php endif; ?> I thought I could change ‘Load More’ to <img> tag. Then the image shows up but the link doesn’t work. When I put <img> tag with Load More, it shows both and it seems like they are the same link but image link does not work while Load More text link works. It is a complete mystery for me. Any help please? 
- The topic ‘How to customize activity "Load More" button?’ is closed to new replies.