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 !
FAQ
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; }
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WordPress Horizontal Full Categories – ByREV” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WordPress Horizontal Full Categories – ByREV” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
No LOG