Posts by Category /posts_by_category/{id}/ | /posts/?categories.id__eq={id} |
Posts by Tag /posts_by_tag/{id}/ | /posts/?tags.id__eq={id} |
Posts by Author /posts_by_author/{id}/ | /posts/?contributors.id__eq={id} |
Latest Posts /latest-posts/{type}/ | /posts/?type__eq={type} |
Homepage /homepage/ | /posts/ |
Related Posts /related-posts/{id}/ | /posts/?primary_category.id__eq={category_id} |
Featured Posts /featured-posts/ | No direct replacement |
Post by Slug /posts_by_slug/{slug}/ | /post/{slug}/ |
Search Posts /search/ | /posts/?title__contains={term} |