<?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: page attributes - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/page-attributes</link>
		<description>Support Forum - Tag: page attributes - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 02:10:40 +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/page-attributes" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "&#34;no sidebar&#34; in page attributes"</title>
			<link>http://www.kriesi.at/support/topic/no-sidebar-in-page-attributes#post-90936</link>
			<pubDate>Thu, 10 Jan 2013 11:03:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90936@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think Choices offers an option for the default page layout. Go to Choices &#38;gt; Theme Options &#38;gt; Layout &#38;amp; Settings and select &#34;Default Page Layout&#34; - &#34;No Sidebar&#34;.&#60;br /&#62;
It's possible to &#34;block&#34; the default wordpress file editor with a constant in wp_config.php: &#60;a href=&#34;http://www.wpbeginner.com/wp-tutorials/how-to-disable-theme-and-plugin-editors-from-wordpress-admin-panel/&#34; rel=&#34;nofollow&#34;&#62;http://www.wpbeginner.com/wp-tutorials/how-to-disable-theme-and-plugin-editors-from-wordpress-admin-panel/&#60;/a&#62; - I use it for all my websites and I strongly recommend to deactivate the file editor because it can be very dangerous - especially for inexperienced users and hackers.&#60;br /&#62;
More about file editing can be found here: &#60;a href=&#34;http://codex.wordpress.org/Editing_Files&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Editing_Files&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lklapczynski on "&#34;no sidebar&#34; in page attributes"</title>
			<link>http://www.kriesi.at/support/topic/no-sidebar-in-page-attributes#post-90820</link>
			<pubDate>Wed, 09 Jan 2013 16:57:44 +0000</pubDate>
			<dc:creator>lklapczynski</dc:creator>
			<guid isPermaLink="false">90820@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found out that there is a way to edit php file (?) but I don't know the way to get to these files. I can not find administrations bar on my dashboard... Any suggestions are very welcome. Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lklapczynski on "&#34;no sidebar&#34; in page attributes"</title>
			<link>http://www.kriesi.at/support/topic/no-sidebar-in-page-attributes#post-90818</link>
			<pubDate>Wed, 09 Jan 2013 16:49:50 +0000</pubDate>
			<dc:creator>lklapczynski</dc:creator>
			<guid isPermaLink="false">90818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I am new to wordpress. Just bought the choices theme to create a website and want to get rid of the side bar on the pages. On the drop down list in page attributes there is no &#34;no sidebar&#34; option. Does anyone know how to get around that? Thanks a lot.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changes to Page Templates"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-page-templates#post-5453</link>
			<pubDate>Sat, 25 Sep 2010 15:40:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Please check that you uploaded the file to the right directory. If you replceed the old template_blog.php with the new one you MUST see the changes. If not please check if you cached your page (W3 Edge etc. plugins), if your changes are correct and visible (visible to users or only background changes (php loops, etc.) ) and if you modified the right template. &#60;/p&#62;
&#60;p&#62;2) To introduce a new template just copy and paste an existing template into your themes folder and rename it by changing the template name .ie.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
Template Name: Contact Form
*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
Template Name: My Form
*/&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To add a page attribute template (meta box) you need to use following code:&#60;/p&#62;
&#60;p&#62;i.e.&#60;br /&#62;
&#60;code&#62;add_meta_box( &#38;#39;select_post_template&#38;#39;, __( &#38;#39;Post Template&#38;#39;, &#38;#39;custom-post-templates&#38;#39; ), &#38;#39;select_post_template&#38;#39;, &#38;#39;post&#38;#39;, &#38;#39;side&#38;#39;, &#38;#39;default&#38;#39; );&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;This will add a meta box to your page/post editor located in the right sidebar. This is only an example - you need to adjust all parameters to your function/template. Have a look at the reference.: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/add_meta_box&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/add_meta_box&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baobab on "Changes to Page Templates"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-page-templates#post-5432</link>
			<pubDate>Fri, 24 Sep 2010 09:43:38 +0000</pubDate>
			<dc:creator>baobab</dc:creator>
			<guid isPermaLink="false">5432@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would really appreciate some advice please
&#60;/p&#62;</description>
		</item>
		<item>
			<title>baobab on "Changes to Page Templates"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-page-templates#post-5302</link>
			<pubDate>Wed, 22 Sep 2010 09:31:25 +0000</pubDate>
			<dc:creator>baobab</dc:creator>
			<guid isPermaLink="false">5302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to make changes to one of the Page Templates (template_blog.php) and am looking to introduce a new template to cope with specific requirements.&#60;/p&#62;
&#60;p&#62;I have made the changes to template_blog.php and uploaded it, but the changes are not being picked up. &#60;/p&#62;
&#60;p&#62;Also, how do I introduce a new page atrributes template? I have found the various locations in the code where the templates are referenced, but haven't worked out how to get it to show up as an option when creating a page.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
