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

		<item>
			<title>Devin on "Blank Home Page"</title>
			<link>http://www.kriesi.at/support/topic/blank-home-page#post-102969</link>
			<pubDate>Mon, 25 Mar 2013 16:52:44 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ryan,&#60;/p&#62;
&#60;p&#62;I'm not familiar with that plugin but you could try creating a home.php file and put that with your layout and code in the theme folder. It would act as a permanent home page however so i'm not sure if that will work for what you are trying to do or not.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rdweitzman on "Blank Home Page"</title>
			<link>http://www.kriesi.at/support/topic/blank-home-page#post-102855</link>
			<pubDate>Sun, 24 Mar 2013 19:54:51 +0000</pubDate>
			<dc:creator>rdweitzman</dc:creator>
			<guid isPermaLink="false">102855@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My client is looking for a unique Landing Page that I can put on top of your theme. I have the Impact widget and can create my own templates, how ever it seems that it does not go well with your theme. &#60;/p&#62;
&#60;p&#62;This is what I am looking for:&#60;br /&#62;
Large Logo on top 980px x 200px&#60;br /&#62;
Menu evenly spaced - 980px across&#60;br /&#62;
slider 980px x 400px&#60;br /&#62;
social media menu evenly spaced 980px across&#60;/p&#62;
&#60;p&#62;What would you recommend?&#60;/p&#62;
&#60;p&#62;Thank you, Ryan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Testimonials Auto Rotate - Cleancut"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-auto-rotate-cleancut#post-88054</link>
			<pubDate>Thu, 13 Dec 2012 16:41:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">88054@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi anantmistry,&#60;/p&#62;
