<?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/serial-posts/manual/</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/?serial-posts&#038;manual&#038;xfeed=topic" rel="self" type="application/rss+xml" />
<item>
	<title>Ade on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p174</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p174</guid>
	<description><![CDATA[<p>Here you go:</p>
<div class="sfcode">&#60;?php<br />/**<br />&#160;* @package WordPress<br />&#160;* @subpackage Classic_Theme<br />&#160;*/<br />get_header();<br />?&#62;</p>
<p>&#60;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#62;</p>
<p>&#60;?php the_date(&#39;&#39;,&#39;&#60;h2&#62;&#39;,&#39;&#60;/h2&#62;&#39;); ?&#62;</p>
<p>&#60;div &#60;?php post_class() ?&#62; id=&#8221;post-&#60;?php the_ID(); ?&#62;&#8221;&#62;<br />&#160; &#60;h3 class=&#8221;storytitle&#8221;&#62;&#60;a href=&#8221;&#60;?php the_permalink() ?&#62;&#8221; rel=&#8221;bookmark&#8221;&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h3&#62;<br />&#160;&#60;div class=&#8221;meta&#8221;&#62;&#60;?php _e(&#8221;Filed under:&#8221;); ?&#62; &#60;?php the_category(&#39;,&#39;) ?&#62; &#38;#8212; &#60;?php the_tags(__(&#39;Tags: &#39;), &#39;, &#39;, &#39; &#38;#8212; &#39;); ?&#62; &#60;?php the_author() ?&#62; @ &#60;?php the_time() ?&#62; &#60;?php edit_post_link(__(&#39;Edit This&#39;)); ?&#62;&#60;/div&#62;</p>
<p>&#160;&#60;div class=&#8221;storycontent&#8221;&#62;<br />&#160; &#60;?php the_content(__(&#39;(more&#8230;)&#39;)); ?&#62;<br />&#160; &#60;?php serial_posts(); ?&#62;<br />&#160;&#60;/div&#62;</p>
<p>&#160;&#60;div class=&#8221;feedback&#8221;&#62;<br />&#160; &#60;?php wp_link_pages(); ?&#62;<br />&#160; &#60;?php comments_popup_link(__(&#39;Comments (0)&#39;), __(&#39;Comments (1)&#39;), __(&#39;Comments (%)&#39;)); ?&#62;<br />&#160;&#60;/div&#62;</p>
<p>&#60;/div&#62;</p>
<p>&#60;?php comments_template(); // Get wp-comments.php template ?&#62;</p>
<p>&#60;?php endwhile; else: ?&#62;<br />&#60;p&#62;&#60;?php _e(&#39;Sorry, no posts matched your criteria.&#39;); ?&#62;&#60;/p&#62;<br />&#60;?php endif; ?&#62;</p>
<p>&#60;?php posts_nav_link(&#39; &#38;#8212; &#39;, __(&#39;&#38;laquo; Newer Posts&#39;), __(&#39;Older Posts &#38;raquo;&#39;)); ?&#62;</p>
<p>&#60;?php get_footer(); ?&#62;</p></div>
<p></p>
<p>I&#39;ve inserted the function call immediately after the post content and before the comments.</p>
]]></description>
	<pubDate>Tue, 30 Dec 2008 01:11:39 +0000</pubDate>
