<?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 - Topic: Custom pages with no header, footer, sidebar, etc.</title>
		<link>http://www.kriesi.at/support/topic/custom-pages-with-no-header-footer-sidebar-etc</link>
		<description>Support Forum - Topic: Custom pages with no header, footer, sidebar, etc.</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 14:46:26 +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/topic/custom-pages-with-no-header-footer-sidebar-etc" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Custom pages with no header, footer, sidebar, etc."</title>
			<link>http://www.kriesi.at/support/topic/custom-pages-with-no-header-footer-sidebar-etc#post-70716</link>
			<pubDate>Mon, 13 Aug 2012 04:05:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70716@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi SandyMc,&#60;/p&#62;
&#60;p&#62;Glad that we could help you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SandyMc on "Custom pages with no header, footer, sidebar, etc."</title>
			<link>http://www.kriesi.at/support/topic/custom-pages-with-no-header-footer-sidebar-etc#post-70683</link>
			<pubDate>Sun, 12 Aug 2012 17:51:22 +0000</pubDate>
			<dc:creator>SandyMc</dc:creator>
			<guid isPermaLink="false">70683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael - Thanks so much for the great directions, and the code.  Worked like a charm!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Custom pages with no header, footer, sidebar, etc."</title>
			<link>http://www.kriesi.at/support/topic/custom-pages-with-no-header-footer-sidebar-etc#post-70556</link>
			<pubDate>Sat, 11 Aug 2012 04:44:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi SandyMc,&#60;/p&#62;
&#60;p&#62;In your wp-content/themes/abundance folder, create a new file and name it, template-blank.php. Open template-blank.php and paste this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/**
 * Template Name: Blank Page
 *
 */
?&#38;gt;
&#38;lt;!DOCTYPE html&#38;gt;
&#38;lt;html &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;
&#38;lt;head&#38;gt;
&#38;lt;meta charset=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;charset&#38;#39; ); ?&#38;gt;&#38;quot; /&#38;gt;

&#38;lt;!-- page title, displayed in your browser bar --&#38;gt;
&#38;lt;title&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; &#124; &#38;lt;?php is_home() ? bloginfo(&#38;#39;description&#38;#39;) : wp_title(&#38;#39;&#38;#39;); ?&#38;gt;&#38;lt;/title&#38;gt;

&#38;lt;!-- add feeds, pingback and stuff--&#38;gt;
&#38;lt;link rel=&#38;quot;profile&#38;quot; href=&#38;quot;http://gmpg.org/xfn/11&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;alternate&#38;quot; type=&#38;quot;application/rss+xml&#38;quot; title=&#38;quot;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; RSS2 Feed&#38;quot; href=&#38;quot;&#38;lt;?php avia_option(&#38;#39;feedburner&#38;#39;,get_bloginfo(&#38;#39;rss2_url&#38;#39;)); ?&#38;gt;&#38;quot; /&#38;gt;
&#38;lt;link rel=&#38;quot;pingback&#38;quot; href=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;pingback_url&#38;#39; ); ?&#38;gt;&#38;quot; /&#38;gt;

&#38;lt;/head&#38;gt;

&#38;lt;body id=&#38;quot;top&#38;quot;&#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;?php if (have_posts()) : ?&#38;gt;
               &#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;
					&#38;lt;?php the_content(); ?&#38;gt;
               &#38;lt;?php endwhile; ?&#38;gt;
     &#38;lt;?php endif; ?&#38;gt;
		&#38;lt;/div&#38;gt;
&#38;lt;/body&#38;gt;
&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Edit your privacy policy page, and set the &#34;Template&#34; to &#34;Blank Page&#34;, and update the page. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SandyMc on "Custom pages with no header, footer, sidebar, etc."</title>
			<link>http://www.kriesi.at/support/topic/custom-pages-with-no-header-footer-sidebar-etc#post-70495</link>
			<pubDate>Fri, 10 Aug 2012 16:02:29 +0000</pubDate>
			<dc:creator>SandyMc</dc:creator>
			<guid isPermaLink="false">70495@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael - Thank you.  I guess the real issue is getting a page to work that is plain text.  I don't know how to do a page for my website that doesn't have the header, footer and sidebars.  Any advice in that regard?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Custom pages with no header, footer, sidebar, etc."</title>
			<link>http://www.kriesi.at/support/topic/custom-pages-with-no-header-footer-sidebar-etc#post-70405</link>
			<pubDate>Fri, 10 Aug 2012 05:43:11 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70405@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi SandyMc,&#60;/p&#62;
&#60;p&#62;Try to find some cool pop up wordpress plugins like &#60;a href=&#34;http://wordpress.org/extend/plugins/wordpress-popup/&#34;&#62;http://wordpress.org/extend/plugins/wordpress-popup/&#60;/a&#62; and &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-super-popup/&#34;&#62;http://wordpress.org/extend/plugins/wp-super-popup/&#60;/a&#62;. I haven't used this plugins, but they might be worth a try. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SandyMc on "Custom pages with no header, footer, sidebar, etc."</title>
			<link>http://www.kriesi.at/support/topic/custom-pages-with-no-header-footer-sidebar-etc#post-70365</link>
			<pubDate>Thu, 09 Aug 2012 21:44:51 +0000</pubDate>
			<dc:creator>SandyMc</dc:creator>
			<guid isPermaLink="false">70365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello- I would like to create two pages that i will use as a popup.  They are for my return policy and privacy policy.  I would like to be able to click a text link in the sidebar to go to these two pages.  But I would like the popup to be very small, and not include the header, footer, sidebar, or anything that is part of the theme.  Just a simple text box.  How can I achieve this in Abundance theme?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
