<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Tag: Blog page layout - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/blog-page-layout</link>
		<description>Support Forum - Tag: Blog page layout - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 13:57:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/blog-page-layout" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-75046</link>
			<pubDate>Sun, 09 Sep 2012 10:22:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ATX,&#60;/p&#62;
&#60;p&#62;Try to add this code in your custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.post-entry .post-title {
   padding-left: 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74662</link>
			<pubDate>Thu, 06 Sep 2012 13:28:24 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">74662@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK that's great. Thx Ismael. Very impressed with all you folks' prompt and helpful support.&#60;/p&#62;
&#60;p&#62;I think all I need now is to left align the blog titles - what CSS code would I use for that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74596</link>
			<pubDate>Thu, 06 Sep 2012 00:20:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can find custom.css on the css folder on your theme folder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74592</link>
			<pubDate>Wed, 05 Sep 2012 23:59:01 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">74592@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where is my custom.css? I don't think I have created one...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-74023</link>
			<pubDate>Sun, 02 Sep 2012 01:42:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First open includes &#38;gt; loop-index.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!--meta info--&#38;gt;
	        &#38;lt;div class=&#38;quot;&#38;lt;?php avia_layout_class(&#38;#39;meta&#38;#39;); ?&#38;gt; units blog-meta&#38;quot;&#38;gt;

	        	&#38;lt;div class=&#38;#39;side-container side-container-date&#38;#39;&#38;gt;

	        		&#38;lt;div class=&#38;#39;side-container-inner&#38;#39;&#38;gt;

   						&#38;lt;span class=&#38;#39;date-container minor-meta meta-color&#38;#39;&#38;gt;&#38;lt;?php echo get_the_date() ?&#38;gt;&#38;lt;/span&#38;gt;
   						&#38;lt;div class=&#38;#39;post-format-icon&#38;#39;&#38;gt;&#38;lt;/div&#38;gt;
	        		&#38;lt;/div&#38;gt;

	        	&#38;lt;/div&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!--end meta info--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with this. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;date-container minor-meta meta-color&#38;#39;&#38;gt;&#38;lt;?php echo get_the_date() ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then locate this code on the same file&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;&#38;lt;?php avia_layout_class(&#38;#39;entry&#38;#39;); ?&#38;gt; units entry-content &#38;lt;?php echo $post_format; ?&#38;gt;-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;seven units entry-content &#38;lt;?php echo $post_format; ?&#38;gt;-content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post-title.offset-by-two.alpha, span.date-container.minor-meta.meta-color {
