StartBox
StartBox copied to clipboard
An incredibly powerful theme framework for WordPress. Download here: http://wpstartbox.com/startbox.zip. Get our sample child theme here: http://github.com/webdevstudios/StartBox-Child —
All you need is a check for get_option('show_avatars') in 2 places, the form for filling out a comment and the form for displaying a comment. As of SB 2.7.1 in...
Display:block on A is nice for hover states but play havoc on widgets that have post counts, as well as recent comments: https://gist.github.com/onefinejay/d2659339b2cc4b559e31 It duplicates the look of .widget li...
overflow: hidden on #wrap will clip Level 3 menus when the Level 1 menu is at the far right.  This use case might not be...
Write file to JSON, allows for maximum readability and editability
Add missing single quotes in class of wrapper < p > tag. Add missing $sb_id declaration. Fix indentation.
There's filters for the links to the next/previous posts when on a single post, but no filter for next/previous wording on pagination of blog pages. This remedies that.
Add filter to enable editing sb_nav_menu properties individually by menu ID.
https://github.com/WebDevStudios/StartBox/blob/3.0-Experimental/sbx/extensions/hooks.php#L259
If a person has WP SEO or some other plugin installed, are we ensuring at all that those plugins take priority in the end? or are there cases where StartBox...
Nitpicky, but consistency yo. conditionals extension has a case of all uppercase true/false while the rest of the file is all lower case https://github.com/WebDevStudios/StartBox/blob/3.0-Experimental/sbx/extensions/conditionals.php