Category Entries

Developer

Isaac Raway - Airways

3rd Party (Free)

6 downloads (last 90 days)


EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Plugin

Tags

Extends the Channel entries tag to order entries by a given set of categories.

Supports all parameters and variables supported by {exp:channel:entries}.
Entries will be grouped by the categories given in the category parameter,
then ordered as set by the orderby parameter.

Currently only works with a list of categories separated by pipes. Entries
from all of these categories will be returned in the order the categories are
specified.

Example: order by date within a set of categories


<ul>
  {exp:category_entries category="2|3|1" orderby="date"}
    <li>{title} {categories}{category_name}{/categories} - {entry_date}</li>
  {/exp:category_entries}
</ul>

Other MetaSushi stuff…

ProForm

Be sure to check out my form module ProForm!

ProForm is the first and most powerful drag and drop form manager for ExpressionEngine 2.0. It’s designed to make creation and management of contact forms and other types of public forms easier for developers, content editors, and visitors - everyone who needs to interact with forms in any way.

With ProForm, one line of template code can render simple contact forms, or complex multistep forms all created easily through its drag and drop form builder UI. ProForm also gives you precise control over your forms’ markup through a full template pair - rendering a form is as easy as rendering your site’s content - just the way it should be in ExpressionEngine.

MetaSushi EE Add-ons Newsletter

To stay up to date with the latest ExpressionEngine add-on news from MetaSushi, be sure to subscribe to the MetaSushi EE Add-ons Newsletter today (very low volume).

Download Category Entries

EE Support Downloads Add-On Version Release Date
Not Specified Download 0.1 Oct 14, 2011
Not Specified Download 0.2 May 15, 2012

Category Entries Links

This entry was created October 17, 2011, 9:39 am.
This entry was last updated December 10, 2012, 4:41 pm.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

Pigment 01.04.13

Pigment
Rating - {addon_rating_average}

I needed to sort a long list and Low-reorder was not a option since it seems to need manual ordering in CP. This one does everythong on the fly if you just put a nice category-list in the publish area (Use Category Field) 5 stars for this easy, simple and elegant addon.