<?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: static homepage - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/static-homepage</link>
		<description>Support Forum - Tag: static homepage - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 11:46:47 +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/static-homepage" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Static Home Page, Descriptions/links for homepage background images?"</title>
			<link>http://www.kriesi.at/support/topic/static-home-page-descriptionslinks-for-homepage-background-images#post-86712</link>
			<pubDate>Thu, 06 Dec 2012 05:50:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86712@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi zealouslongboards,&#60;/p&#62;
&#60;p&#62;Make sure you don't have a different setting in the main wordpress Settings&#38;gt;Reading. It should be set to Your latest posts instead of any kind of static page setup.&#60;/p&#62;
&#60;p&#62;If you have any plugins active, try disabling them as well to make sure there are no conflicts.&#60;/p&#62;
&#60;p&#62;As for setting links to the background images, it isn't possible as far as I know and would require completely re-doing the way the theme builds pages.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zealouslongboards on "Static Home Page, Descriptions/links for homepage background images?"</title>
			<link>http://www.kriesi.at/support/topic/static-home-page-descriptionslinks-for-homepage-background-images#post-86557</link>
			<pubDate>Wed, 05 Dec 2012 03:32:47 +0000</pubDate>
			<dc:creator>zealouslongboards</dc:creator>
			<guid isPermaLink="false">86557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just got the theme and I tried to set my own static homepage by going to theme options and Homepage settings.  I set it to home but the front page still kept coming up with the blog posts.  I even tried importing dummy data which set the homepage to welcome but it is still just coming up with the blog.  I have tried opening it in another browser and resetting the cache with no luck.&#60;/p&#62;
