<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lets Build Websites &#187; Artisteer</title>
	<atom:link href="http://letsbuildwebsites.com/tag/artisteer/feed/" rel="self" type="application/rss+xml" />
	<link>http://letsbuildwebsites.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 15 May 2012 21:39:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Remove top menu page navigation links from an Artisteer WordPress theme</title>
		<link>http://letsbuildwebsites.com/remove-top-menu-page-navigation-from-an-artisteer-wordpress-theme/</link>
		<comments>http://letsbuildwebsites.com/remove-top-menu-page-navigation-from-an-artisteer-wordpress-theme/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 01:55:28 +0000</pubDate>
		<dc:creator>mitz</dc:creator>
				<category><![CDATA[Wordpress Website Themes]]></category>
		<category><![CDATA[Wordpress Website Tips]]></category>
		<category><![CDATA[Wordpress Website Tips & Tricks]]></category>
		<category><![CDATA[Artisteer]]></category>
		<category><![CDATA[page navigation]]></category>
		<category><![CDATA[Remove]]></category>
		<category><![CDATA[top menu]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://wordpress-websitebuilder.com/?p=367</guid>
		<description><![CDATA[Webmasters often need to remove top menu page navigation to allow them not show a page to their website visitors. It just gives you a choice on which pages or category titles show in the top navigation menu. What is Artisteer? Web Design Generator &#8211; Artisteer is a program that helps you create website themes [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Webmasters often need to <b>remove top menu page navigation</b> to allow them not show a page to their website visitors. It just gives you a choice on which pages or category titles show in the top navigation menu.</p>
<h3>What is Artisteer?</h3>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=a2xSuxENxiI&amp;offerid=173903.10000001&amp;type=3&amp;subid=0" target="new">Web Design Generator &#8211; Artisteer</a><img src="http://ad.linksynergy.com/fs-bin/show?id=a2xSuxENxiI&amp;bids=173903.10000001&amp;type=3&amp;subid=0" alt="Remove top menu page navigation"width="1" height="1" border="0" /> is a program that helps you create website themes and templates without having to know too much php or html. Here is a previous tutorial I posted about <a href="http://tips4pc.com/Templates/make_your_own_website_templates.htm">using Artisteer</a>. You can watch a video on how to make a website template.</p>
<p>I like to design WordPress Themes with Artisteer and sometimes customizing the theme is a little bit different to other themes I have worked with. In this tutorial I am going to show you how to <i>remove top menu page navigation</i> links and leave only the ones you want. If you have a WordPress theme built using something other than Artisteer then please see this article<a title="Remove top menu page navigation links" href="../remove-a-page-link-from-the-top-menu-navigation-in-wordpress/" rel="bookmark"> Remove a page link from the top menu navigation in WordPress.</a></p>
<h2>How to Remove top menu page navigation in an Artisteer WordPress theme?</h2>
<p>Most of the time, when removing a page link from the navigation bar you have to edit the header.php file. However with an Artisteer WordPress Theme you need to edit the functions.php file. That is the only major difference. You will find the same or similar code to edit in there. Changing the header.php file in an Artisteer theme will not effect the top nav menu.</p>
<p style="padding-left: 30px;">1.  Click on the Appearance menu. Then choose Editor.</p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2010/07/wordpress-artisteer.png"><img class="alignnone size-full wp-image-383" title="wordpress-artisteer" src="http://letsbuildwebsites.com/wp-content/uploads/2010/07/wordpress-artisteer.png" alt="Remove top menu page navigation links" width="184" height="220" /></a></p>
<p style="padding-left: 30px;">2.  On the far right there will be a menu of pages with .php on the end. Find the Theme functions page (functions.php) and click on it.</p>
<p style="padding-left: 30px;">3.  In the <strong><em>Functions.php</em></strong> file look for anything that says <strong><em>list_pages</em></strong> under the heading of <strong>/* horizontal menu */</strong></p>
<p style="padding-left: 30px;">4.  See the screen shot below. <strong><em>Click on it to enlarge.</em><br />
</strong></p>
<p><a href="http://letsbuildwebsites.com/wp-content/uploads/2010/07/wordpress-artisteer2.png"><img class="alignnone size-medium wp-image-384" title="wordpress-artisteer2" src="http://letsbuildwebsites.com/wp-content/uploads/2010/07/wordpress-artisteer2-300x234.png" alt="Remove top menu page navigation"width="300" height="234" /></a></p>
<p style="padding-left: 30px;">5.  Where I have circled the code it had this there: <strong>wp_list_pages(&#8216;title_li=&amp;sort_column=menu_order&#8217;);</strong></p>
<p style="padding-left: 30px;">6.  I replaced it with: <strong>wp_list_pages(&#8216;exclude=3962,4061,4125,3899&amp;title_li=&amp;sort_column=menu_order&#8217;);</strong></p>
<p>The numbers that I added in (<strong>3962,4061,4125,3899) </strong>are page numbers that I want to exclude from the menu. Now this is how I <u>remove top menu page navigation</u> links in Artisteer.</p>
<p>Please note that Artisteer is updated often and this tutorial can become out of date. If you cannot find similar code to this then you might have an upgraded version.</p>
<h1>Watch this video tutorial on how to Remove top menu page navigation links</h1>
<p><object width="480" height="385" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/dtwEXwQZ8GM&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed width="480" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/dtwEXwQZ8GM&amp;hl=en_US&amp;fs=1?rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<h3>Notes on How to Remove top menu page navigation links in Artisteer?</h3>
]]></content:encoded>
			<wfw:commentRss>http://letsbuildwebsites.com/remove-top-menu-page-navigation-from-an-artisteer-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

