Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,042
- How-to & Troubleshooting
- 129,763
- Creating & Extending
- 25,804
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,317
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
@Gene53 – Re “Is there code I could modify to show the latest pics in the albums first?”
In “bp-album-core.php” at line 246, add:
$args[‘ordersort’]‘DESC’;
This mod may have side effects. Do not deploy it on a live site without testing first.
^F^