</item>
<item>
	<title>Allan-Schmidt on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p173</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p173</guid>
	<description><![CDATA[<p>The serial plugin should go just below the post text before any comments. That should do it, I think.</p>
<p>This is the content of the index file for my theme.</p>
<p>&#60;?php<br />/**<br />&#160;* @package WordPress<br />&#160;* @subpackage Classic_Theme<br />&#160;*/<br />get_header();<br />?&#62;</p>
<p>&#60;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#62;</p>
<p>&#60;?php the_date(&#39;&#39;,&#39;&#60;h2&#62;&#39;,&#39;&#60;/h2&#62;&#39;); ?&#62;</p>
<p>&#60;div &#60;?php post_class() ?&#62; id="post-&#60;?php the_ID(); ?&#62;"&#62;<br />&#160; &#60;h3 class="storytitle"&#62;&#60;a href="&#60;?php the_permalink() ?&#62;" rel="bookmark"&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;&#60;/h3&#62;<br />&#160;&#60;div class="meta"&#62;&#60;?php _e("Filed under:"); ?&#62; &#60;?php the_category(&#39;,&#39;) ?&#62; &#38;#8212; &#60;?php the_tags(__(&#39;Tags: &#39;), &#39;, &#39;, &#39; &#38;#8212; &#39;); ?&#62; &#60;?php the_author() ?&#62; @ &#60;?php the_time() ?&#62; &#60;?php edit_post_link(__(&#39;Edit This&#39;)); ?&#62;&#60;/div&#62;</p>
<p>&#160;&#60;div class="storycontent"&#62;<br />&#160;&#160;&#60;?php the_content(__(&#39;(more...)&#39;)); ?&#62;<br />&#160;&#60;/div&#62;</p>
<p>&#160;&#60;div class="feedback"&#62;<br />&#160;&#160;&#60;?php wp_link_pages(); ?&#62;<br />&#160;&#160;&#60;?php comments_popup_link(__(&#39;Comments (0)&#39;), __(&#39;Comments (1)&#39;), __(&#39;Comments (%)&#39;)); ?&#62;<br />&#160;&#60;/div&#62;</p>
<p>&#60;/div&#62;</p>
<p>&#60;?php comments_template(); // Get wp-comments.php template ?&#62;</p>
<p>&#60;?php endwhile; else: ?&#62;<br />&#60;p&#62;&#60;?php _e(&#39;Sorry, no posts matched your criteria.&#39;); ?&#62;&#60;/p&#62;<br />&#60;?php endif; ?&#62;</p>
<p>&#60;?php posts_nav_link(&#39; &#38;#8212; &#39;, __(&#39;&#38;laquo; Newer Posts&#39;), __(&#39;Older Posts &#38;raquo;&#39;)); ?&#62;</p>
<p>&#60;?php get_footer(); ?&#62;</p>
]]></description>
	<pubDate>Mon, 29 Dec 2008 23:53:55 +0000</pubDate>
</item>
<item>
	<title>Ade on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p172</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p172</guid>
	<description><![CDATA[<p>It should be in the folder of your current theme in /wp-content/themes/. Some themes use index.php to display a single post page. So, if you don&#39;t have a single.php your theme most likely uses index.php instead. Post whichever one is relevant for your theme.</p>
]]></description>
	<pubDate>Mon, 29 Dec 2008 23:28:36 +0000</pubDate>
</item>
<item>
	<title>Allan-Schmidt on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p171</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p171</guid>
	<description><![CDATA[<p>Where do I find the single.php file?</p>
]]></description>
	<pubDate>Mon, 29 Dec 2008 22:11:31 +0000</pubDate>
</item>
<item>
	<title>Ade on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p165</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p165</guid>
	<description><![CDATA[<p>In the meantime, whilst you wait for an update, post your single.php code here, tell me where you want the list to appear and I&#39;ll put the code in for you. <img title="Smile" src="/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-smile.gif" border="0" alt="Smile" /></p>
<p>Ade.</p>
]]></description>
	<pubDate>Sat, 27 Dec 2008 13:10:02 +0000</pubDate>
</item>
<item>
	<title>Allan-Schmidt on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p164</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p164</guid>
	<description><![CDATA[<p>The quicktag is an even better idea than&#160;my top/buttom suggestion. Great.</p>
<p>Sadly, I reckon that I will have to wait for the quicktag to be implemented. I really look forward to your plugin going places as the others series plugins just didn&#39;t work for me.</p>
]]></description>
	<pubDate>Sat, 27 Dec 2008 12:28:04 +0000</pubDate>