padding-left: 30px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Reload the page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ATX on "Blog page layout / format in Coherence"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-layout-format-in-coherence#post-73951</link>
			<pubDate>Sat, 01 Sep 2012 13:16:47 +0000</pubDate>
			<dc:creator>ATX</dc:creator>
			<guid isPermaLink="false">73951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using Coherence and unsure if/how I can change format/page layout of blog pages (all other pages of site are great but I don't like the way the blog posts look).&#60;/p&#62;
&#60;p&#62;Is it possible to move the post date to bottom of post? &#60;/p&#62;
&#60;p&#62;I also want to loose post-type icon (text, photo, etc) and have text etc align to left of page (in line with photos).&#60;/p&#62;
&#60;p&#62;As always I appreciate any advice you can provide.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-34085</link>
			<pubDate>Wed, 07 Dec 2011 03:30:13 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">34085@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sunny,&#60;/p&#62;
&#60;p&#62;you can open your includes folder and open up loop-index.php, find&#60;br /&#62;
&#60;code&#62;&#38;lt;/div&#38;gt;&#38;lt;!--end post-entry--&#38;gt;&#60;/code&#62;&#60;br /&#62;
change it to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if(!is_single()){include( &#38;#39;comments.php&#38;#39;);}?&#38;gt;

		&#38;lt;/div&#38;gt;&#38;lt;!--end post-entry--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll have to do some styling to get this to look somewhat decent though.&#60;br /&#62;
Let me know if it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SunnyDay01 on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33973</link>
			<pubDate>Mon, 05 Dec 2011 16:47:20 +0000</pubDate>
			<dc:creator>SunnyDay01</dc:creator>
			<guid isPermaLink="false">33973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It seems that&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt;//wordpress function that loads the comments template &#34;comments.php&#34;&#60;br /&#62;
									comments_template( '/includes/comments.php'); &#38;lt;&#38;lt;&#60;/p&#62;
&#60;p&#62;is ignored.&#60;br /&#62;
It would be great to find a solution - or does moving the comments need further adjustments or customization? &#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SunnyDay01 on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33787</link>
			<pubDate>Sat, 03 Dec 2011 10:23:59 +0000</pubDate>
			<dc:creator>SunnyDay01</dc:creator>
			<guid isPermaLink="false">33787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;the solution Chris offered works fine however the comments are still displayed on the usual single blog post only. Is there a way to solve this so that they are shown on the blog overview as well?&#60;/p&#62;
&#60;p&#62;Thank you in advance for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gouvi on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33678</link>
			<pubDate>Thu, 01 Dec 2011 22:36:56 +0000</pubDate>
			<dc:creator>gouvi</dc:creator>
			<guid isPermaLink="false">33678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;blockquote&#62;As for the other questions ykblue &#38;amp; gouvi- could you restate them? It's getting confusing who wants what to happen. &#60;/blockquote&#62;&#60;br /&#62;
Yes, I specified my problem in a separate thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/more-code-except-length-and-formatting&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/more-code-except-length-and-formatting&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33554</link>
			<pubDate>Wed, 30 Nov 2011 21:10:14 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">33554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for all your assistance.&#60;br /&#62;
I just don't get it working; actually I am not php-experienced enough to modify this loop-index.php properly.&#60;/p&#62;
&#60;p&#62;As this seems to be more a customization thing, I can't ask for more support. Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33534</link>
			<pubDate>Wed, 30 Nov 2011 12:52:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33534@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes - that's possible. In includes/loop-index.php delete all occurences of:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;is_single() &#38;amp;&#38;amp;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ykblue on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33529</link>
			<pubDate>Wed, 30 Nov 2011 09:43:29 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">33529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Chris - thanks a lot. This brings me a bit closer to what customer wants. Now I do have the list of blog entries.&#60;br /&#62;
But: I would like to have the pictures/galleries in this list as well. Clicking to the single blog entry should be impossible. Complete blog content should appear on this list.&#60;/p&#62;
&#60;p&#62;Thanks again, Katharina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33503</link>
			<pubDate>Wed, 30 Nov 2011 04:33:06 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33503@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;in your template-blog.php&#60;br /&#62;
replace this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ####### MAIN CONTAINER ####### --&#38;gt;
		&#38;lt;div class=&#38;#39;container_wrap&#38;#39; id=&#38;#39;main&#38;#39;&#38;gt;

			&#38;lt;div class=&#38;#39;container&#38;#39;&#38;gt;	

				&#38;lt;div class=&#38;#39;template-blog template-blog-overview content&#38;#39;&#38;gt;

					&#38;lt;div class=&#38;#39;box&#38;#39;&#38;gt;

					&#38;lt;div class=&#38;#39;inner_box&#38;#39;&#38;gt;

					&#38;lt;?php

					/* Run the loop to output the posts.
					* If you want to overload this in a child theme then include a file
					* called loop-index.php and that will be used instead.
					*/
					$more = 0;
					get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;index&#38;#39; );
					?&#38;gt;
						&#38;lt;/div&#38;gt;&#38;lt;!--end inner_box--&#38;gt;

					&#38;lt;/div&#38;gt;&#38;lt;!--end box--&#38;gt;

					&#38;lt;!--end content--&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;?php 

				//get the sidebar
				wp_reset_query();
				$avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;#39;blog&#38;#39;;
				get_sidebar();
				?&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!--end container--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;by&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- ####### MAIN CONTAINER ####### --&#38;gt;
				&#38;lt;div class=&#38;#39;container &#38;lt;?php echo $avia_config[&#38;#39;layout&#38;#39;].&#38;quot; &#38;quot;.$protectedPost; ?&#38;gt;&#38;#39;&#38;gt;

				&#38;lt;div class=&#38;#39;template-blog template-single-blog content&#38;#39;&#38;gt;

							&#38;lt;?php

							/* Run the loop to output the posts.
							* If you want to overload this in a child theme then include a file
							* called loop-index.php and that will be used instead.
							*
							*/
							$loop = &#38;#39;&#38;#39;;
							$content_style = avia_post_meta(avia_get_the_ID(), &#38;#39;entry_layout&#38;#39;); 

							if(strpos($content_style,&#38;#39;mini&#38;#39;) !== false)
							{
								$loop = &#38;#39;page-mini&#38;#39;;
							}
							else
							{
								echo &#38;quot;&#38;lt;div class=&#38;#39;box&#38;#39;&#38;gt;&#38;quot;;

									echo &#38;quot;&#38;lt;div class=&#38;#39;inner_box&#38;#39;&#38;gt;&#38;quot;;

									get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;index&#38;#39; );

									//show related posts if there are any
									get_template_part( &#38;#39;includes/related-posts&#38;#39;);

									//wordpress function that loads the comments template &#38;quot;comments.php&#38;quot;
									comments_template( &#38;#39;/includes/comments.php&#38;#39;); 

									echo &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;!--end inner_box--&#38;gt;&#38;quot;;

								echo &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;!--end box--&#38;gt;&#38;quot;;
							}

							?&#38;gt;

					&#38;lt;!--end content--&#38;gt;
					&#38;lt;/div&#38;gt;

				&#38;lt;?php
				if($loop) get_template_part( &#38;#39;includes/loop&#38;#39;, $loop );

				$avia_config[&#38;#39;currently_viewing&#38;#39;] = &#38;quot;blog&#38;quot;;
				//get the sidebar
				get_sidebar();

				?&#38;gt;

			&#38;lt;/div&#38;gt;&#38;lt;!--end container--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should display full excerpts.&#60;br /&#62;
As for the other questions ykblue &#38;amp; gouvi- could you restate them? It's getting confusing who wants what to happen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33361</link>
			<pubDate>Mon, 28 Nov 2011 19:47:49 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">33361@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@gouvi / image appearing when you hover the post&#60;br /&#62;
In every single post you can set up a gallery; the image appearing on the list is the first one of the gallery&#60;/p&#62;
&#60;p&#62;@gouvi / text length in blog overview&#60;br /&#62;
I just worked with the &#34;more&#34; line from the standard WYSIWYG editor
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gouvi on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33318</link>
			<pubDate>Mon, 28 Nov 2011 12:50:25 +0000</pubDate>
			<dc:creator>gouvi</dc:creator>
			<guid isPermaLink="false">33318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Related question: how do I make the blog overview page show the text up to the &#34;more&#34; code in the single post and not some mysterious excerpt at random length.&#60;br /&#62;
And: how can I make the overview page respect the formatting of the text before the &#34;more&#34; code in the blog post?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gouvi on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33316</link>
			<pubDate>Mon, 28 Nov 2011 12:31:16 +0000</pubDate>
			<dc:creator>gouvi</dc:creator>
			<guid isPermaLink="false">33316@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@ykblue&#60;/p&#62;
&#60;p&#62;Hi, how did you manage to have an image appear when you hover over the test post?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-33310</link>
			<pubDate>Mon, 28 Nov 2011 11:20:11 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">33310@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;.... and even if I follow Dude's advice he gave justinbryear this morning regarding the full post on homepage - it does not work on the blog page.&#60;br /&#62;
Would be so nice to find a solution. thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-32901</link>
			<pubDate>Wed, 23 Nov 2011 22:02:38 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">32901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Dude. Sorry for my delay in answering, I only had time now to check.&#60;/p&#62;
&#60;p&#62;Your suggestion does not work; no change at all.&#60;br /&#62;
The result I want is as you described: on the blog page a list of x entries in full content including the inline-gallery and the date-flag; no click on title etc, all content is on the general blog page.&#60;br /&#62;
You may view the site &#60;a href=&#34;http://www.bonath-werbung.de/bisseria/&#34; rel=&#34;nofollow&#34;&#62;http://www.bonath-werbung.de/bisseria/&#60;/a&#62;              Bisseria is the general blog page.&#60;/p&#62;
&#60;p&#62;Hope you can assist further. Thanks in advance,&#60;br /&#62;
best regards Katharina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-32553</link>
			<pubDate>Sun, 20 Nov 2011 17:41:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32553@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I think you want to display the ful content instead of excerpts for all posts. This is possible - open up includes/loop-index.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(is_search() &#124;&#124; avia_is_overview())
				{
					the_excerpt();
				}
				else
				{
					the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(is_search())
				{
					the_excerpt();
				}
				else
				{
					the_content();
				}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ykblue on "Blog page same layout as normal page"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-same-layout-as-normal-page#post-32542</link>
			<pubDate>Sun, 20 Nov 2011 15:14:39 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">32542@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - I would like to have the same layout for the blog as it is for the standard page:&#60;/p&#62;
&#60;p&#62;- Title&#60;br /&#62;
- some text (no read more link, they only have some lines per post)&#60;br /&#62;
- inline slideshow (they do have images though ;))&#60;br /&#62;
- maybe some more lines of text&#60;br /&#62;
All this should appear on the actual blog page, no linking to the individual post, so that in the end a long list of these posts can be scrolled through.&#60;/p&#62;
&#60;p&#62;How could I achieve this?&#60;br /&#62;
Thanks for assistance.&#60;/p&#62;
&#60;p&#62;Rgs, Katharina
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
