Skip to content

Instantly share code, notes, and snippets.

View adampickering's full-sized avatar
🎨
I Love Figma

Adam Pickering adampickering

🎨
I Love Figma
View GitHub Profile
@adampickering
adampickering / style.css
Created February 26, 2015 21:11
remove-phone-number
.job_listing-phone {
display: none;
}
@adampickering
adampickering / style.css
Last active May 4, 2022 14:09
remove-address-listing
.type-job_listing .job_listing-entry-header .job_listing-location.job_listing-location-formatted {
display: none;
}
@adampickering
adampickering / style.css
Last active August 29, 2015 14:15
Remove the RSS & Reset options from the search archive page.
.showing_jobs {
display: none !important;
}
@adampickering
adampickering / Easy Digital Downloads - Download Label
Created January 9, 2015 17:35
Easy Digital Downloads - Download Label
<?php
/**
* Plugin Name: Easy Digital Downloads - Download Label
*/
function astoundify_edd_purchase_link_defaults( $args ) {
$price = edd_get_download_price( $args['download_id'] );
if ( 0 == $price ) {
$args[ 'text' ] = __( 'Free' );
/*
Theme Name: Jobify
Theme URI: http://themeforest.net/item/jobify-wordpress-job-board-theme/5247604?ref=Astoundify
Author: Astoundify
Author URI: http://themeforest.net/item/jobify-wordpress-job-board-theme/5247604?ref=Astoundify
Description: A beautiful job board site completely integrated with WP Job Manager. Use 10+ custom widgets including an interactive map, multiple sliders, testimonials, and more to create a unique homepage in seconds. Also supports all official WP Job Manager addons including Resume Manager, WooCommerce Paid Listings, and more.
Version: 1.8.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, one-column, right-sidebar, responsive-layout, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready