Skip to content

rururero/authoritydevbase

 
 

Repository files navigation

AuthorityDev-Base-Genesis-Child-Theme

Author: Greg Reindel

Current Version: 1.0

Requires: Wordpress 3.7+ and Genesis 2.0+

Starter theme for Genesis Famework.

  • support for native WordPress Customizer
    • change favicon
    • add custom header image or logo
    • add back to top text with smooth scroll
    • change color and background image - enables backstretch.js to fit background images to the area
    • enable sticky header - stays on the top during scroll
    • set static or widgitized front page
  • editor styles
  • used mobile-detect php class to add body class and create js variable about which device is in use - isMobile, isTablet, isDesktop.
  • clean nav menu item classes
    • reduce to current-menu-item, menu-item
    • rename ID to post-slug
  • homepage widgets
    • home featured full
    • home middle halves
    • home middle thirds
    • home bottom full
  • added body classes
    • header-logo (if the header image is specifically a logo)
    • isTablet (if the browsing device is a tablet)
    • isMobile (if the browsing device is a mobile phone)
    • isDesktop (if the browsing device is a desktop)
  • Added post classes
    • post-even (even posts)
    • post-odd (odd posts)
    • post-count-{number} (all posts)

Page Templates

  • page_blog.php
    • Add/remove post meta
    • Add/remove post info
    • Alter post meta output filter
    • Alter post info output filter
  • single.php
    • Add/remove post meta
    • Add/remove post info
    • Alter post meta output filter
    • Alter post info output filter
  • page_landing.php
    • force full width
    • remove header
    • remove nav
    • remove subnav
    • remove breadcrumbs
    • remove footer widgets
    • remove footer
  • functions.php & authoritydevbase_child_functions.php
    • define child theme name, url, version
    • set content Width
    • includes core theme files
    • enables editor styles
    • sets translations directory
    • custom Favicon
    • load & localize custom scripts
    • remove version from script output
    • adds theme support
      • genesis structural wraps
      • post formats
      • custom header
      • custom background
      • automatic feed links
      • post thumbnails
      • genesis style selector
      • genesis footer widgets

Change Log:

Version 1.0

Initial Commit

About

Genesis Framework Base Starter Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 71.6%
  • CSS 26.8%
  • JavaScript 1.6%