<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Forum | studiograsshopper</title>
	<link>http://www.studiograsshopper.ch/forum/dynamic-content-gallery/dcg-gallery-not-showing-code-placing-might-be-issue-please-help/</link>
	<description><![CDATA[Wordpress development, plugins, code ideas and babycakes*]]></description>
	<generator>Simple:Press Version 4.3.2</generator>
	<atom:link href="http://www.studiograsshopper.ch/forum/?dynamic-content-gallery&#038;dcg-gallery-not-showing-code-placing-might-be-issue-please-help&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>Ade on DCG Gallery not showing. Code placing might be issue? Please help</title>
	<link>http://www.studiograsshopper.ch/forum/dynamic-content-gallery/dcg-gallery-not-showing-code-placing-might-be-issue-please-help/#p1553</link>
	<category>Dynamic Content Gallery</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/dynamic-content-gallery/dcg-gallery-not-showing-code-placing-might-be-issue-please-help/#p1553</guid>
	<description><![CDATA[<p>Great! Glad it worked. <img title="Smile" src="/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
<p>Nice site, by the way. <img title="Smile" src="/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
]]></description>
	<pubDate>Fri, 12 Feb 2010 10:14:15 +0000</pubDate>
</item>
<item>
	<title>maitravelsite on DCG Gallery not showing. Code placing might be issue? Please help</title>
	<link>http://www.studiograsshopper.ch/forum/dynamic-content-gallery/dcg-gallery-not-showing-code-placing-might-be-issue-please-help/#p1552</link>
	<category>Dynamic Content Gallery</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/dynamic-content-gallery/dcg-gallery-not-showing-code-placing-might-be-issue-please-help/#p1552</guid>
	<description><![CDATA[<p>Thank you! Thank you very much. After weeks of trial and error, moving codes and what not DCG has done the deal and your support has been fundamental as i did not know where to plce the code. I will certainly spread the word about DCG&#62; To see what it looks like in my travel blog check <a href="http://www.maitravelsite.com" target="_blank">http://www.maitravelsite.com</a></p>
<p></p>
<p>Regards,</p>
<p></p>
<p>Federico</p>
]]></description>
	<pubDate>Fri, 12 Feb 2010 02:02:15 +0000</pubDate>
</item>
<item>
	<title>Ade on DCG Gallery not showing. Code placing might be issue? Please help</title>
	<link>http://www.studiograsshopper.ch/forum/dynamic-content-gallery/dcg-gallery-not-showing-code-placing-might-be-issue-please-help/#p1534</link>
	<category>Dynamic Content Gallery</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/dynamic-content-gallery/dcg-gallery-not-showing-code-placing-might-be-issue-please-help/#p1534</guid>
	<description><![CDATA[<p>Hi,</p>
<p>I would try placing this code in page.php, just below the div id="content" line:</p>
<p></p>
<div class="sfcode">
<p>&#60;?php if( is_front_page() ) {</p>
<p>dynamic_content_gallery();</p>
<p>} ?&#62;</p>
</div>
<p></p>
<p>Then, make sure you select "Home page" option in the Restrict Scripts options in the DCG&#39;s Settings page.</p>
]]></description>
	<pubDate>Wed, 10 Feb 2010 22:40:08 +0000</pubDate>
