Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozmorris/who-are-the-parents

An ExpressionEngine plugin to fetch the parents of a given category
https://github.com/mozmorris/who-are-the-parents

Last synced: about 1 month ago
JSON representation

An ExpressionEngine plugin to fetch the parents of a given category

Awesome Lists containing this project

README

        

Who Are The Parents?
====================

An ExpressionEngine plugin to fetch the parents of a given category

Installation
------------

Copy the `who_are_the_parents` folder to `expressionengine/third_party`

Usage
-----

**Parameters**

`cat_id` - int, category id to fetch parent
`cat_url_title` - string, cat_url_title to fetch parent

**Tag Example**

{exp:who_are_the_parents:parent cat_url_title="example-url-title"}
{cat_id}
{cat_name}
{cat_url_title}
{cat_description}
{cat_image}
{exp:who_are_the_parents:parent}