@rohitkc32
Active 4 months ago
-
Rohit started the topic Pagination count and Pagination link not working. in the forum Creating & Extending 1 year, 5 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…