Collections
Collections let you group references for specific purposes like projects, papers, or shared reading lists. Unlike categories, collections are designed for working sets of references.
Collections vs. Categories
| Feature | Collections | Categories |
|---|---|---|
| Purpose | Working groups | Permanent organization |
| Visibility | Can be private or shared | Usually public |
| Use case | “For my thesis” | “Biology papers” |
| Access control | Per-collection permissions | Site-wide |
| Reference membership | Manual curation | Classification |
Creating Collections
From the Collections Page
- Go to References > Collections
- Click Add New Collection
- Enter collection name
- Optional: Add description
- Set visibility (Private, Shared, Public)
- Click Create Collection
While Viewing References
- Select references in the list
- Bulk Actions > Add to Collection
- Choose existing or create new
Collection Settings
Name
The collection title, visible to those with access.
Description
Optional description explaining the collection’s purpose.
Visibility
| Setting | Who Can See |
|---|---|
| Private | Only you |
| Shared | Specific users you invite |
| Public | Anyone (if enabled) |
Cover Image
Optional image displayed in collection listings.
Adding References to Collections
From Reference Edit Screen
- Edit any reference
- Find the Collections panel
- Check collections to add to
- Save
From Reference List
- Go to References > All References
- Check references to add
- Bulk Actions > Add to Collection
- Select collection(s)
- Apply
From Collection Page
- Open a collection
- Click Add References
- Search or browse references
- Click to add
- Changes save automatically
Managing Collection Contents
Viewing Collection References
- Go to References > Collections
- Click a collection name
- See all references in that collection
Reordering References
Collections support manual ordering:
- Open the collection
- Drag references to reorder
- Or use Order dropdown for automatic sorting
Removing References
- In the collection view
- Hover over a reference
- Click Remove from Collection
This removes from the collection only – the reference itself remains in your library.
Sharing Collections
With Specific Users
- Edit collection settings
- Set visibility to “Shared”
- Click Manage Access
- Add users by email or username
- Set their permission level
Permission Levels
| Level | Can Do |
|---|---|
| Viewer | See collection and references |
| Contributor | Add/remove references |
| Editor | Edit collection settings |
| Admin | Full control including delete |
Sharing Links
Generate a link to share:
- Edit collection
- Click Get Share Link
- Copy link
- Recipients access via the link
Public collections appear at: yoursite.com/collection/collection-slug/
Collection Use Cases
Research Project
Create a collection for each project:
- “2024 Dissertation Research”
- “Climate Paper Draft”
- “Grant Application Sources”
Add references as you research, reorder by relevance.
Course Materials
Instructors can create reading lists:
- “BIOL 101 Required Readings”
- “Week 5 – Cell Biology”
Share with students or make public.
Collaboration
Share collections with coauthors:
- Create collection “Paper with Dr. Smith”
- Invite collaborator as Contributor
- Both can add references
- Both see the shared set
Literature Reviews
Track progress through literature:
- “To Screen”
- “Full Text Review”
- “Included in Review”
Move references between collections as you progress.
Exporting Collections
Export a collection’s references:
- Open the collection
- Click Export
- Choose format (BibTeX, RIS, etc.)
- Download
Useful for:
- Sharing with non-WordPress users
- Creating bibliographies for papers
- Backing up curated lists
Collection Statistics
Each collection shows:
- Total references
- References by type
- Date range of publications
- When last updated
Frontend Collections
If enabled, collections appear on your site:
Collection Archive
yoursite.com/collections/
Lists all public collections with descriptions.
Single Collection
yoursite.com/collection/collection-name/
Shows all references in that collection.
User Collections
Users can manage their own collections from the frontend dashboard.
API Access
Collections work with the REST API:
GET /wp-json/abt/v1/collections
GET /wp-json/abt/v1/collections/{id}
GET /wp-json/abt/v1/collections/{id}/references
Useful for building custom interfaces or integrations.
Troubleshooting
Collection not appearing
- Check visibility settings
- Verify you’re logged in (for private collections)
- Check user permissions
Can’t add references
- Verify you have Contributor or higher access
- Check reference is published
- Try refreshing the page
Shared collection access issues
- Recipient needs account (unless public)
- Check invitation was sent
- Verify email address is correct
Collection export fails
- Try smaller batches
- Check server timeout settings
- Verify references exist in collection
Best Practices
- Descriptive names – Use clear, specific collection names
- Regular cleanup – Remove outdated collections
- Use descriptions – Help collaborators understand the purpose
- Consider visibility – Start private, share when ready
- Backup important collections – Export periodically
Next Steps
- Categories & Tags – Permanent organization
- Exporting References – Export collections
- Search & Filter – Find references to add
