<?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>Kommentare zu: Plugin Last Viewed Posts (english)</title>
	<atom:link href="http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/</link>
	<description>Fotos und Beobachtungen</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:37:12 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Von: Craig</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/comment-page-1/#comment-100844</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 17 Jan 2012 13:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/#comment-100844</guid>
		<description>Hello again.

I am using the old version of your plugin so that I can customise the output to suit my needs better. (I am using version v 0.6).

All is working great, however I am struggling to display a custom field in the output.  

Here is what I have:

&lt;code&gt;
echo &quot;-li&gt;
  -a href=\&quot;&quot;. get_permalink() . &quot;\&quot; title=\&quot;&quot;. get_the_title() . &quot;\&quot;&gt;&quot;. the_post_thumbnail(&#039;thumbnail&#039;, array(&#039;class&#039; =&gt; &#039;viewedimg&#039;, &#039;alt&#039; =&gt; &#039;&#039;.get_the_title().&#039;&#039;, &#039;title&#039; =&gt; &#039;&#039;.get_the_title().&#039;&#039;)) . &quot;-/a&gt;
  -a href=\&quot;&quot;. get_permalink() . &quot;\&quot; title=\&quot;&quot;. get_the_title() . &quot;\&quot;&gt;&quot;. get_the_title() . &quot;&lt;/a&gt;-br /&gt;				
  &#163;&quot;. get_post_meta($post-&gt;ID, &#039;amount&#039;, true) . &quot;-br /&gt;
  -a href=\&quot;&quot;. get_permalink() . &quot;\&quot; title=\&quot;View &quot;. get_the_title() . &quot;\&quot;&gt;View now-/a&gt;
  -/li-\n&quot;; // Output link and title
&lt;/code&gt;

Note: - actually = &lt;

However the output for the custom field does not display.  Do you know where I am going wrong here?

Also the post thumbnail does show, but it places the &#039;img&#039; code outside of the &#039;a&#039; tag despite being inside it here.  Very confusing!

Thank you so much for any help getting this working!

Craig</description>
		<content:encoded><![CDATA[<p>Hello again.</p>
<p>I am using the old version of your plugin so that I can customise the output to suit my needs better. (I am using version v 0.6).</p>
<p>All is working great, however I am struggling to display a custom field in the output.  </p>
<p>Here is what I have:</p>
<p><code><br />
echo "-li&gt;<br />
  -a href=\"". get_permalink() . "\" title=\"". get_the_title() . "\"&gt;". the_post_thumbnail('thumbnail', array('class' =&gt; 'viewedimg', 'alt' =&gt; ''.get_the_title().'', 'title' =&gt; ''.get_the_title().'')) . "-/a&gt;<br />
  -a href=\"". get_permalink() . "\" title=\"". get_the_title() . "\"&gt;". get_the_title() . "-br /&gt;<br />
  &pound;". get_post_meta($post-&gt;ID, 'amount', true) . "-br /&gt;<br />
  -a href=\"". get_permalink() . "\" title=\"View ". get_the_title() . "\"&gt;View now-/a&gt;<br />
  -/li-\n"; // Output link and title<br />
</code></p>
<p>Note: &#8211; actually = &lt;</p>
<p>However the output for the custom field does not display.  Do you know where I am going wrong here?</p>
<p>Also the post thumbnail does show, but it places the &#039;img&#039; code outside of the &#039;a&#039; tag despite being inside it here.  Very confusing!</p>
<p>Thank you so much for any help getting this working!</p>
<p>Craig</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Kamal</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/comment-page-1/#comment-45611</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/#comment-45611</guid>
		<description>ok the code dont work, so i  replace the tags  with the (-)
&lt;code&gt;
-?php if ( $var_img01 ) { ?-
-a href=&quot;-?php the_permalink() ?-&quot;-
-img src=&quot;-?php echo $var_img01; ?-&quot;/-
-/a-
-?php } else { ?-
-img src=&quot;-?php bloginfo(&#039;stylesheet_directory&#039;); ?-/img/no-img.jpg&quot;/-
-?php } ?-
-/code-
to work with yours:
-code-
-code--?php if (function_exists(&#039;zg_recently_viewed&#039;)): if (isset($_COOKIE[&quot;WP-LastViewedPosts&quot;])) { ?-
-h2-Last viewed posts-/h2-
-?php zg_recently_viewed(); ?-
-?php } endif; ?-
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>ok the code dont work, so i  replace the tags  with the (-)<br />
<code><br />
-?php if ( $var_img01 ) { ?-<br />
-a href="-?php the_permalink() ?-"-<br />
-img src="-?php echo $var_img01; ?-"/-<br />
-/a-<br />
-?php } else { ?-<br />
-img src="-?php bloginfo('stylesheet_directory'); ?-/img/no-img.jpg"/-<br />
-?php } ?-<br />
-/code-<br />
to work with yours:<br />
-code-<br />
-code--?php if (function_exists('zg_recently_viewed')): if (isset($_COOKIE["WP-LastViewedPosts"])) { ?-<br />
-h2-Last viewed posts-/h2-<br />
-?php zg_recently_viewed(); ?-<br />
-?php } endif; ?-<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Kamal</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/comment-page-1/#comment-45609</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/#comment-45609</guid>
		<description>Hi,
Thanks for this unique plug-in, i use it with my theme and it work so good,
i&#039;d like to knwo how can add this code:
&lt;code&gt;

&lt;a href=&quot;&quot;&gt;
&lt;img src=&quot;&quot;/&gt;
&lt;/a&gt;

&lt;img src=&quot;/img/no-img.jpg&quot;/&gt;

&lt;/code&gt;
to work with yours:
&lt;code&gt;
&lt;code&gt;
Last viewed posts

&lt;/code&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for this unique plug-in, i use it with my theme and it work so good,<br />
i&#8217;d like to knwo how can add this code:<br />
<code></p>
<p>&lt;a href=&quot;"&gt;<br />
&lt;img src=&quot;"/&gt;</p>
<p>&lt;img src=&quot;/img/no-img.jpg"/&gt;</p>
<p></code><br />
to work with yours:<br />
<code><br />
</code><code><br />
Last viewed posts</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Olaf</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/comment-page-1/#comment-45010</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Thu, 21 Jan 2010 17:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/#comment-45010</guid>
		<description>@Craig:
I guess it&#039;s a problem with cookies. You should check, if they&#039;re blocked or something else.

And important is, that the widget is only shown, when you have visited pages/posts yet.</description>
		<content:encoded><![CDATA[<p>@Craig:<br />
I guess it&#8217;s a problem with cookies. You should check, if they&#8217;re blocked or something else.</p>
<p>And important is, that the widget is only shown, when you have visited pages/posts yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Craig</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/comment-page-1/#comment-44992</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Thu, 21 Jan 2010 04:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/#comment-44992</guid>
		<description>Hello,

This plugin sounds just what I am looking for.  I have tried both versions but they dont seem to show up in my sidebar.  I have tried adding the template code above, and also via the widget.

I have tried similar plugins, but for different content and these seem to work OK.  I am unsure if it is a problem with my template or I have done something wrong.

It is as though the function doesnt exist!

Many thanks.
Craig</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This plugin sounds just what I am looking for.  I have tried both versions but they dont seem to show up in my sidebar.  I have tried adding the template code above, and also via the widget.</p>
<p>I have tried similar plugins, but for different content and these seem to work OK.  I am unsure if it is a problem with my template or I have done something wrong.</p>
<p>It is as though the function doesnt exist!</p>
<p>Many thanks.<br />
Craig</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Olaf</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/comment-page-1/#comment-38782</link>
		<dc:creator>Olaf</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/#comment-38782</guid>
		<description>@Ray:
Yes this is possible with an older version of the plugin: http://blog.zeitgrund.de/last_viewed_posts0_6.zip</description>
		<content:encoded><![CDATA[<p>@Ray:<br />
Yes this is possible with an older version of the plugin: <a href="http://blog.zeitgrund.de/last_viewed_posts0_6.zip" rel="nofollow"></a><a href='http://blog.zeitgrund.de/last_viewed_posts0_6.zip'>http://blog.zeitgrund.de/last_viewed_posts0_6.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ray</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/comment-page-1/#comment-38781</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Fri, 10 Jul 2009 07:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/#comment-38781</guid>
		<description>Hi Olaf,

I was just wondering if it is possible to use a loop with your plugin.

The reason is I would like to use the &quot;Get The Image&quot; plugin, as well as the ability to output a few custom fields.

Is this possible?</description>
		<content:encoded><![CDATA[<p>Hi Olaf,</p>
<p>I was just wondering if it is possible to use a loop with your plugin.</p>
<p>The reason is I would like to use the &#8220;Get The Image&#8221; plugin, as well as the ability to output a few custom fields.</p>
<p>Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Wordpress themes and plugins for the week 6 &#124; aw-aw.com</title>
		<link>http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/comment-page-1/#comment-35043</link>
		<dc:creator>Wordpress themes and plugins for the week 6 &#124; aw-aw.com</dc:creator>
		<pubDate>Wed, 21 Jan 2009 17:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zeitgrund.de/2007/12/08/plugin-last-viewed-posts-english/#comment-35043</guid>
		<description>[...] Last viewed posts - This is a new idea. This plugin will show the latest viewed posts by other visitors. Youâ€™ve heard about recent posts, recently commented posts etc, now try this one. [...]</description>
		<content:encoded><![CDATA[<p>[...] Last viewed posts &#8211; This is a new idea. This plugin will show the latest viewed posts by other visitors. Youâ€™ve heard about recent posts, recently commented posts etc, now try this one. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

