Skip to content

Instantly share code, notes, and snippets.

View samnajian's full-sized avatar
🏠
Working from home

Sam Najian samnajian

🏠
Working from home
View GitHub Profile
<?php $typography = '{}';
$layout_style = '#usearch #usearch-archive-search .upfront-object-content{
width:630px;
}
input.search-field{
width:530px;
height:50px;
float:left;
padding:0;
border:none;
<?php
include_once get_template_directory() . '/library/class_upfront_debug.php';
include_once get_template_directory() . '/library/class_upfront_server.php';
include_once get_template_directory() . '/library/class_upfront_theme.php';
class Uf_fixer extends Upfront_ChildTheme {
public function initialize() {
$this->add_actions_filters();
$this->populate_pages();