Skip to content

Instantly share code, notes, and snippets.

@BinaryMoon
Created June 2, 2020 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BinaryMoon/7418c79fe8913d8111610e1b470354da to your computer and use it in GitHub Desktop.
Save BinaryMoon/7418c79fe8913d8111610e1b470354da to your computer and use it in GitHub Desktop.
Always use the slider in Carmack theme.
<?php
/**
* Plugin Name: Always use the slider in Carmack.
* Plugin URI: https://prothemedesign.com
* Description: Don't display posts in the boxes under the slider.
* Author: Ben Gillbanks
* Version: 1.0
* Author URI: https://prothemedesign.com
* Text Domain: broadsheet
*/
add_filter( 'carmack_slider_minimum', function() { return 100; } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment