Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mozmorris/who-are-the-parents
- Owner: mozmorris
- Created: 2012-09-19T14:47:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-19T15:12:37.000Z (over 12 years ago)
- Last Synced: 2024-10-16T03:23:09.897Z (3 months ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}