<?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: PhotoBlog WordPress Plugin</title>
	<atom:link href="http://laullon.com/wordpress_photoblog_plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://laullon.com/wordpress_photoblog_plugin/</link>
	<description>Just another Laullon.com weblog</description>
	<lastBuildDate>Thu, 17 Dec 2009 14:46:09 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: German Laullon</title>
		<link>http://laullon.com/wordpress_photoblog_plugin/comment-page-1/#comment-206</link>
		<dc:creator>German Laullon</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://laullon.com/?p=306#comment-206</guid>
		<description>Put this code in the &quot;funtions.php&quot; file of your theme:

add_shortcode(&#039;PhotoBlogImg&#039;, caption_PhotoBlogImg);
function caption_PhotoBlogImg($attr, $content = null) {
    global $post;

    extract(shortcode_atts(array(
        &#039;width&#039;    =&gt; &#039;&#039;,
        &#039;height&#039;    =&gt; &#039;&#039;,
        &#039;exif&#039;    =&gt; &#039;&#039;,
        &#039;visitas&#039;    =&gt; &#039;&#039;,
        &#039;caption&#039; =&gt; &#039;&#039;
            ), $attr));

    if(empty($caption)) $caption=get_the_title($post-&gt;ID);

    $link=get_permalink($post-&gt;ID);
    $titulo=$caption;

    if (is_home() &amp;&amp; is_sticky()){
        $content=ftblg_post_medium($post,false);
    }
    $img=&quot;$content&quot;;
    $tit=&quot;&lt;a href=&quot;$link&quot; title=&quot;Permanent Link to $titulo&quot; rel=&quot;nofollow&quot;&gt;$titulo&lt;/a&gt;&quot;;
    $exif=&quot;$exif&quot;;
    $visitas=&quot;\tVisitas: $visitas\n&quot;;

    return $img;

}</description>
		<content:encoded><![CDATA[<p>Put this code in the &#8220;funtions.php&#8221; file of your theme:</p>
<p>add_shortcode(&#8217;PhotoBlogImg&#8217;, caption_PhotoBlogImg);<br />
function caption_PhotoBlogImg($attr, $content = null) {<br />
    global $post;</p>
<p>    extract(shortcode_atts(array(<br />
        &#8216;width&#8217;    =&gt; &#8221;,<br />
        &#8216;height&#8217;    =&gt; &#8221;,<br />
        &#8216;exif&#8217;    =&gt; &#8221;,<br />
        &#8216;visitas&#8217;    =&gt; &#8221;,<br />
        &#8216;caption&#8217; =&gt; &#8221;<br />
            ), $attr));</p>
<p>    if(empty($caption)) $caption=get_the_title($post-&gt;ID);</p>
<p>    $link=get_permalink($post-&gt;ID);<br />
    $titulo=$caption;</p>
<p>    if (is_home() &amp;&amp; is_sticky()){<br />
        $content=ftblg_post_medium($post,false);<br />
    }<br />
    $img=&#8221;$content&#8221;;<br />
    $tit=&#8221;<a href="$link" title="Permanent Link to $titulo" rel="nofollow">$titulo</a>&#8220;;<br />
    $exif=&#8221;$exif&#8221;;<br />
    $visitas=&#8221;\tVisitas: $visitas\n&#8221;;</p>
<p>    return $img;</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 99</title>
		<link>http://laullon.com/wordpress_photoblog_plugin/comment-page-1/#comment-205</link>
		<dc:creator>99</dc:creator>
		<pubDate>Fri, 06 Nov 2009 20:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://laullon.com/?p=306#comment-205</guid>
		<description>Hello how do i get rid of the VISITAS BELOW THE IMAGE?</description>
		<content:encoded><![CDATA[<p>Hello how do i get rid of the VISITAS BELOW THE IMAGE?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
