Pinned Loading
-
basetheme-scss
basetheme-scss PublicBasetheme is a starter WordPress theme to build from. It relies heavily on Bootstrap and ACF.
-
basetheme-helper-plugin
basetheme-helper-plugin PublicBase functionality to use across sites. Moves some functionality from Basetheme into plugin for use with other themes.
-
WP-Engine-Toolkit
WP-Engine-Toolkit PublicA toolkit for managing sites using the WPEngine API.
-
distributor-yoast-sync
distributor-yoast-sync PublicExtends the Distributor plugin by 10up to sync Yoast SEO social images between sites.
PHP
-
WordPress .gitignore template; A com...
WordPress .gitignore template; A compilation of many examples customized to fit our needs. 1# ignore everything in the root except the "wp-content" directory.
2/*
3!wp-content/
45# ignore everything in the "wp-content" directory, except:
-
Exclude featured posts from main Wor...
Exclude featured posts from main WordPress blog loop 1/**
2* Exclude featured posts from main blog loop
3*/
4function bt_exclude_featured_from_blog_index( $query ) {
5if ( ! is_admin() && $query->is_home() && $query->is_main_query() ) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.