</item>
<item>
	<title>maitravelsite on DCG Gallery not showing. Code placing might be issue? Please help</title>
	<link>http://www.studiograsshopper.ch/forum/dynamic-content-gallery/dcg-gallery-not-showing-code-placing-might-be-issue-please-help/#p1531</link>
	<category>Dynamic Content Gallery</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/dynamic-content-gallery/dcg-gallery-not-showing-code-placing-might-be-issue-please-help/#p1531</guid>
	<description><![CDATA[<p>Hi</p>
<p></p>
<p>First of all congratulations on the plugin. I have been trying to install and get one running for over a month now with no success. Never got&#160; any help and instructions were very scarce or non existant. Yours has a great site with details, well explained and a&#160; simple plugin interface.</p>
<p></p>
<p>However I am not able to get it running. I suppose it has something to with the code placement, because the rest has all been set. I really need some help cause i have very limited coding knowledge.</p>
<p></p>
<p>This is the info I suppose you need:</p>
<p></p>
<p>I use WP2.9.1, and my url is <a href="http://www.maitravelsite.com" target="_blank">http://www.maitravelsite.com</a></p>
<p>The theme I use is Nice Stars</p>
<p>I have the Featured Content Gallery plugin that comes with the theme deactivated</p>
<p>I want the DCG in my static home page, not where my blog posts are (page called Journal)</p>
<p>There is no &#160;home.php</p>
<p>This is the code for the index.php</p>
<p><span style="color: #3366ff;">&#60;?php get_header(); ?&#62; &#160;&#160;&#60;div class="span-24" id="contentwrap"&#62;<br />&#160;&#160;&#160;&#60;div class="span-16"&#62;<br />&#160;&#160;&#160;&#160;&#60;div id="content"&#62;&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;?php if(is_home()) { include (TEMPLATEPATH . &#39;/featured.php&#39;); } ?&#62;<br />} ?&#62;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;&#60;?php if (have_posts()) : ?&#62;&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php while (have_posts()) : the_post(); ?&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#60;div &#60;?php post_class() ?&#62; id="post-&#60;?php the_ID(); ?&#62;"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;h2 class="title"&#62;&#60;a href="&#60;?php the_permalink() ?&#62;" rel="bookmark" title="Permanent Link to &#60;?php the_title_attribute(); ?&#62;"&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h2&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;div class="postdate"&#62;&#60;img src="&#60;?php bloginfo(&#39;template_url&#39;); ?&#62;/images/date.png" /&#62; &#60;?php the_time(&#39;F jS, Y&#39;) ?&#62; &#60;img src="&#60;?php bloginfo(&#39;template_url&#39;); ?&#62;/images/user.png" /&#62; &#60;?php the_author() ?&#62; &#60;?php if (current_user_can(&#39;edit_post&#39;, $post-&#62;ID)) { ?&#62; &#60;img src="&#60;?php bloginfo(&#39;template_url&#39;); ?&#62;/images/edit.png" /&#62; &#60;?php edit_post_link(&#39;Edit&#39;, &#39;&#39;, &#39;&#39;); } ?&#62;&#60;/div&#62;<br />&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;div class="entry"&#62;<br />&#60;?php if ( function_exists("has_post_thumbnail") &#38;&#38; has_post_thumbnail() ) { the_post_thumbnail(array(200,160), array("class" =&#62; "alignleft post_thumbnail")); } ?&#62;</span></p>
<p><span style="color: #3366ff;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;?php the_content(&#39;&#39;); ?&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/div&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;div class="readmorecontent"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;a class="readmore" href="&#60;?php the_permalink() ?&#62;" rel="bookmark" title="Permanent Link to &#60;?php the_title_attribute(); ?&#62;"&#62;Read More &#38;raquo;&#60;/a&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;/div&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#60;/div&#62;&#60;!--/post-&#60;?php the_ID(); ?&#62;--&#62;<br />&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#60;?php endwhile; ?&#62;<br />&#160;&#160;&#160;&#160;&#60;div class="navigation"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#60;?php if(function_exists(&#39;wp_pagenavi&#39;)) { wp_pagenavi(); } else { ?&#62;<br />&#160;&#160;&#160;&#160;&#160;&#60;div class="alignleft"&#62;&#60;?php next_posts_link(&#39;&#38;laquo; Older Entries&#39;) ?&#62;&#60;/div&#62;<br />&#160;&#160;&#160;&#160;&#160;&#60;div class="alignright"&#62;&#60;?php previous_posts_link(&#39;Newer Entries &#38;raquo;&#39;) ?&#62;&#60;/div&#62;<br />&#160;&#160;&#160;&#160;&#160;&#60;?php } ?&#62;<br />&#160;&#160;&#160;&#160;&#60;/div&#62;<br />&#160;&#160;&#160;&#160;&#60;?php else : ?&#62;<br />&#160;&#160;&#160;&#160;&#160;&#60;h2 class="center"&#62;Not Found&#60;/h2&#62;<br />&#160;&#160;&#160;&#160;&#160;&#60;p class="center"&#62;Sorry, but you are looking for something that isn&#39;t here.&#60;/p&#62;<br />&#160;&#160;&#160;&#160;&#160;&#60;?php get_search_form(); ?&#62;<br />&#160;&#160;&#160;<br />&#160;&#160;&#160;&#160;&#60;?php endif; ?&#62;<br />&#160;&#160;&#160;&#160;&#60;/div&#62;<br />&#160;&#160;&#160;&#60;/div&#62;<br />&#160;&#160;<br />&#160;&#160;&#60;?php get_sidebars(); ?&#62;<br />&#160;&#60;/div&#62;<br />&#60;?php get_footer(); ?&#62;</span></p>
<p>Don&#39;t know if you need it, but this is the code for page.php:</p>
<p></p>
<p><span style="color: #0000ff;">&#60;?php get_header(); ?&#62;<br />&#60;div class="span-24" id="contentwrap"&#62;<br />&#160;&#60;div class="span-16"&#62;<br />&#160;&#160;&#60;div id="content"&#62;&#160;</span></p>
<p><span style="color: #0000ff;">&#160;&#160;&#160;&#60;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#62;<br />&#160;&#160;&#160;&#60;div class="post" id="post-&#60;?php the_ID(); ?&#62;"&#62;<br />&#160;&#160;&#160;&#60;h2 class="title"&#62;&#60;?php the_title(); ?&#62;&#60;/h2&#62;<br />&#160;&#160;&#160;&#160;&#60;div class="entry"&#62;<br />&#60;?php if ( function_exists("has_post_thumbnail") &#38;&#38; has_post_thumbnail() ) { the_post_thumbnail(array(300,225), array("class" =&#62; "alignleft post_thumbnail")); } ?&#62;<br />&#160;&#160;&#160;&#160;&#160;&#60;?php the_content(&#39;&#60;p class="serif"&#62;Read the rest of this page &#38;raquo;&#60;/p&#62;&#39;); ?&#62;<br />&#160;<br />&#160;&#160;&#160;&#160;&#160;&#60;?php wp_link_pages(array(&#39;before&#39; =&#62; &#39;&#60;p&#62;&#60;strong&#62;Pages:&#60;/strong&#62; &#39;, &#39;after&#39; =&#62; &#39;&#60;/p&#62;&#39;, &#39;next_or_number&#39; =&#62; &#39;number&#39;)); ?&#62;<br />&#160;<br />&#160;&#160;&#160;&#160;&#60;/div&#62;<br />&#160;&#160;&#160;&#60;/div&#62;<br />&#160;&#160;&#160;&#60;?php endwhile; endif; ?&#62;<br />&#160;&#160;&#60;?php edit_post_link(&#39;Edit this entry.&#39;, &#39;&#60;p&#62;&#39;, &#39;&#60;/p&#62;&#39;); ?&#62;<br />&#160;&#160;&#60;/div&#62;<br />&#160;&#60;/div&#62;<br />&#160;</span></p>
<p><span style="color: #0000ff;">&#60;?php get_sidebars(); ?&#62;</span></p>
<p><span style="color: #0000ff;">&#60;/div&#62;<br />&#60;?php get_footer(); ?&#62;</span></p>
<p><span style="color: #3366ff;">&#160;</span></p>
<p></p>
<p>I really hope you can help me out as I am going bananas already.</p>
<p></p>
<p>Many thanks in advance.</p>
<p></p>
<p>Federico</p>
]]></description>
	<pubDate>Wed, 10 Feb 2010 19:23:55 +0000</pubDate>
</item>
</channel>
</rss>