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
# Steps we will take: | |
# 1. Change Local (Docker Machine) image type (this will take a bit) | |
# 2. Resize image | |
# 3. Resize partion | |
# | |
# Also see: https://docs.docker.com/articles/b2d_volume_resize/ | |
# IMPORTANT: Make sure Local is not running! | |
VM_NAME="local-by-flywheel" | |
NEW_DISK_SIZE=50000 |
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: ZF Featured Image in RSS | |
* Description: Adds the featured image URL (large) to its own RSS field for easy parsing with e.g. Feed Pull. | |
* Author: Zeeland Family | |
* Version: 1.0.0 | |
* Licence: GPLv3 | |
*/ | |
add_action( 'rss2_item', 'featured_image_field_in_rss' ); |
OlderNewer