<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Audio and calendar</title>
		<link>http://www.kriesi.at/support/topic/audio-and-calendar</link>
		<description>Support Forum - Topic: Audio and calendar</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 21:50:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/audio-and-calendar" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Audio and calendar"</title>
			<link>http://www.kriesi.at/support/topic/audio-and-calendar#post-95580</link>
			<pubDate>Thu, 07 Feb 2013 05:42:54 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The code is big so I pasted it elsewhere. &#60;a href=&#34;http://pastebin.com/Q1qCYZ4A&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/Q1qCYZ4A&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;1) Just add the code to the end of your functions.php file.&#60;br /&#62;
2) You will also need to modify line 33 of /includes/admin/register-sermon.php which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;supports&#38;#39; =&#38;gt; array(&#38;#39;title&#38;#39;,&#38;#39;thumbnail&#38;#39;,&#38;#39;excerpt&#38;#39;,&#38;#39;editor&#38;#39;,&#38;#39;comments&#38;#39;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead paste the line below , overwriting line 33 in the code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;supports&#38;#39; =&#38;gt; array(&#38;#39;title&#38;#39;,&#38;#39;thumbnail&#38;#39;,&#38;#39;excerpt&#38;#39;,&#38;#39;editor&#38;#39;,&#38;#39;comments&#38;#39;,&#38;#39;custom-fields&#38;#39;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) And you will also need to insert a little code where the author's name shows. So please find line 70 in /includes/loop-sermon.php which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo $title;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and paste the chunk of code below in its place.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$title = (get_post_meta($post-&#38;gt;ID, &#38;#39;nick_field-sermon-author&#38;#39;, true) == &#38;quot;&#38;quot;) ? $title : $title . &#38;#39; &#38;lt;span class=&#38;quot;authored-by-whom&#38;quot;&#38;gt;authored by: &#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;authored-by-author&#38;quot;&#38;gt;&#38;#39;. get_post_meta($post-&#38;gt;ID, &#38;#39;nick_field-sermon-author&#38;#39;, true) .&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
echo $title;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Audio and calendar"</title>
			<link>http://www.kriesi.at/support/topic/audio-and-calendar#post-95204</link>
			<pubDate>Tue, 05 Feb 2013 09:04:48 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">95204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, I upgraded events calendar to the pro version.&#60;/p&#62;
&#60;p&#62;For the author name if it could be added after the title of the sermon like : &#60;/p&#62;
&#60;p&#62;MY TITLE by AUTHOR NAME&#60;/p&#62;
&#60;p&#62;And if the sermons could be sorted by author it would be perfect.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Audio and calendar"</title>
			<link>http://www.kriesi.at/support/topic/audio-and-calendar#post-95195</link>
			<pubDate>Tue, 05 Feb 2013 08:08:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Yes, you can use the  get_the_author() function: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_the_author&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_the_author&#60;/a&#62;&#60;br /&#62;
Where do you want to display the author?&#60;/p&#62;
&#60;p&#62;2) Yes, but you need to upgrade &#34;Thee Events Calendar&#34; to the paid version: &#60;a href=&#34;http://tri.be/wordpress-events-calendar-pro/&#34; rel=&#34;nofollow&#34;&#62;http://tri.be/wordpress-events-calendar-pro/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ganjou on "Audio and calendar"</title>
			<link>http://www.kriesi.at/support/topic/audio-and-calendar#post-95187</link>
			<pubDate>Tue, 05 Feb 2013 07:55:05 +0000</pubDate>
			<dc:creator>ganjou</dc:creator>
			<guid isPermaLink="false">95187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Concerning audio, chruch has five preachers, is there a way to attach a name author to the sermons ?&#60;br /&#62;
Concerning calendar, is there a way to add recurent event like the sunday service wich is every sunday ?&#60;br /&#62;
Thank you very much for your help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
