<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=Windows-1252>
<META content="MSHTML 6.00.6001.18099" name=GENERATOR></HEAD>
<BODY id=MailContainerBody 
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px" 
bgColor=#ffffff leftMargin=0 topMargin=0 CanvasTabStop="true" 
name="Compose message area">
<DIV>Simple job.</DIV>
<DIV>I want to use the dynamic navigation generated by wordpress outside of my 
wordpress directory.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Simply put I am going to use phpmotion for my video 
portion of my website, but want the website to use the navigation from wordpress 
above the navigation for phpmotion.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I do NOT want to hardcode the navigation from 
wordpress on my phpmotion side as wordpress is dynamic in it's navigation. 
Meaning if I add a page to wordpress it automaticallly shows up on the 
navigation bar. If I hardcode it, then everytime I add a page I have to go and 
update it. That sucks.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm not a coder but I am guessing that all is 
necessary is </FONT></DIV>
<DIV><FONT face=Arial size=2>1. a call in my other programs header to a 'config' 
file of sorts that defines the wordpress variables I am going to 
use.</FONT></DIV>
<DIV><FONT face=Arial size=2>2. a hook to the wordpress db so it can define the 
variables</FONT></DIV>
<DIV><FONT face=Arial size=2>3. a way of printing out that information to use in 
my other programs.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Make sense?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm not sure if it will paste here or not, but here 
is the navigation code from wordpress that I want to use in it's entirety. 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If this job makes sense and anyone is interested 
please let me know. </FONT></DIV>
<DIV><FONT face=Arial size=2>Thank you</FONT></DIV>
<DIV><FONT face=Arial size=2>Shawn</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;div id="wrap"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;div 
id="topnavbar"&gt;<BR>&nbsp;<BR>&nbsp;&nbsp;&lt;div 
class="topnavbarleft"&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;p&gt;&lt;script src="&lt;?php 
bloginfo('template_url'); ?&gt;/javascript/date.js" 
type="text/javascript"&gt;&lt;/script&gt;&lt;/p&gt;<BR>&nbsp;&nbsp;&lt;/div&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&lt;div 
class="topnavbarright"&gt;<BR>&nbsp;&nbsp;&lt;p&gt;&lt;a href="&lt;?php 
bloginfo('rss_url'); ?&gt;"&gt;&lt;img style="vertical-align:middle" 
src="&lt;?php bloginfo('template_url'); ?&gt;/images/rss.gif" alt="Subscribe to 
&lt;?php bloginfo('name'); ?&gt;" /&gt;&lt;/a&gt;&lt;a href="&lt;?php 
bloginfo('rss_url'); ?&gt;"&gt;News Feed&lt;/a&gt;&lt;a href="&lt;?php 
bloginfo('comments_rss2_url'); ?&gt;"&gt;&lt;img 
style="vertical-align:middle;margin-left:10px;" src="&lt;?php 
bloginfo('template_url'); ?&gt;/images/rss.gif" alt="Subscribe to &lt;?php 
bloginfo('name'); ?&gt;" /&gt;&lt;/a&gt;&lt;a href="&lt;?php 
bloginfo('comments_rss2_url'); 
?&gt;"&gt;Comments&lt;/a&gt;&lt;/p&gt;<BR>&nbsp;&nbsp;&lt;/div&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;/div&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;div id="header"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;div 
class="headerleft"&gt;<BR>&nbsp;&nbsp;&lt;a href="&lt;?php echo 
get_settings('home'); ?&gt;/"&gt;&lt;img src="&lt;?php bloginfo('template_url'); 
?&gt;/images/logo.gif" alt="&lt;?php bloginfo('description'); ?&gt;" 
/&gt;&lt;/a&gt;<BR>&nbsp;&lt;/div&gt;<BR>&nbsp;&nbsp;<BR>&nbsp;&lt;div 
class="headerright"&gt;<BR>&nbsp;&nbsp;&lt;h3&gt;Search the 
website&lt;/h3&gt;<BR>&nbsp;&nbsp;&lt;form id="searchform" method="get" 
action="&lt;?php echo $_SERVER['PHP_SELF']; ?&gt;"&gt;<BR>&nbsp;&nbsp;&lt;input 
type="text" value="Type keywords and hit enter..." name="s" id="s-head" 
onfocus="if (this.value == 'Type keywords and hit enter...') {this.value = '';}" 
onblur="if (this.value == '') {this.value = 'Type keywords and hit enter...';}" 
/&gt;&lt;/form&gt;<BR>&nbsp;&lt;/div&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;/div&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;div id="navbar"&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&lt;ul 
id="nav"&gt;<BR>&nbsp;&nbsp;&lt;li&gt;&lt;a href="&lt;?php echo 
get_settings('home'); 
?&gt;"&gt;Home&lt;/a&gt;&lt;/li&gt;<BR>&nbsp;&nbsp;&lt;?php 
wp_list_pages('title_li=&amp;depth=2&amp;sort_column=menu_order'); 
?&gt;<BR>&nbsp;&lt;/ul&gt;<BR>&nbsp;<BR>&lt;/div&gt;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;div id="subnavbar"&gt;<BR>&nbsp;&lt;ul 
id="subnav"&gt;<BR>&nbsp;&nbsp;&lt;?php 
wp_list_categories('sort_column=name&amp;title_li=&amp;depth=2'); 
?&gt;<BR>&nbsp;&lt;/ul&gt;<BR>&lt;/div&gt;</FONT></DIV></BODY></HTML>