Issues with Activity search_terms= and ”Load More”
-
– Load More request ignores search_terms –
Currently I’m working on a BuddyPress Site with some cool features. But there is a problem… Let me give you an example:
You got on your BP Site a Page with the Name, let’s say “Stuff” – So the address would be example.com/suff
In your child-Theme you got a Template for that with the name stuff.php . Inside you call the Activity Loop. You are linking to a copy of the original activity folder and in activity-loop.php you add ‘search_terms=#stuff’, to. Because you want to list all activity item with the Hashtag stuff on the Page Stuff.
So now there is the problem…
Everything is working but when you got to much items you will see the “Load More” button, but when you click it, it will load the rest of the #stuff and (!) all other activity item also without the Hashtag Stuff.So here my question, how can I add the search_terms to the Loop, that the “Load More” Button will only load the activity matching the search_terms?
Maybe with my functions.php? (It is quite important because it’s for an exam)
- The topic ‘Issues with Activity search_terms= and ”Load More”’ is closed to new replies.