EE2 Child Categories
Developer
3rd Party (Free)
1 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
This is an EE2 port of the Child categories plugin which displays child categories of a certain category. This version also supports automatic display of child categories of the current category page.
EXAMPLE OF USAGE:
{exp:child_categories dynamic_detect_channel="news" site="1"}
{child_category_start}
<h2><a href="{homepage}/category/{child_category_url_title}/">{child_category_name}</a></h2>
Total entries: {entries_total}<br>
{child_category_end}
{/exp:child_categories}
{exp:child_categories parent="18|29" child_categories_sort_by="custom" child_categories_sort_direction="asc" show_empty="yes" entries_sort_by="date" entries_sort_direction="asc" entries_limit="3" site="1"}
{parent_category_start}
<h1><a href="{homepage}/category/{parent_category_url_title}/">{parent_category_name}</a></h1>
{parent_category_end}
{child_category_start}
<h2><a href="{homepage}/category/{child_category_url_title}/">{child_category_name}</a></h2>
Total entries: {entries_total}<br>
{child_category_end}
{entries_wrapper_top_start}< div data-style="border: 1px solid red;" >{entries_wrapper_top_end}
{entries_start}
<a href="{channel_url}{url_title}">{title}</a> channel: {channel_name}, posted: {entry_date}<br>
{entries_end}
{entries_wrapper_bottom_start}< /div >{entries_wrapper_bottom_end}
{/exp:child_categories}
Download EE2 Child Categories
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download |
EE2 Child Categories Links
This entry was created October 7, 2010, 1:24 pm.
This entry was last updated October 7, 2010, 6:43 am.
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.
3 Reviews:
strudelmedia design 02.19.16
This solved my problem very elegantly and easily (the problem of displaying entries groups by child categories). I am getting a couple of PHP errors running 2.10.1, but the thing is working. Hopefully there will be a fix at some point. Very happy to have this!
Simpixelated 01.17.11
After an entire day of pulling my hair out trying to use the query module, this was doing exactly what I wanted in under 20 minutes.
Kristof Rutten 11.11.10
An excellent help when using categories as menu items. Customizable sort and display options. A must have!