Title: Some Awkward code
Last modified: August 31, 2016

---

# Some Awkward code

 *  Resolved [Adam van den Hoven](https://wordpress.org/support/users/littlefyr/)
 * (@littlefyr)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/some-awkward-code/)
 * 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/](https://wordpress.org/plugins/sermon-manager-for-wordpress/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [wpforchurch_allen](https://wordpress.org/support/users/wpforchurch_allen/)
 * (@wpforchurch_allen)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/some-awkward-code/#post-7212160)
 * Thanks Adam, we will look into the calendar plugin from Time.ly for inspiration.
   Since the ownership change earlier this year we are in the process of “rehabing”
   all of our popular plugins. Our two big goals are extend-ability and localization
   which is exactly what you are asking for.
 * I don’t know what’s going on with that one line of code either. I’ll take a look.
 *  Thread Starter [Adam van den Hoven](https://wordpress.org/support/users/littlefyr/)
 * (@littlefyr)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/some-awkward-code/#post-7212194)
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Some Awkward code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sermon-manager-for-wordpress_688896.
   svg)
 * [Sermon Manager](https://wordpress.org/plugins/sermon-manager-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sermon-manager-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Adam van den Hoven](https://wordpress.org/support/users/littlefyr/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/some-awkward-code/#post-7212194)
 * Status: resolved