<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hebrew Dates in WordPress</title>
	<atom:link href="http://mikeage.net/content/software/hebrew-dates-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikeage.net</link>
	<description>mikeage.net</description>
	<lastBuildDate>Sun, 20 May 2012 17:55:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike Miller</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-48974</link>
		<dc:creator>Mike Miller</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-48974</guid>
		<description>Yes (although it&#039;s part of almost all PHP builds that I&#039;ve seen)</description>
		<content:encoded><![CDATA[<p>Yes (although it&#039;s part of almost all PHP builds that I&#039;ve seen)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zigginl</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-48971</link>
		<dc:creator>zigginl</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-48971</guid>
		<description>you mean i have to have this installed on the server (as in ask the hosting company to add this php script)?</description>
		<content:encoded><![CDATA[<p>you mean i have to have this installed on the server (as in ask the hosting company to add this php script)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Miller</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-48968</link>
		<dc:creator>Mike Miller</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-48968</guid>
		<description>Apparently, you need to have the calender extension installed (source: http://tickets.jomres.net/index.php?_m=knowledgebase&amp;_a=viewarticle&amp;kbarticleid=35).</description>
		<content:encoded><![CDATA[<p>Apparently, you need to have the calender extension installed (source: <a href="http://tickets.jomres.net/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=35" rel="nofollow">http://tickets.jomres.net/index.php?_m=knowledgebase&#038;_a=viewarticle&#038;kbarticleid=35</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zigginl</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-48967</link>
		<dc:creator>zigginl</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-48967</guid>
		<description>just checked; running PHP Version 5.2.6. Would it have anything to do with &#039;safe mode&#039; activated on the server?</description>
		<content:encoded><![CDATA[<p>just checked; running PHP Version 5.2.6. Would it have anything to do with &#039;safe mode&#039; activated on the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Miller</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-48965</link>
		<dc:creator>Mike Miller</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-48965</guid>
		<description>The function gregoriantojd() is part of PHP, and is available in PHP4 and PHP5. Is it possible that you&#039;re still running php3?</description>
		<content:encoded><![CDATA[<p>The function gregoriantojd() is part of PHP, and is available in PHP4 and PHP5. Is it possible that you&#039;re still running php3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zigginl</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-48964</link>
		<dc:creator>zigginl</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-48964</guid>
		<description>with default theme of wordpress this plugin isn&#039;t working? do you have a theme where you are sure it IS working with? would like to have the normal date &amp; jewish date published after each other. 

Right now have error like: Fatal error: Call to undefined function gregoriantojd() in .../wp/wp-content/plugins/hebrewdate.php on line 142
which is : $jd = gregoriantojd($month, $day, $year);

what&#039;s wrong about that line? another theme doesn&#039;t give that error - but doesn&#039;t display the hebrew date. 

thnx!</description>
		<content:encoded><![CDATA[<p>with default theme of wordpress this plugin isn&#039;t working? do you have a theme where you are sure it IS working with? would like to have the normal date &amp; jewish date published after each other. </p>
<p>Right now have error like: Fatal error: Call to undefined function gregoriantojd() in &#8230;/wp/wp-content/plugins/hebrewdate.php on line 142<br />
which is : $jd = gregoriantojd($month, $day, $year);</p>
<p>what&#039;s wrong about that line? another theme doesn&#039;t give that error &#8211; but doesn&#039;t display the hebrew date. </p>
<p>thnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Miller</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-45978</link>
		<dc:creator>Mike Miller</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-45978</guid>
		<description>Hi Marian,

This is not exactly the right forum for those types of questions, but regardless, the 23rd of August, 2007 was the 9th of Elul, 5767 (until sunset; after that, it was the 10th).</description>
		<content:encoded><![CDATA[<p>Hi Marian,</p>
<p>This is not exactly the right forum for those types of questions, but regardless, the 23rd of August, 2007 was the 9th of Elul, 5767 (until sunset; after that, it was the 10th).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marian paul</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-45975</link>
		<dc:creator>marian paul</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-45975</guid>
		<description>Can someone send me the equivalent of August 23, 2007...om the Jewish calendar.

Thanks

marpaul@ptd.net</description>
		<content:encoded><![CDATA[<p>Can someone send me the equivalent of August 23, 2007&#8230;om the Jewish calendar.</p>
<p>Thanks</p>
<p><a href="mailto:marpaul@ptd.net">marpaul@ptd.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dolev</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-43353</link>
		<dc:creator>Dolev</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-43353</guid>
		<description>Hi!
I change the php code from :
?php the_time(&#039;j בM, Y&#039;) ?

to 

add_filter(&#039;the_date&#039;,&#039;jewishDate&#039;);

and now the date not workings...
please help me</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I change the php code from :<br />
?php the_time(&#039;j בM, Y&#039;) ?</p>
<p>to </p>
<p>add_filter(&#039;the_date&#039;,'jewishDate&#039;);</p>
<p>and now the date not workings&#8230;<br />
please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mendy</title>
		<link>http://mikeage.net/content/software/hebrew-dates-in-wordpress/comment-page-1/#comment-43313</link>
		<dc:creator>Mendy</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikeage.net/content/software/hebrew-dates-in-wordpress/#comment-43313</guid>
		<description>A little hack. I changed the following line:
add_filter(&#039;the_time&#039;,&#039;jewishDate&#039;); to
add_filter(&#039;the_date&#039;,&#039;jewishDate&#039;);

In my theme I use the_date for the full hebrew date, and the_time is left inact. I use to display the secular date in a variety of formats (like the example in the previous post).</description>
		<content:encoded><![CDATA[<p>A little hack. I changed the following line:<br />
add_filter(&#039;the_time&#039;,'jewishDate&#039;); to<br />
add_filter(&#039;the_date&#039;,'jewishDate&#039;);</p>
<p>In my theme I use the_date for the full hebrew date, and the_time is left inact. I use to display the secular date in a variety of formats (like the example in the previous post).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

