Created
September 25, 2015 14:41
-
-
Save kraftbj/afa321d143769e0abb52 to your computer and use it in GitHub Desktop.
Always show featured images on Minileven (JP Mobile Theme)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Always Show Featured Images (JP Mobile) | |
Plugin URI: https://jetpack.me/ | |
Description: Always display the featured images for a post everywhere possible. | |
Version: 0.1 | |
Author: Brandonk Kraft | |
Author URI: https://kraft.im | |
*/ | |
add_filter( 'minileven_show_featured_images', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment