<?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: Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links</title>
		<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links</link>
		<description>Support Forum - Topic: Getting rid of &quot;Categories&quot;, &quot;Archive&quot; and &quot;Pages&quot; links</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 16:29:39 +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/getting-rid-of-categories-archive-and-pages-links" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-16752</link>
			<pubDate>Mon, 11 Apr 2011 13:17:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) modify archive.php the same way like template-blog.php (see instructions above) &#60;/p&#62;
&#60;p&#62;2) Are you sure you want to do this? If a post is assigned to more categories the user can't choose if he wants to go back to the first or to the second archive page...&#60;/p&#62;
&#60;p&#62;3) Open up template_blog.php and insert your content after:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;content&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;i.e. like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;content&#38;quot;&#38;gt;
   &#38;lt;h2&#38;gt;My headline&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>logiclogo on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-16718</link>
			<pubDate>Mon, 11 Apr 2011 00:58:30 +0000</pubDate>
			<dc:creator>logiclogo</dc:creator>
			<guid isPermaLink="false">16718@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude that work great :-)&#60;/p&#62;
&#60;p&#62;Could you please also tell me how to make the Archive page full width too?&#60;/p&#62;
&#60;p&#62;Also on the page (&#60;a href=&#34;http://logiclogo.com/logo/?p=980#comments&#34; rel=&#34;nofollow&#34;&#62;http://logiclogo.com/logo/?p=980#comments&#60;/a&#62;) how can I change the words 'Works On Canvas' that links to the Archive page to 'Go Back' but then links to page (&#60;a href=&#34;http://logiclogo.com/logo/?page_id=963)?&#34; rel=&#34;nofollow&#34;&#62;http://logiclogo.com/logo/?page_id=963)?&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;One other thing, how can I add a Title and some text top of page &#60;a href=&#34;http://logiclogo.com/logo/?page_id=963?&#34; rel=&#34;nofollow&#34;&#62;http://logiclogo.com/logo/?page_id=963?&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-16387</link>
			<pubDate>Wed, 06 Apr 2011 05:24:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up template-blog.php (and archive.php if you like).&#60;/p&#62;
&#60;p&#62;Then search for following code: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;&#38;quot;; //&#38;lt;-- Display Sidebar
// $k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;fullwidth&#38;quot;; //&#38;lt;-- Dont display Sidebar&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// $k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;&#38;quot;; //&#38;lt;-- Display Sidebar
$k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;fullwidth&#38;quot;; //&#38;lt;-- Dont display Sidebar&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards search for following code line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_sidebar();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and delete it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>logiclogo on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-16325</link>
			<pubDate>Tue, 05 Apr 2011 08:14:20 +0000</pubDate>
			<dc:creator>logiclogo</dc:creator>
			<guid isPermaLink="false">16325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is a link to the page I would like to be full width: &#60;a href=&#34;http://logiclogo.com/logo/?page_id=963&#34; rel=&#34;nofollow&#34;&#62;http://logiclogo.com/logo/?page_id=963&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>logiclogo on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-16324</link>
			<pubDate>Tue, 05 Apr 2011 08:12:39 +0000</pubDate>
			<dc:creator>logiclogo</dc:creator>
			<guid isPermaLink="false">16324@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also had the same issue and the answer you provided worked perfectly for making the posts full width. However, I also want to use the full width like the posts but on my pages where I also now removed the links - how do I do this? I cannot choose the &#34;full width template&#34; for posts.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-15968</link>
			<pubDate>Wed, 30 Mar 2011 08:48:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15968@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
please use a ftp software or cpanel to download and upload files. Download single.php and make the modifications I posted above. Then upload the renamed single.php (now fullwidth_post.php) to the display theme folder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Innovationspartner on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-15965</link>
			<pubDate>Wed, 30 Mar 2011 08:07:09 +0000</pubDate>
			<dc:creator>Innovationspartner</dc:creator>
			<guid isPermaLink="false">15965@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry but I'm not sure how to create a new template. Cannot find that option anywhere in the Editor. Unless you want me to edit an excisting template and rename that one - but I don't think that's what you mean.&#60;/p&#62;
&#60;p&#62;Thank you again&#60;/p&#62;
&#60;p&#62;&#34;Now you need to create a template:&#60;br /&#62;
a) Just make a copy of single.php, rename it to fullwidth_post.php and paste the following code before the first code line.&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-15956</link>
			<pubDate>Wed, 30 Mar 2011 07:00:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use the &#34;Custom Post Template plugin&#34; to select individual templates for your posts/portfolio entries. You can download it here:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/custom-post-template/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-post-template/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now you need to create a template:&#60;br /&#62;
