<?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>
	Коментари на: 	</title>
	<atom:link href="https://blog.urosevic.net/wordpress/time-machine/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.urosevic.net</link>
	<description>Веб дневник Урошевић Александра</description>
	<lastBuildDate>Sun, 01 Mar 2026 16:13:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		Од: Pauro		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-8179</link>

		<dc:creator><![CDATA[Pauro]]></dc:creator>
		<pubDate>Sat, 18 Jun 2011 10:44:43 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-8179</guid>

					<description><![CDATA[Thank you so much, nicely done, you have been great help. 
Perhaps you&#039;ll consider this to be included in the next version,hopefully.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much, nicely done, you have been great help.<br />
Perhaps you&#8217;ll consider this to be included in the next version,hopefully.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Од: Александар		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-8177</link>

		<dc:creator><![CDATA[Александар]]></dc:creator>
		<pubDate>Sat, 18 Jun 2011 07:33:31 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-8177</guid>

					<description><![CDATA[Као одговор за &lt;a href=&quot;https://blog.urosevic.net/?page_id=1345/#comment-8175&quot;&gt;Pauro&lt;/a&gt;.

Hi Pauro, here is dirty add for category excluding from Time Machine results.

Find line &lt;strong&gt;250&lt;/strong&gt; in &lt;strong&gt;time-machine.php&lt;/strong&gt; and replace next code:
&lt;pre&gt;foreach ( $r as $post )
{
	// prepare excerpt
	if ( $tm_excerpt == TRUE ) {
		$tm_post_excerpt   = $post-&gt;post_excerpt;
		if ( $tm_excerpt_cut == TRUE ) {
			if ( $tm_excerpt_length &amp;&amp; mb_strlen($tm_post_excerpt) &gt; ($tm_excerpt_length+1) ) { $tm_post_excerpt = tm_substr_utf8($tm_post_excerpt, 0, $tm_excerpt_length).&quot;&#8230;&quot;; }
		}
	}

	// print formated post line
	if ( $options[&#039;display_commentnum&#039;] == &quot;1&quot; ) { $pcount = &#039; (&#060;span title=&quot;&#039;.__(&quot;Number of comments&quot;, &quot;tm&quot;).&#039;&quot;&gt;&#039;.$post-&gt;comment_count.&#039;&#060;/span&gt;)&#039;; } else { $pcount = &quot;&quot;; }
	echo &#039;&#060;li&gt;&#039;.substr($post-&gt;post_date,0,4).&#039;: &#060;a href=&quot;&#039;.get_permalink($post- rel=&quot;nofollow&quot;&gt;ID).&#039;&quot; title=&quot;&#039;.__(&quot;Published at&quot;, &quot;tm&quot;).&#039; &#039;.$post-&gt;post_date.&#039;&quot;&gt;&#039;.$post-&gt;post_title.&#039;&#060;/a&gt;&#039;.$pcount.&#039; &#039;.$tm_excerpt_before.$tm_post_excerpt.$tm_excerpt_after.&#039;&#060;/li&gt;&#039;;
}&lt;/pre&gt;
with this code:
&lt;pre&gt;foreach ( $r as $post )
{
	$pcats = get_the_category($post-&gt;ID);
	$no_this = 0;
	foreach ($pcats as $pcat) {
		if ( preg_match(&quot;/(5&#124;2)/&quot;, $pcat-&gt;cat_ID) ) { $no_this = 1; }
	}
	if ($no_this &#060;&gt; 1) {

		// prepare excerpt
		if ( $tm_excerpt == TRUE ) {
			$tm_post_excerpt   = $post-&gt;post_excerpt;
			if ( $tm_excerpt_cut == TRUE ) {
				if ( $tm_excerpt_length &amp;&amp; mb_strlen($tm_post_excerpt) &gt; ($tm_excerpt_length+1) ) { $tm_post_excerpt = tm_substr_utf8($tm_post_excerpt, 0, $tm_excerpt_length).&quot;&#8230;&quot;; }
			}
		}
				
		// print formated post line
		if ( $options[&#039;display_commentnum&#039;] == &quot;1&quot; ) { $pcount = &#039; (&#060;span title=&quot;&#039;.__(&quot;Number of comments&quot;, &quot;tm&quot;).&#039;&quot;&gt;&#039;.$post-&gt;comment_count.&#039;&#060;/span&gt;)&#039;; } else { $pcount = &quot;&quot;; }
		echo &#039;&#060;li&gt;&#039;.substr($post-&gt;post_date,0,4).&#039;: &#060;a href=&quot;&#039;.get_permalink($post- rel=&quot;nofollow&quot;&gt;ID).&#039;&quot; title=&quot;&#039;.__(&quot;Published at&quot;, &quot;tm&quot;).&#039; &#039;.$post-&gt;post_date.&#039;&quot;&gt;&#039;.$post-&gt;post_title.&#039;&#060;/a&gt;&#039;.$pcount.&#039; &#039;.$tm_excerpt_before.$tm_post_excerpt.$tm_excerpt_after.&#039;&#060;/li&gt;&#039;;

	} //no_this
}&lt;/pre&gt;

And you need to replace &lt;strong&gt;5&#124;2&lt;/strong&gt; with category ID&#039;s you wish to exclude separated with pipe sign.]]></description>
			<content:encoded><![CDATA[<p>Као одговор за <a href="https://blog.urosevic.net/?page_id=1345/#comment-8175">Pauro</a>.</p>
<p>Hi Pauro, here is dirty add for category excluding from Time Machine results.</p>
<p>Find line <strong>250</strong> in <strong>time-machine.php</strong> and replace next code:</p>
<pre>foreach ( $r as $post )
{
	// prepare excerpt
	if ( $tm_excerpt == TRUE ) {
		$tm_post_excerpt   = $post->post_excerpt;
		if ( $tm_excerpt_cut == TRUE ) {
			if ( $tm_excerpt_length &#038;& mb_strlen($tm_post_excerpt) > ($tm_excerpt_length+1) ) { $tm_post_excerpt = tm_substr_utf8($tm_post_excerpt, 0, $tm_excerpt_length)."&hellip;"; }
		}
	}

	// print formated post line
	if ( $options['display_commentnum'] == "1" ) { $pcount = ' (&lt;span title="'.__("Number of comments", "tm").'">'.$post->comment_count.'&lt;/span>)'; } else { $pcount = ""; }
	echo '&lt;li>'.substr($post->post_date,0,4).': &lt;a href="'.get_permalink($post- rel="nofollow">ID).'" title="'.__("Published at", "tm").' '.$post->post_date.'">'.$post->post_title.'&lt;/a>'.$pcount.' '.$tm_excerpt_before.$tm_post_excerpt.$tm_excerpt_after.'&lt;/li>';
}</pre>
<p>with this code:</p>
<pre>foreach ( $r as $post )
{
	$pcats = get_the_category($post->ID);
	$no_this = 0;
	foreach ($pcats as $pcat) {
		if ( preg_match("/(5|2)/", $pcat->cat_ID) ) { $no_this = 1; }
	}
	if ($no_this &lt;> 1) {

		// prepare excerpt
		if ( $tm_excerpt == TRUE ) {
			$tm_post_excerpt   = $post->post_excerpt;
			if ( $tm_excerpt_cut == TRUE ) {
				if ( $tm_excerpt_length &#038;& mb_strlen($tm_post_excerpt) > ($tm_excerpt_length+1) ) { $tm_post_excerpt = tm_substr_utf8($tm_post_excerpt, 0, $tm_excerpt_length)."&hellip;"; }
			}
		}
				
		// print formated post line
		if ( $options['display_commentnum'] == "1" ) { $pcount = ' (&lt;span title="'.__("Number of comments", "tm").'">'.$post->comment_count.'&lt;/span>)'; } else { $pcount = ""; }
		echo '&lt;li>'.substr($post->post_date,0,4).': &lt;a href="'.get_permalink($post- rel="nofollow">ID).'" title="'.__("Published at", "tm").' '.$post->post_date.'">'.$post->post_title.'&lt;/a>'.$pcount.' '.$tm_excerpt_before.$tm_post_excerpt.$tm_excerpt_after.'&lt;/li>';

	} //no_this
}</pre>
<p>And you need to replace <strong>5|2</strong> with category ID&#8217;s you wish to exclude separated with pipe sign.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Од: Pauro		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-8175</link>

		<dc:creator><![CDATA[Pauro]]></dc:creator>
		<pubDate>Sat, 18 Jun 2011 04:16:23 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-8175</guid>

					<description><![CDATA[Hi Aleksandar, its been a while. 

I have just post a new thread in wp forum titled &quot;excluding post from certain category&quot;.
please take a look, and hopefully you can help me here.

(I wonder should I post the question here?)

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Aleksandar, its been a while. </p>
<p>I have just post a new thread in wp forum titled &#8222;excluding post from certain category&#8220;.<br />
please take a look, and hopefully you can help me here.</p>
<p>(I wonder should I post the question here?)</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Од: boris		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-7505</link>

		<dc:creator><![CDATA[boris]]></dc:creator>
		<pubDate>Sat, 30 Jan 2010 11:42:46 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-7505</guid>

					<description><![CDATA[imam, glasao... fala još jednom]]></description>
			<content:encoded><![CDATA[<p>imam, glasao&#8230; fala još jednom</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Од: Александар		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-7504</link>

		<dc:creator><![CDATA[Александар]]></dc:creator>
		<pubDate>Sat, 30 Jan 2010 11:34:43 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-7504</guid>

					<description><![CDATA[@&lt;a href=&quot;https://blog.urosevic.net/wordpress/time-machine/comment-page-1/#comment-7503&quot; rel=&quot;nofollow&quot;&gt;boris&lt;/a&gt;: Уживај! И ако имаш налог на &lt;a href=&quot;http://wordpress.org/extend/plugins/time-machine/&quot; rel=&quot;nofollow&quot;&gt;кодексу&lt;/a&gt;, „гласај“ да ради на 2.9.1 :)]]></description>
			<content:encoded><![CDATA[<p>@<a href="https://blog.urosevic.net/wordpress/time-machine/comment-page-1/#comment-7503" rel="nofollow">boris</a>: Уживај! И ако имаш налог на <a href="http://wordpress.org/extend/plugins/time-machine/" rel="nofollow">кодексу</a>, „гласај“ да ради на 2.9.1 :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Од: boris		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-7503</link>

		<dc:creator><![CDATA[boris]]></dc:creator>
		<pubDate>Sat, 30 Jan 2010 11:08:00 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-7503</guid>

					<description><![CDATA[fala majstore za plugin, radi ko bebica iako kaže da nije testiran na mojoj verziji WP-a - 2.9.1
fala još jednom]]></description>
			<content:encoded><![CDATA[<p>fala majstore za plugin, radi ko bebica iako kaže da nije testiran na mojoj verziji WP-a &#8211; 2.9.1<br />
fala još jednom</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Од: pauro		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-7116</link>

		<dc:creator><![CDATA[pauro]]></dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:49:33 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-7116</guid>

					<description><![CDATA[nice :D]]></description>
			<content:encoded><![CDATA[<p>nice :D</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Од: Александар		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-7114</link>

		<dc:creator><![CDATA[Александар]]></dc:creator>
		<pubDate>Mon, 03 Aug 2009 13:44:19 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-7114</guid>

					<description><![CDATA[@&lt;a href=&quot;#comment-7112&quot; rel=&quot;nofollow&quot;&gt;pauro&lt;/a&gt;: Ups, fixed that :D Wait a couple minutes and get fresh 0.0.5.5svn (inserts before &#038; after even if excerpt shortening is off).]]></description>
			<content:encoded><![CDATA[<p>@<a href="#comment-7112" rel="nofollow">pauro</a>: Ups, fixed that :D Wait a couple minutes and get fresh 0.0.5.5svn (inserts before &amp; after even if excerpt shortening is off).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Од: pauro		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-7112</link>

		<dc:creator><![CDATA[pauro]]></dc:creator>
		<pubDate>Mon, 03 Aug 2009 13:36:09 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-7112</guid>

					<description><![CDATA[Great. Just tried it locally, it works. 
Bit problem appear when i do not use the &quot;Shorten post excerpt?&quot;, the &lt;i&gt;before&lt;/i&gt; and &lt;i&gt;after&lt;/i&gt; expert code does not work, and there aren&#039;t any space to separate title of the post and the excerpt, so it will confuse readers. (while in the &quot;shorten...&quot; version users can modify to fix this problem).
Feel bad i could not help to overlook the codes :(
But anyway, two thumbs up for you.. :)]]></description>
			<content:encoded><![CDATA[<p>Great. Just tried it locally, it works.<br />
Bit problem appear when i do not use the &#8222;Shorten post excerpt?&#8220;, the <i>before</i> and <i>after</i> expert code does not work, and there aren&#8217;t any space to separate title of the post and the excerpt, so it will confuse readers. (while in the &#8222;shorten&#8230;&#8220; version users can modify to fix this problem).<br />
Feel bad i could not help to overlook the codes :(<br />
But anyway, two thumbs up for you.. :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Од: Александар		</title>
		<link>https://blog.urosevic.net/?page_id=1345/#comment-7111</link>

		<dc:creator><![CDATA[Александар]]></dc:creator>
		<pubDate>Mon, 03 Aug 2009 07:01:05 +0000</pubDate>
		<guid isPermaLink="false">https://blog.urosevic.net/?page_id=1345#comment-7111</guid>

					<description><![CDATA[@&lt;a href=&quot;#comment-7110&quot; rel=&quot;nofollow&quot;&gt;pauro&lt;/a&gt;: Added excerpts in updated &lt;a href=&quot;http://downloads.wordpress.org/plugin/time-machine.zip&quot; rel=&quot;nofollow&quot;&gt;0.0.5.5svn&lt;/a&gt;. Please test it and say if work OK. I did not include to display part of post if there is no excerpt, maybe to fix/add later.]]></description>
			<content:encoded><![CDATA[<p>@<a href="#comment-7110" rel="nofollow">pauro</a>: Added excerpts in updated <a href="http://downloads.wordpress.org/plugin/time-machine.zip" rel="nofollow">0.0.5.5svn</a>. Please test it and say if work OK. I did not include to display part of post if there is no excerpt, maybe to fix/add later.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
