Skip to content

Instantly share code, notes, and snippets.

View DerekCaelin's full-sized avatar

Derek Caelin DerekCaelin

View GitHub Profile
@DerekCaelin
DerekCaelin / pods-template-filter.php
Last active December 21, 2018 16:58 — forked from Shelob9/pods-template-filter.php
This is an example of how to append Pods Templates to content in a custom post type. For an automated version of this see: https://github.com/pods-framework/pods-frontier-auto-template
<?php
/*
Plugin Name: Pod Template
PluginURI: https://gist.github.com/Shelob9/7540721
Author: Josh Pollock
AuthorURI: http://JoshPress.net
Modified by: Derek Caelin
*/
function slug_pods_content_filter($content) {
if ( get_post_type() == 'tool' ) {