WordPress Horizontal Full Categories – ByREV
Categories Wordpress Plugin ~ Show top level categories and children of categories in horizontal table mode
Maintenance 22/1004687d since update
Active installs
10
Downloads
3,022
Reviews
1
Age
14.7y
Tagsapiaffiliateadsshutterstockphotograpy
Plugin info
Total downloads: 3,022
Active installs: 10
Total reviews: 1
Average rating: 1
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/1/2013 (4687 days ago)
Added to WordPress: 4/22/2011 (14 years old)
Minimum WordPress version: 2.0.2
Tested up to WordPress version: 3.1.4
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4687 days ago • 1 reviews
22/100
Is WordPress Horizontal Full Categories – ByREV abandoned?
Possibly abandoned (last update 4687 days ago).
Compatibility
Requires WordPress: 2.0.2
Tested up to: 3.1.4
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
Categories WordPress Plugin ~ Show top level categories and children of categories in horizontal table mode
ByREV Fast Category Cloud Features:
- HTML code and CSS Cache Result. For fast loading and use less resources (default timeout cache = 360s)
- Inser CSS in header blog. Result is fewer requests to the server, site load faster
- Exclude category with empty posts
- Exclude categories option list (by ID)
- Ability to use a custom CSS code
- Can change the default CSS properties (color, backgrounds, borders)
- Management setup menu
Highly optimized for speed and memory
- Plugin is divided in two files: 1’st file used by inserting PHP code in template pages, and 2’nd file is used in the WordPress configuration page.
- Both files are under 100 lines of code, each have exactly 96 lines each.
- Cache help to increase speed, conserve CPU resources and reduce requests to MySQL server
- foreach syntax is not used (only for). Less memory used and a higher execution speed.
- Where array variables are used repeatedly, pointer variables are used to increase execution speed.
Installation
- Download ByREV Horizontal Full Categories WordPress Plugin and Install !
Frequently Asked Questions
How To Use (code in header.php):
<?php if (function_exists('byrev_horizontal_full_cat'))
byrev_horizontal_full_cat();?>
This is css style. If you want to customize disable “Use Default CSS” from page config and define your own code.
.byrev_cat_h {background-color:rgba(255, 255, 255, 0.7); padding: 5px 10px 5px 5px;
border: 1px solid #ffdddd; margin: 0px auto;}
.cat0 { float: left; width: 100%; margin: 3px; background-color:rgba(255, 240, 240, 0.7);
font-family: Arial; text-transform: capitalize; font-weight: bold; font-size: 13px;
border-bottom: 1px dotted #ffcccc; }
.cat0 a { text-decoration: none; }
.cat0 span { width: 100px; display: inline-block; }
.cat0 span a { color: #7700ff; }
.catx { font-size: 12px; font-family: Courier New, Georgia, Verdana;
text-decoration: none; color: #ff7700;}
.cat0 a:hover { text-decoration: overline underline; }
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
No LOG