&#60;p&#62;Also I was wondering if it is possible to make links and descriptions for the slider images in the background of my homepage.  Thanks very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need help with a couple changes"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-a-couple-changes#post-10336</link>
			<pubDate>Thu, 16 Dec 2010 17:11:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;1) This problem is caused by following code in custom.js:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// remove the last border from category menu item if there are 7 items, that border is not needed
	if(jQuery(&#38;quot;.catnav&#38;gt;li&#38;quot;).length &#38;gt;= 7)
	{
		jQuery(&#38;quot;.catnav&#38;gt;li:last&#38;quot;).addClass(&#38;#39;noborder&#38;#39;);
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can delete it - the borders should appear afterwards.&#60;/p&#62;
&#60;p&#62;2) Normally WP doesn't display images in the excerpts. Did you modify anything?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkwalls on "Need help with a couple changes"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-a-couple-changes#post-10310</link>
			<pubDate>Wed, 15 Dec 2010 19:51:50 +0000</pubDate>
			<dc:creator>jkwalls</dc:creator>
			<guid isPermaLink="false">10310@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi thanks for the help James. I think I have most of that figured out. &#60;/p&#62;
&#60;p&#62;A couple other issues came up though. If you take a look at the website&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.josephwalls.net/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.josephwalls.net/wordpress/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;1. In the Cat nav menu for some reason the boarder wont apply to the last one the &#34;Contact us&#34;. I went through and removed the original top and bottom line from the them as it stretches accross the entire screen which we didnt want, and I added in a boarder instead under. &#60;/p&#62;
&#60;p&#62;.catnav li a{&#60;br /&#62;
color:#666666;&#60;br /&#62;
border-right:1px solid #aaa;&#60;br /&#62;
border-top:1px solid #aaa;&#60;br /&#62;
border-bottom:1px solid #aaa;&#60;br /&#62;
text-shadow:1px 1px 0px #fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Any Idea though why this is not applying to the last box? when you load the page it seems to appear then disapear. &#60;/p&#62;
&#60;p&#62;2. I went through and changed the main page to show a full post instead of just the short version. However if you look at the 2 post on the main page how do I stop a picture that is in the post (or in this case a page) from showing up here as well?&#60;/p&#62;
&#60;p&#62;Thanks for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcontheroad on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-10175</link>
			<pubDate>Mon, 13 Dec 2010 15:25:51 +0000</pubDate>
			<dc:creator>lcontheroad</dc:creator>
			<guid isPermaLink="false">10175@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm also having the same problem as Boomsite - need a static home page but want the slider to show too. Got SO excited when I saw the code switch above but haven't been able to get it to work. I tried the page id and also the full absolute address to my desired page in both occurrences of &#34;$additional_loop = new WP_Query&#34; but still posts show on the home page rather than a static page. If I set &#34;static page&#34; to my desired page, I lose the slider. Please help...!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Need help with a couple changes"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-a-couple-changes#post-10173</link>
			<pubDate>Mon, 13 Dec 2010 14:33:29 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">10173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;1.) You need to put additional page ID's into an array in order to display more than one page. Change this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;additional_loop = new WP_Query(&#38;quot;page_id=10&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(
   &#38;#39;post_type&#38;#39;=&#38;gt;&#38;#39;page&#38;#39;,
   &#38;#39;post__in&#38;#39; =&#38;gt; array(&#38;#39;10&#38;#39;, &#38;#39;11&#38;#39;, &#38;#39;12&#38;#39;)
);

$additional_loop = new WP_Query($args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which would display Pages (denoted by the &#60;strong&#62;post_type&#60;/strong&#62;) with the ID's of &#60;strong&#62;10&#60;/strong&#62;, &#60;strong&#62;11&#60;/strong&#62; and &#60;strong&#62;12&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;2.) Under WP Admin &#38;gt; Settings &#38;gt; Reading you can select a static page (rather than latest posts which actually uses home.php (if available) or index.php to display content). If you want to specify a page layout (e.g. to add additional code), you can create a Page Template and assign this to the page you choose for the front page.&#60;/p&#62;
&#60;p&#62;3.) Yes but no... Different browsers interpret the code differently i.e. the standards complaint browsers such as Safari, Firefox and Chrome will work fine using CSS to do this, older / primitive browsers such as Internet Explorer have issues behaving correctly.&#60;/p&#62;
&#60;p&#62;Strictly speaking, the correct way to do this is with absolute positioning which isn't feasible for a navigation menu because you'd have to give each individual menu item a unique ID then add the CSS for each menu item separately.&#60;/p&#62;
&#60;p&#62;Hope this helps,&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkwalls on "Need help with a couple changes"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-a-couple-changes#post-9984</link>
			<pubDate>Wed, 08 Dec 2010 17:27:47 +0000</pubDate>
			<dc:creator>jkwalls</dc:creator>
			<guid isPermaLink="false">9984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much for getting back to me James, that was super helpful! All the changes you gave me worked excellently. &#60;/p&#62;
&#60;p&#62; # 1. I actually havent solved it.  I have a couple of questions on it, #1. I can only get 1 feature to show up on this line of  code &#60;/p&#62;
&#60;p&#62;$additional_loop = new WP_Query(&#34;page_id=10&#34;);&#60;/p&#62;
&#60;p&#62;how do I add in extra page ID's? I tried  &#34;....10&#34; &#38;amp; &#34;11&#34;);  or &#34;..10&#34;, &#34;11&#34;. Or adding in a new line with it in but I cant seem to get it to generate more than 1 feature as is currently on the Hopepage. &#60;/p&#62;
&#60;p&#62;Another question I have is if I wanted to just make this a static page (as in text is writen on it that can be edited from within wordpress not generated text form posts and pages in the loop, almost like the other pages) can I just copy all the code from &#34;page.php&#34; and paste it in to &#34;index.php&#34;, or is it more complicated than that. Also if I can do this what code do I need to keep from Index.php to still keep the accordian slider. &#60;/p&#62;
&#60;p&#62;# 3: The centering worked but I was wondering if there was a way to also get it to aligh in the middle of the box vertically.  So dead center in the box from both left and right and also up and down.  &#60;/p&#62;
&#60;p&#62;Thanks for the help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Need help with a couple changes"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-a-couple-changes#post-9974</link>
			<pubDate>Wed, 08 Dec 2010 11:12:50 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">9974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Sorry for the delay getting back to you, this was marked as &#34;Not A Support Question&#34;... I've updated this now.&#60;/p&#62;
&#60;p&#62;To answer your questions:&#60;/p&#62;
&#60;p&#62;1.) I believe you solved this, let me know if not.&#60;/p&#62;
&#60;p&#62;2.) To adjust the size of the featured images, you need to open up functions.php (using a text editor not through WP admin) and adjust the image sizes near the top of the file. To remove the images from a page, open up page.php - find and remove this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($preview_image)
{
	echo &#38;#39;&#38;lt;div class=&#38;quot;entry-previewimage rounded preloading_background&#38;quot;&#38;gt;&#38;#39;;
	echo $preview_image;
	echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note that this only affects pages (so not posts or any other Custom Post Types). To do this for different post types, you need to remove the same code from other files such as single.php. Have a look at the &#60;a href=&#34;http://codex.wordpress.org/Template_Hierarchy&#34;&#62;Template Hierarchy&#60;/a&#62; to work out which template file controls the layout for which pages.&#60;/p&#62;
&#60;p&#62;3.) I'm a little confused here, are you trying to adjust the text size or the width of the page list item? To centre the text within the menu items, add this code to the end of style.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.catnav li a strong, .catnav li a span { text-align: center; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4.) The top background is set by this image: &#60;a href=&#34;http://josephwalls.net/wordpress/wp-content/themes/newscastTheme/images/skin1/bg.png&#34; rel=&#34;nofollow&#34;&#62;http://josephwalls.net/wordpress/wp-content/themes/newscastTheme/images/skin1/bg.png&#60;/a&#62; You can change the image and is currently set to repeat across the page left to right. If you want an image that doesn't repeat, change this code in /css/style1.css (on line 1):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;background: url(&#38;quot;../images/skin1/bg.png&#38;quot;) repeat-x scroll 0 0 #FFFFFF;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;background: url(&#38;quot;../images/skin1/bg.png&#38;quot;) no-repeat scroll 0 0 #FFFFFF;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;5.) What do you mean by the shadow? Can you provide a screenshot?&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkwalls on "Need help with a couple changes"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-a-couple-changes#post-9896</link>
			<pubDate>Mon, 06 Dec 2010 22:54:59 +0000</pubDate>
			<dc:creator>jkwalls</dc:creator>
			<guid isPermaLink="false">9896@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So I figured out how to move down the menu, and how to remove the commments  date and posted by form the main page.. &#60;/p&#62;
&#60;p&#62;For anyone wondering&#60;/p&#62;
&#60;p&#62;For menu. In styles.css&#60;/p&#62;
&#60;p&#62;#top .catnav ul {&#60;br /&#62;
display:none;&#60;br /&#62;
position:absolute;&#60;br /&#62;
top:71px;&#60;br /&#62;
width:172px;&#60;br /&#62;
left:-2px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;the top changes where the drop down menu starts. &#60;/p&#62;
&#60;p&#62;for the comments/admin/date from the index page delete&#60;/p&#62;
&#60;p&#62;				&#38;lt;div class=&#34;entry-head&#34;&#38;gt;&#60;br /&#62;
					&#38;lt;span class=&#34;date ie6fix&#34;&#38;gt;&#38;lt;?php the_time('M d, Y') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
					&#38;lt;span class=&#34;comments ie6fix&#34;&#38;gt;&#38;lt;?php comments_popup_link(__('No Comments','newscast'), __('1 Comment','newscast'), __('% Comments','newscast')); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
					&#38;lt;span class=&#34;author ie6fix&#34;&#38;gt;&#38;lt;?php _e('by','newscast');?&#38;gt; &#38;lt;?php the_author_posts_link(); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;I still would really appriciate some help with the other questions though.. This is taking me HOURS to go through each line in your CSS and figure out what is going on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkwalls on "Need help with a couple changes"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-a-couple-changes#post-9887</link>
			<pubDate>Mon, 06 Dec 2010 16:06:59 +0000</pubDate>
			<dc:creator>jkwalls</dc:creator>
			<guid isPermaLink="false">9887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can someone please help me out with this
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkwalls on "Need help with a couple changes"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-a-couple-changes#post-9736</link>
			<pubDate>Thu, 02 Dec 2010 20:00:18 +0000</pubDate>
			<dc:creator>jkwalls</dc:creator>
			<guid isPermaLink="false">9736@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry just realized some of the menus were screwed so the site would have looked odd but just fixed them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkwalls on "Need help with a couple changes"</title>
			<link>http://www.kriesi.at/support/topic/need-help-with-a-couple-changes#post-9700</link>
			<pubDate>Wed, 01 Dec 2010 19:07:41 +0000</pubDate>
			<dc:creator>jkwalls</dc:creator>
			<guid isPermaLink="false">9700@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Enjoying the template but I wanted to change a few things. &#60;/p&#62;
&#60;p&#62;My webpage is&#60;br /&#62;
&#60;a href=&#34;http://www.josephwalls.net/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.josephwalls.net/wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1.	I'm having problems with the static page (&#60;a href=&#34;http://www.kriesi.at/support/topic/static-home-page-issues&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/static-home-page-issues&#60;/a&#62;) I managed to get 1 page to show up, but Didnt realize it wont just make the page you set up as the home page. Is there anyway to do this rather than just having it show up as a feature post? If not how to I get additional pages to show up as feature posts on the home page, as well how do I get rid of the Time, Comments, and who created the page part of the feature.&#60;br /&#62;
2.	How do I change the size of the featured image for each page, or how do I get rid of it showing up on the page. I know through a few threads on these forums its been said you need to change meta tags to do this. I’m not too sure how to do this can someone give me some direction or help on how to do this.&#60;br /&#62;
3.	Where abouts in the code can I change where the drop down menu appears, on mine its cutting of some of the words in the menus so would like to drop it down a few points. Also is there a way to center the titles in the menu as you can see for “Contact us” the title would look a lot better if it was at least centered in the middle of the box.&#60;br /&#62;
4.	Where abouts can I change the top header/banner or whatever its called (the black part) I know how to add in our logo, but I want to change this black strip to water and also insert a few pictures into the area.&#60;br /&#62;
5. I Know I havent finished setting up the accordian slider yet. But how can I make the shadow from each tab alot smaller?&#60;/p&#62;
&#60;p&#62;Thanks I know I asked alot there! But I’m hoping someone can give me a hand as I’m getting pretty close to finishing this site
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkwalls on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-7914</link>
			<pubDate>Thu, 28 Oct 2010 16:08:51 +0000</pubDate>
			<dc:creator>jkwalls</dc:creator>
			<guid isPermaLink="false">7914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi I'm having the same problem as Boomsite. &#60;/p&#62;
&#60;p&#62;I found the code and replaced it but it still wont show up on a static homepage. For this I tried a couple diffrent things I tried it with the settings in settings - reading to a static homepage and the same one I wanted, as well as tried leave it with out this setting on. &#60;/p&#62;
&#60;p&#62;The static homepage will show up but my accordian slider wont. when you say page ID is 10. what do you mean by this, the title or the page order (of which i tried both), I also tried chainging the 10 in the index.php to &#34;index.php&#34; or &#34;index&#34;. But I cant seem to find away to get it to work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boomsite on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-6649</link>
			<pubDate>Thu, 14 Oct 2010 10:23:27 +0000</pubDate>
			<dc:creator>Boomsite</dc:creator>
			<guid isPermaLink="false">6649@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm also trying to achieve a static front page that keeps the slider, but I'm having some trouble getting it to work.&#60;/p&#62;
&#60;p&#62;I've edited the line of code in index.php as described above. I got the page id from the URL when I chose to edit the page I want to use. Example: /wp-admin/post.php?post=32&#38;amp;action=edit&#60;/p&#62;
&#60;p&#62;This results in a front page with a slider, and an error under that reading:&#60;/p&#62;
&#60;p&#62;&#34;Nothing Found&#60;br /&#62;
Sorry, no posts matched your criteria&#34;&#60;/p&#62;
&#60;p&#62;Have I got the wrong page ID?&#60;/p&#62;
&#60;p&#62;Appreciate your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-3386</link>
			<pubDate>Tue, 24 Aug 2010 09:31:43 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">3386@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-2963</link>
			<pubDate>Tue, 17 Aug 2010 14:42:53 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The frontpage was never designed with the slider and a static page as an option, nevertheless you can modify index.php to show a page instead of the posts.&#60;/p&#62;
&#60;p&#62;Open up index.php and find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$negative_cats.&#38;quot;&#38;amp;paged=$paged&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;page_id=10&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;where page_id matches the ID of the page you want to display (in the above code '10').
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-2859</link>
			<pubDate>Mon, 16 Aug 2010 06:24:37 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">2859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
could anyone help me please? I would really appreciate, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-2778</link>
			<pubDate>Sat, 14 Aug 2010 08:01:42 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">2778@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I absolutely enjoy this support forum, it helped me a lot. Even though there are two topics about static homapages, I could not find the solution to my problem:&#60;/p&#62;
&#60;p&#62;I would like to display the accordion slider AND a Static Page - &#60;a href=&#34;http://beregszaszi-gerendahaz.hu/gerendahaz/&#34; rel=&#34;nofollow&#34;&#62;http://beregszaszi-gerendahaz.hu/gerendahaz/&#60;/a&#62; - on my homepage: &#60;a href=&#34;http://beregszaszi-gerendahaz.hu&#34; rel=&#34;nofollow&#34;&#62;http://beregszaszi-gerendahaz.hu&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;How would I do that? If I just set WP to display a static homepage, there is no slider....&#60;/p&#62;
&#60;p&#62;Thanks a lot!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
