Quantcast
Channel: WordPress.org Forums » [Sermon Manager] Support
Viewing all articles
Browse latest Browse all 1332

Adam van den Hoven on "[Plugin: Sermon Manager] Some Awkward code"

$
0
0

Hey Guys,

i'm creating some custom templates so they work better with X-Theme.

As I'm cribbing from your templates I'd like to encourage you to find an easy way for guys like me to store our custom templates (the All in one calendar from Time.ly does a good job of this) would be super.

But the real reason for the post is this code which I found in the archive templates:

<?php echo the_terms( $post->ID, 'wpfc_preacher', '', ', ', ' ' ); ?>

The problem is that the_terms already outputs the results and you're just echoing the empty string return of the method, or the "FALSE" if it fails for some reason. I don't know that this is what you meant.

https://wordpress.org/plugins/sermon-manager-for-wordpress/


Viewing all articles
Browse latest Browse all 1332

Trending Articles