&#60;p&#62;As far as I know no there isn't a template or output for all of the current testimonials.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anantmistry on "Testimonials Auto Rotate - Cleancut"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-auto-rotate-cleancut#post-87893</link>
			<pubDate>Wed, 12 Dec 2012 18:53:41 +0000</pubDate>
			<dc:creator>anantmistry</dc:creator>
			<guid isPermaLink="false">87893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I know this is not a testimonials auto-rotate question ... but I would like to have a testimonials page (listing all of the current testimonials) as well as having the auto-rotate at the bottom on the mainpage (the tip that was provided earlier worked a treat).&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Landing pages without the header section?"</title>
			<link>http://www.kriesi.at/support/topic/landing-pages-without-the-header-section#post-85167</link>
			<pubDate>Fri, 23 Nov 2012 19:48:52 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85167@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.header_meta {
display: none !important;
}
.logo.bg-logo {
display: none !important;
}
.main_menu {
display: none !important;
}
#footer {
display: none !important;
}
#socket {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Since I don't know which page you are trying to apply the style to I can't target it further. If you know which page, please view the source from your browser and paste the entire body tag here, and I can be more specific with the css&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>csandstedt on "Landing pages without the header section?"</title>
			<link>http://www.kriesi.at/support/topic/landing-pages-without-the-header-section#post-84896</link>
			<pubDate>Wed, 21 Nov 2012 15:55:55 +0000</pubDate>
			<dc:creator>csandstedt</dc:creator>
			<guid isPermaLink="false">84896@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael, I tried your code and I'm still seeing the main menu on my landing pages. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Landing pages without the header section?"</title>
			<link>http://www.kriesi.at/support/topic/landing-pages-without-the-header-section#post-84658</link>
			<pubDate>Tue, 20 Nov 2012 01:52:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84658@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If your intention is to hide the menus you can do some conditional tags. Open header.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;div class=&#38;#39;main_menu&#38;#39; data-selectname=&#38;#39;&#38;quot;.__(&#38;#39;Select a page&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
						$args = array(&#38;#39;theme_location&#38;#39;=&#38;gt;&#38;#39;avia&#38;#39;, &#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;avia_fallback_menu&#38;#39;);
						wp_nav_menu($args);
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( !is_page( &#38;#39;Landing Page&#38;#39; ) ) {
						echo &#38;quot;&#38;lt;div class=&#38;#39;main_menu&#38;#39; data-selectname=&#38;#39;&#38;quot;.__(&#38;#39;Select a page&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;;
						$args = array(&#38;#39;theme_location&#38;#39;=&#38;gt;&#38;#39;avia&#38;#39;, &#38;#39;fallback_cb&#38;#39; =&#38;gt; &#38;#39;avia_fallback_menu&#38;#39;);
						wp_nav_menu($args);
						echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
						};&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code means, if it is not the &#34;Landing Page&#34; echo or render the main menu. You can do the same with the logo.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>csandstedt on "Landing pages without the header section?"</title>
			<link>http://www.kriesi.at/support/topic/landing-pages-without-the-header-section#post-84554</link>
			<pubDate>Mon, 19 Nov 2012 12:50:51 +0000</pubDate>
			<dc:creator>csandstedt</dc:creator>
			<guid isPermaLink="false">84554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm looking at testing a new service using landing pages with &#34;fake doors&#34; but I don't want the visitor to be able to access the rest of the site with the navigation links in the header menu. Basically, I just want the ability to create a template that excludes everything above the header menu so that I'm starting with a clean slate. How can I accomplish this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Testimonials Auto Rotate - Cleancut"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-auto-rotate-cleancut#post-77617</link>
			<pubDate>Thu, 27 Sep 2012 16:00:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">77617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ashish,&#60;/p&#62;
&#60;p&#62;The page you linked is for the Choices theme. What you would need to edit is the page set to be your frontpage. I believe the one created by the dummy content is actually called &#34;Frontpage&#34; so that is where you would edit the content or add your own.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ashish on "Testimonials Auto Rotate - Cleancut"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-auto-rotate-cleancut#post-77421</link>
			<pubDate>Wed, 26 Sep 2012 10:12:23 +0000</pubDate>
			<dc:creator>Ashish</dc:creator>
			<guid isPermaLink="false">77421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have imported the dummy content file that comes with the theme. Now I am trying to update below page with my content. But I am not able to find screen to edit client testimonial displayed on below page.&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themes/choices/welcome/landing-page-example/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/choices/welcome/landing-page-example/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any suggestion?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Need to remove header / navigation menu for landing page"</title>
			<link>http://www.kriesi.at/support/topic/need-to-remove-header-navigation-menu-for-landing-page#post-71722</link>
			<pubDate>Sun, 19 Aug 2012 03:00:26 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71722@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;A very original design idea. The Headless Horseman Theme. Just so we understand what you want to do, could u please take a snapshot of the theme and using ms paint or a different paint program, please roughly sketch / draw / illustrate what you are describing to ensure we understand your requirements.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arod_la on "Need to remove header / navigation menu for landing page"</title>
			<link>http://www.kriesi.at/support/topic/need-to-remove-header-navigation-menu-for-landing-page#post-71497</link>
			<pubDate>Fri, 17 Aug 2012 04:17:29 +0000</pubDate>
			<dc:creator>arod_la</dc:creator>
			<guid isPermaLink="false">71497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I couldn't find this question asked in the Choices forum so I am trying it here. I'd like to remove the header on a landing page so that it only consists of the page content and footer. The idea being that I don't want people coming to that page to easily navigate away from there except for clicking on my call to action or one other link in the body. I do want to have the header in all other areas of the site. Can you help answer this. &#60;/p&#62;
&#60;p&#62;Much thanks in advance and also thank you for an otherwise easy to use and excellent theme.&#60;/p&#62;
&#60;p&#62;AR
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Themed Landing Pages in BroadScope"</title>
			<link>http://www.kriesi.at/support/topic/themed-landing-pages-in-broadscope#post-36953</link>
			<pubDate>Sun, 08 Jan 2012 06:31:58 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">36953@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's great to see you sharing all this and to then see it help others, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brouge on "Themed Landing Pages in BroadScope"</title>
			<link>http://www.kriesi.at/support/topic/themed-landing-pages-in-broadscope#post-36888</link>
			<pubDate>Sat, 07 Jan 2012 14:31:53 +0000</pubDate>
			<dc:creator>brouge</dc:creator>
			<guid isPermaLink="false">36888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;nice!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptvguy on "Themed Landing Pages in BroadScope"</title>
			<link>http://www.kriesi.at/support/topic/themed-landing-pages-in-broadscope#post-36850</link>
			<pubDate>Sat, 07 Jan 2012 05:22:53 +0000</pubDate>
			<dc:creator>ptvguy</dc:creator>
			<guid isPermaLink="false">36850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, I'm an idiot. I showed this post to a friend of mine who also creates websites. He looked at it for about ten seconds and then said, &#34;Why don't you just use the important! declaration? Then you don't have to do all that other stuff.&#34; He was right, of course. You can just leave all the BroadScope theme options as they are and jump right to the easy way using the WordPress built-in body_class() function. Doh!&#60;/p&#62;
&#60;p&#62;Just find the WordPress page ID number for the page you want themed, use it to replace the &#34;XXX&#34; in the example below, place it in your custom.css file, make whatever style changes you want, save it, and upload it to the web server.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body.page-id-XXX {
	background-color: #FFFFFF !important;
	background-image: url(http://www.example.com/wp-content/uploads/my-new-themed-background.jpg) !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ptvguy on "Themed Landing Pages in BroadScope"</title>
			<link>http://www.kriesi.at/support/topic/themed-landing-pages-in-broadscope#post-36828</link>
			<pubDate>Fri, 06 Jan 2012 21:50:56 +0000</pubDate>
			<dc:creator>ptvguy</dc:creator>
			<guid isPermaLink="false">36828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Themed landing pages are handy for a lot of different things. They can tie in to specific page content, visually reenforce a category or topic, and they're especially good for squeeze pages. Generally, there's an easy way to do this using the WordPress built-in body_class() function, but unfortunately, the BroadScope theme options are designed in a way that overrides this. When you choose background color, image, position, repeat, and attachment through the Layout &#38;amp; Styling section of the BroadScope theme options, it writes them as individual style elements in the header instead of the CSS stylesheet. That means that the custom.css stylesheet won't override them. Still, there's a fairly easy workaround for this.&#60;/p&#62;
&#60;p&#62;First, open one of your site's pages in your favorite browser and then look in the source code for the various body styles that you set up in the BroadScope theme options. They'll look something like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body{
background-color:#FFFFFF;
}

body{
background-image:url(http://www.example.com/wp-content/uploads/my-background.jpg);
}

body{
background-position:top center;
}

body{
background-repeat:no-repeat;
}

body{
background-attachment:fixed;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then we copy all that into the custom.css file and remove all the excess coding so that it looks something like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
	background-color: #FFFFFF;
	background-image: url(http://www.example.com/wp-content/uploads/my-background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then, we upload the custom.css file to the web server, and go under the Layout &#38;amp; Styling section of the BroadScope theme options and remove all those styling choices and save it. The setup you chose before will still be okay, because you've made it part of the custom.css.&#60;/p&#62;
&#60;p&#62;Now we can finally go on with the normal way of setting up themed landing pages in WordPress. Just find the WordPress page ID number for the page you want themed, and use it to replace the &#34;XXX&#34; in the example below:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body.page-id-XXX {
	background-color: #FFFFFF;
	background-image: url(http://www.example.com/wp-content/uploads/my-new-themed-background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you can restyle that any way you want, add it to your custom.css file, upload that file to your web server, and you're good to go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Testimonials Auto Rotate - Cleancut"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-auto-rotate-cleancut#post-28014</link>
			<pubDate>Tue, 27 Sep 2011 21:17:01 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28014@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Dude could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wicked24 on "Testimonials Auto Rotate - Cleancut"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-auto-rotate-cleancut#post-27960</link>
			<pubDate>Tue, 27 Sep 2011 12:49:52 +0000</pubDate>
			<dc:creator>wicked24</dc:creator>
			<guid isPermaLink="false">27960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great - Thanks that has worked a treat - different testimonial every time page is refreshed. :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Testimonials Auto Rotate - Cleancut"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-auto-rotate-cleancut#post-27707</link>
			<pubDate>Sat, 24 Sep 2011 10:27:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
as far as I know autorotation is not support at the moment. You can try to randomize the items though. Open up index.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;post_type=testimonials&#38;amp;posts_per_page=5&#38;quot;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;post_type=testimonials&#38;amp;posts_per_page=5&#38;amp;orderby=rand&#38;quot;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>wicked24 on "Testimonials Auto Rotate - Cleancut"</title>
			<link>http://www.kriesi.at/support/topic/testimonials-auto-rotate-cleancut#post-27628</link>
			<pubDate>Fri, 23 Sep 2011 10:39:21 +0000</pubDate>
			<dc:creator>wicked24</dc:creator>
			<guid isPermaLink="false">27628@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all - I'm fairly new to this but just love this theme - Is it possible to auto rotate the testimonials or to display a different one each time the page is visited?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pictureme2 on "Totally Confused..."</title>
			<link>http://www.kriesi.at/support/topic/totally-confused#post-16714</link>
			<pubDate>Sun, 10 Apr 2011 23:12:35 +0000</pubDate>
			<dc:creator>pictureme2</dc:creator>
			<guid isPermaLink="false">16714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well, after reviewing this support forum thoroughly, I figured out a lot of things.&#60;br /&#62;
Yes, I downloaded NextGen gallery and setup several portfolios...  Then, I select the page and categories according to its portfolio.&#60;/p&#62;
&#60;p&#62;Wow!!!!  I might be able to launch my site after all before Easter!&#60;br /&#62;
thanks&#60;/p&#62;
&#60;p&#62;If anyone would like to add other tips and tricks to help me, it would be appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pictureme2 on "Totally Confused..."</title>
			<link>http://www.kriesi.at/support/topic/totally-confused#post-16707</link>
			<pubDate>Sun, 10 Apr 2011 20:43:44 +0000</pubDate>
			<dc:creator>pictureme2</dc:creator>
			<guid isPermaLink="false">16707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Would it be easier if I just deleted the entire website and start from scratch?  &#60;/p&#62;
&#60;p&#62;I want a portfolio or gallery on my website like this?&#60;br /&#62;
&#60;a href=&#34;http://themeforest.net/item/habitat-blog-and-portfolio-theme/full_screen_preview/125365?ref=Kriesi&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/habitat-blog-and-portfolio-theme/full_screen_preview/125365?ref=Kriesi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, I deleted the menu portfolio already and tried to create a page called &#34;Your Event&#34;.&#60;/p&#62;
&#60;p&#62;I am thinking I should start from scratch and just drop and drag my images.  Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pictureme2 on "Totally Confused..."</title>
			<link>http://www.kriesi.at/support/topic/totally-confused#post-16702</link>
			<pubDate>Sun, 10 Apr 2011 20:19:21 +0000</pubDate>
			<dc:creator>pictureme2</dc:creator>
			<guid isPermaLink="false">16702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want my mainpage, landing page, the home page to be an introductory to my business.  &#60;/p&#62;
&#60;p&#62;I am using Habitat and I can't figure this out for the life of me.&#60;/p&#62;
&#60;p&#62;I want the first page to look like this.&#60;br /&#62;
&#60;a href=&#34;http://themeforest.net/item/habitat-blog-and-portfolio-theme/full_screen_preview/125365?ref=Kriesi&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/item/habitat-blog-and-portfolio-theme/full_screen_preview/125365?ref=Kriesi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Instead of what I have now.&#60;br /&#62;
&#60;a href=&#34;http://www.pictureme2.com&#34; rel=&#34;nofollow&#34;&#62;http://www.pictureme2.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Actually, when I first downloaded this theme, I think it was like this.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
