Skip to content

Instantly share code, notes, and snippets.

View bezierer's full-sized avatar
🟢
Open to work - hit me up 📩

Cameron Campbell bezierer

🟢
Open to work - hit me up 📩
View GitHub Profile
/**
* Gets the markup for a featured grid.
*
* @param array $args Arguments for the grid.
* @return string Markup for the feature grid.
*/
function wds_comeback_get_featured_grid( $args = array() ) {
// bail early if function doesn't exist.
if ( ! function_exists( 'wds_comeback_feature_grids' ) ) {
return '';
/**
* Modified version of the_post_navigation, does the same, but uses different classes and adds arrows.
*
* @param array $args Arguments array. Lets you set the text for the buttons.
* @return string
*/
function wds_comeback_get_the_posts_navigation( $args = array() ) {
global $wp_query;
'use strict';
//* Store paths
var PATHS = {
js: './js/',
sass: './sass/',
build: {
js: './js/min/',
css: './'
}
{
"user": {
"debug": false,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "save only",
"linters": {
"php": {