@rohitkc32
	Active 3 months, 3 weeks ago
	
	- 
	
	Rohit started the topic Pagination count and Pagination link not working. in the forum Creating & Extending 2 years, 4 months ago I am trying to create a letters archive for the users on their profile page. 
 $contest_args = array([Read more]
 'per_page' => 5,
 'user_id' => bp_displayed_user_id(),
 'page' => $page,
 'action' => 'activity_update',
 'meta_query' => array(
 array(
 'key' => 'contest_id',
 'compare' => 'NOT…