Ataino Line Category

line category layout for your theme.

Author:kanetamaru@ishii (profile at wordpress.org)
WordPress version required:4.1
WordPress version tested:1.1
Plugin version:1.1
Added to WordPress repository:14-04-2015
Last updated:21-04-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://twitter.com/kyanetamaru
Total downloads:408
plugin download
Click to start download

line type category layout. it's easy to use and like Sticker.

Place

<?php
    $variable = new ataino_line_category("main");
    $variable = new ataino_line_category("sub");
?>

in your templates.

example

show top level category.

<?php
    $variable = new ataino_line_category("main");
?>

show second level category and breadcrumbs.

<?php 
    $variable = new ataino_line_category("sub");
?>

check browsers

Chrome 41.0+, FireFox(Firebug) 36.0+, IE 8.0+(non table), Safari 5.0+, Opera 28.0+