Founder here. Most people use the framework to see how we’ve solved certain challenges, so they’ll re-use individual code blocks. It’s not plug and play as is noted at the very top of the github readme:
Warning: At this point & without our full infrastructure, you will be
missing certain functions (primarily in the food area). We hope to
consolidate these at one poin in the future. For now however, this
repository should be used as a reference as a opposed to a solution
you depend on. We also do not provide downloadable themes.
Cheers
Noel
Related Posts:
- Get the blog page URL set in Options
- Using classes instead of global functions in functions.php
- What is the difference between wp_register_sidebar_widget and register_widget?
- Change admin bar to default:off
- Create “File-less” Page Template in Functions.php
- Splitting WordPress theme CSS into multiple files, good or bad?
- When to use esc_url, esc_html, esc_attr, and friends?
- How to edit bbPress template files – WordPress + BuddyPress + bbPress? [closed]
- How to change post thumbnail title and alt attributes to post title?
- Why might $input (Settings API) be coming through empty?
- Override default cropping in WordPress [duplicate]
- Get password when user registers and save it sha1 into database
- How do I “unhook” / de-register jQuery so that it’s not called as part of wp_footer();?
- Change parent theme file function in child themes functions.php
- Removing the default sidebar from admin panel
- Merging PHP download script into `functions.php`
- Is there an error in get_the_tag_list()?
- Returning Variables back into a template
- Allow users to add custom functions to wordpress theme
- Change date number to another language/script?
- How to add custom template tag in wordpress theme?
- When developing a distributable Theme, does it HAVE to be “inheritable”?
- Nesting Functions within Functions
- Is using eval() ok in this scenario
- Custom php page in WordPress theme?
- Can’t access WordPress functions in file called via Ajax?
- How can I customize wp_footer, where is the code that controls what this function does?
- How to list all images in uploads directory except those that are attached to any post
- More than one meta field in a single meta box?
- Is there a theme function for is_password_protected()?
- how do you create an admin interface in plugin for your theme
- How to determine which custom header image is being shown
- Toggle Sidebar Display
- How to store functions in… functions.php?
- Unhook jQuery from WooCommerce via `functions.php`? [closed]
- trying to use wp_handle_upload with ajax
- Should I use include or load_template for including shortcodes, plugins and so on?
- Check if home.php and set home.php as page_on_front
- Lightweight framework [closed]
- Should I use add_filter for functions in function.php of the theme?
- after renaming my wp-content folder, how do I upgrade my wordpress version?
- Pass variable to hook. Its possible?
- Theme Customizer not loading JS for live preview
- Remove “You are using WordPress 3.2.1” from Right Now Dashboard Widget
- Replace function in a child theme
- Custom theme, contact form 7 & fast secure form doesn’t work
- Change the “Default Avatar” admin option via functions.php
- Replace single_template filter with what for default posts?
- If you were to start using a WordPress framework today, which one would you use? [closed]
- JQuery undefined and Stylesheet loads in bottom along with js files
- How to call the_time current?
- Add content after get_header
- Can’t change theme name
- How to set default values for edit_post_link() in my theme?
- How to use the _S framework
- How to make excerpt image be full size instead of thumbnail?
- enqueue script if page is not equal to
- apply_filters to featured image
- Mamp pro permalink issues. Pages keep reverting to index.php
- loading custom.js file after jquery is loaded
- Not Found when using activity stream as front page with BuddyPress
- Creating custom function in wordpress to return data from database
- WP site makes mobile browser crash for high memory usage
- Getting URL of Resized Image
- Adding a new layout for genesis
- How To Add New Option Types To Option Tree?
- Trigger Customizer saving process with Javascript only
- How to add menu support to a theme?
- Extend walker – navigation, adding data attribute to a tag
- Does WordPress count as a means to learn web development? [closed]
- current-menu-item class not working
- Prevent theme from activating [duplicate]
- Messing up with transient API – getting flushed on refresh
- Correctly using wp_head()
- Cannot figure out how to overwrite files in child theme
- Single Page Design, Storing in Theme Options
- How to append to menu items selectively
- Working with a WP Starter theme
- tag is being auto inserted
- Scroll to position on page for category pages only — woocommerce
- Displaying details of a post in a sidebar
- Multi-page posts: A subdirectory for each post?
- How do I get the trackback count of a post in wordpress without writing an SQL query?
- Where do files uploaded via Media Manager get stored in MU?
- Theme not calling Jquery properly
- How to add menù section to my WordPress template?
- How to add post meta fields to an article’s as meta elements
- “options.php” not found
- Callback Function Not Firing On Selection In Media Uploader
- tag__in does not return posts
- How to remove bullets from widget
- wanted to sort the wp_query array by two ACF field (Year and month)
- Submitting form to PHP
- Created blank theme for REST API, featured image not appearing on admin side
- Testing localhost WordPress site over LAN with iPad, iPhone
- Reliable method to detect mobiles
- Using require_once for parent-directory not working but is working in sub-directories
- Add social media icon in header area
- Problem using $var for shortcode attr value
- How to output wp_enqueue_style() in HTML head instead of footer