</item>
<item>
	<title>Ade on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p163</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p163</guid>
	<description><![CDATA[<blockquote>
<p>Allan-Schmidt said:</p>
<p>Wow. Very impressive&#160; and I didn&#39;t even have time to explain what got me lost.</p>
<p>Well then.&#160;Now, that I know I&#39;m the spoiled brat, I will ask for a few more things <img class="wp-smiley" src="http://www.studiograsshopper.ch/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>1) <br />I suck at php. I mean really suck. Any chance that the plugin will come in a version where I don&#39;t need to inset any snippets anywhere?</p>
<p>Furthermore,&#160;I could choose if I wanted the serial-text inserted in either top or buttom of the post. That would be awesome.</p>
<p>2)<br />How are the series styled? Do they take css from the template or something like that?</p>
<p>Even if you don&#39;t implement anything, I must give you credit for the fast reply. Kudos</p>
<p></p></blockquote>
<hr />
<p><img title="Smile" src="/wp-content/plugins/simple-forum/tinymce/plugins/emotions/img/smiley-smile.gif" border="0" alt="Smile" /> I had been meaning to write a better "how to" - you spurred me on to do it quicker.</p>
<p>1. Sorry, no way to avoid PHP at the moment I&#39;m afraid... You have to paste the <span class="sfcode">&#60;?php serial_posts(); ?&#62;</span> code into your index.php or single.php file (which one you paste it into depends on your theme).</p>
<p>I intend to add a "quicktag" to a future version which means you will be able to insert something directly into the editor when writing a post. I shall add this to the feature request list for the next version.</p>
<p>2. List styling. I have a detailed list of CSS styles which are applied to the list and its heading here:</p>
<p><a title="Serial Posts Configuration page" href="/serial-posts-configuration/" target="_blank">Serial Posts Configuration page</a></p>
<p>With this combination of classes and element selectors you should be able to style the list in pretty much any way you choose. You will need to add these classes to your style.css file and add appropriate styling properties etc.</p>
<p>Hope this helps.</p>
<p>Ade.</p>
]]></description>
	<pubDate>Sat, 27 Dec 2008 10:29:13 +0000</pubDate>
</item>
<item>
	<title>Allan-Schmidt on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p162</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p162</guid>
	<description><![CDATA[<p>Wow. Very impressive&#160; and I didn&#39;t even have time to explain what got me lost.</p>
<p>Well then.&#160;Now, that I know I&#39;m the spoiled brat, I will ask for a few more things :)</p>
<p>1) <br />I suck at php. I mean really suck. Any chance that the plugin will come in a version where I don&#39;t need to inset any snippets anywhere?</p>
<p>Furthermore,&#160;I could choose if I wanted the serial-text inserted in either top or buttom of the post. That would be awesome.</p>
<p>2)<br />How are the series styled? Do they take css from the template or something like that?</p>
<p>Even if you don&#39;t implement anything, I must give you credit for the fast reply. Kudos</p>
<p></p>
]]></description>
	<pubDate>Fri, 26 Dec 2008 23:32:38 +0000</pubDate>
</item>
<item>
	<title>Ade on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p161</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p161</guid>
	<description><![CDATA[<p>I&#39;ve just added a tutorial for the Serial Posts plugin which can be found here:</p>
<p><a title="Serial Posts plugin tutorial" href="/serial-posts-plugin-tutorial/" target="_blank">http://www.studiograsshopper.ch/serial-posts-plugin-tutorial/</a></p>
<p>Ade.</p>
]]></description>
	<pubDate>Fri, 26 Dec 2008 23:16:33 +0000</pubDate>
</item>
<item>
	<title>Ade on Manual</title>
	<link>http://www.studiograsshopper.ch/forum/serial-posts/manual/#p160</link>
	<category>Serial Posts</category>
	<guid isPermaLink="true">http://www.studiograsshopper.ch/forum/serial-posts/manual/#p160</guid>
	<description><![CDATA[<p>Hi,</p>
<p>Good idea! I&#39;ll post some screenshots shortly.</p>
<p>In the meantime, if there is a speciifc question that you&#39;re having difficulty with, please post it and I&#39;ll help you out.</p>
<p>Ade.</p>
]]></description>
	<pubDate>Fri, 26 Dec 2008 19:39:51 +0000</pubDate>
</item>
</channel>
</rss>