a) Just make a copy of single.php, rename it to fullwidth_post.php and paste the following code before the first code line.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Template Name Posts: Fullwidth
*/
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then search for following code: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;&#38;quot;; //&#38;lt;-- Display Sidebar
// $k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;fullwidth&#38;quot;; //&#38;lt;-- Dont display Sidebar&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// $k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;&#38;quot;; //&#38;lt;-- Display Sidebar
$k_option[&#38;#39;custom&#38;#39;][&#38;#39;bodyclass&#38;#39;] = &#38;quot;fullwidth&#38;quot;; //&#38;lt;-- Dont display Sidebar&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards search for following code line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_sidebar();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and delete it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Innovationspartner on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-15903</link>
			<pubDate>Tue, 29 Mar 2011 18:37:58 +0000</pubDate>
			<dc:creator>Innovationspartner</dc:creator>
			<guid isPermaLink="false">15903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had the same issue and the answer you provided worked perfectly here as well. However, I want to use the full width on the pages where I now removed the links - how do I do this? I cannot choose the &#34;full width template&#34; for posts.&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-14854</link>
			<pubDate>Tue, 15 Mar 2011 11:14:46 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">14854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you got this resolved! Let us know if you have any other questions.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tarasomers on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-14827</link>
			<pubDate>Tue, 15 Mar 2011 08:08:51 +0000</pubDate>
			<dc:creator>tarasomers</dc:creator>
			<guid isPermaLink="false">14827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;worked great.  thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-14688</link>
			<pubDate>Sun, 13 Mar 2011 07:41:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">14688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) open up sidebar.php and delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;box box_small&#38;#39;&#38;gt;
	            &#38;lt;h3&#38;gt;Categories&#38;lt;/h3&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_list_cats(&#38;#39;sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;#39;.$exclude); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_small&#38;#39;&#38;gt;
	            &#38;lt;h3&#38;gt;Archive&#38;lt;/h3&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_get_archives(&#38;#39;type=monthly&#38;#39;); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) To remove the footer &#34;dummy widgets&#34; open up footer.php (please don't use wp backend editor otherwise it won't work - use a ftp software to download/upload footer.php) and remove following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
				&#38;lt;h4&#38;gt;Pages&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
		        &#38;lt;?php wp_list_pages(&#38;#39;title_li=&#38;#39; ); ?&#38;gt;
		        &#38;lt;/ul&#38;gt;
    		&#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Archive&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_get_archives(&#38;#39;type=monthly&#38;#39;); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Categories&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_list_cats(&#38;#39;sort_column=name&#38;amp;optioncount=0&#38;amp;hierarchical=0&#38;#39;.$exclude); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;

			&#38;lt;div class=&#38;#39;box box_mini&#38;#39;&#38;gt;
	            &#38;lt;h4&#38;gt;Blogroll&#38;lt;/h4&#38;gt;
				&#38;lt;ul&#38;gt;
	            &#38;lt;?php wp_list_bookmarks(&#38;#39;title_li=&#38;amp;categorize=0&#38;#39;); ?&#38;gt;
	            &#38;lt;/ul&#38;gt;
            &#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>tarasomers on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-14668</link>
			<pubDate>Sat, 12 Mar 2011 17:11:09 +0000</pubDate>
			<dc:creator>tarasomers</dc:creator>
			<guid isPermaLink="false">14668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Both.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-14630</link>
			<pubDate>Sat, 12 Mar 2011 11:04:16 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">14630@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Is this in the sidebar, footer or both where you'd like to remove the links?&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tarasomers on "Getting rid of &#34;Categories&#34;, &#34;Archive&#34; and &#34;Pages&#34; links"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-categories-archive-and-pages-links#post-14585</link>
			<pubDate>Fri, 11 Mar 2011 18:52:48 +0000</pubDate>
			<dc:creator>tarasomers</dc:creator>
			<guid isPermaLink="false">14585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want the theme to look clean and there is the &#34;Categories&#34; &#34;Archives&#34; and &#34;Pages&#34;... and &#34;Search SIte&#34; links that mess up that clean look.  How do I get rid of these links?  I don't see an option for this in Display Options.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;T
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
