<?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>Travel Writers Exchange Forum Home &#187; Topic: Did I get all the terms and phrases</title>
		<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases</link>
		<description>Travel Writers Exchange Forum Home &raquo; Topic: Did I get all the terms and phrases</description>
		<language>en-US</language>
		<pubDate>Sun, 12 Feb 2012 22:00:49 +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.travel-writers-exchange.com/Forum/search.php</link>
		</textInput>
		<atom:link href="http://www.travel-writers-exchange.com/Forum/rss/topic/did-i-get-all-the-terms-and-phrases" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin of ITKT on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases/page/2#post-1564</link>
			<pubDate>Sat, 13 Feb 2010 22:22:56 +0000</pubDate>
			<dc:creator>Devin of ITKT</dc:creator>
			<guid isPermaLink="false">1564@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;Hey Trisha,&#60;/p&#62;
&#60;p&#62;My hero!&#60;/p&#62;
&#60;p&#62;I have not tried it yet, because the process is a little intimidating, but this make perfect sense. I will look into it in the next couple of days and keep you posted.&#60;/p&#62;
&#60;p&#62;I really appreciate you taking the time to offer so much help.&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trisha Miller on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases#post-1559</link>
			<pubDate>Fri, 12 Feb 2010 09:50:58 +0000</pubDate>
			<dc:creator>Trisha Miller</dc:creator>
			<guid isPermaLink="false">1559@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;Actually, I would disagree with what the person in the support forum wrote...&#60;/p&#62;
&#60;p&#62;There is nothing wrong with using hardcoded links, the problem is using relative links vs. absolute links.....&#60;/p&#62;
&#60;p&#62;A relative link does not include the domain, and looks something like this:&#60;/p&#62;
&#60;p&#62;href=&#34;../someimage.jpg&#34;&#60;/p&#62;
&#60;p&#62;The problem with a relative link is that where it's relative to depends on the page it's being called from - which is different if you get a couple of categories/pages or sub-categories/sub-pages deep....the &#34;../&#34; just means &#34;go up one level&#34; but one level may not always be enough - when it's not, what's being referenced can't be found.&#60;/p&#62;
&#60;p&#62;An absolute link looks like this:&#60;/p&#62;
&#60;p&#62;href=&#34;http://travelwritelive.com/images/someimgage.jpg&#34;&#60;/p&#62;
&#60;p&#62;This is as it sounds - absolute.  Where that picture lives is now being called absolutely and will always be found.&#60;/p&#62;
&#60;p&#62;So my advice is to look in your Theme files where the images (or whatever is not showing up) is being called, and change any relative links to absolute ones.&#60;/p&#62;
&#60;p&#62;This same holds true IF you're writing posts and adding links to either pages or images without using the full URL - always use the FULL absolute URL, never a relative one, and you'll never have trouble.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin of ITKT on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases#post-1555</link>
			<pubDate>Thu, 11 Feb 2010 22:14:30 +0000</pubDate>
			<dc:creator>Devin of ITKT</dc:creator>
			<guid isPermaLink="false">1555@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;Hi Trisha,&#60;/p&#62;
&#60;p&#62;This is some great information, but I think it is still not quite right in my particular situation.&#60;/p&#62;
&#60;p&#62;When last I was working on this, I did end up calling my site host (a really good one, InMotionHosting.com) who walked me through everything and everything was good with htaccess.&#60;/p&#62;
&#60;p&#62;However, I discovered that while &#34;post&#34; entries worked great, anything listed as a &#34;page&#34; did not load some of my main graphics. I am adding the response I received from Wordpress support, just in case someone runs into this one, which had something to do with hard coding links. So I have some more work to do. However, the additional changes to htaccess are brilliant. I suspect I will have more to do.&#60;/p&#62;
&#60;p&#62;      &#34;...The top three graphics are rendered using javascript but the image links look incorrect to me - eg:&#60;/p&#62;
&#60;p&#62;      &#60;a href=&#34;http://travelwritelive.com/index.php?cat=4&#34; rel=&#34;nofollow&#34;&#62;http://travelwritelive.com/index.php?cat=4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;      The blue links are showing because your link images are not being loaded. The return to home link is pointing to &#60;a href=&#34;http://travelwritelive.com/category/write/index.php&#34; rel=&#34;nofollow&#34;&#62;http://travelwritelive.com/category/write/index.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;      My guess is that you need to replace some of the hardcoded urls in your theme and/or scripts.&#60;/p&#62;
&#60;p&#62;      Unfortunately, it's a custom theme issue. You need to stop using hardcoded links wherever possible in favour of template tags and WP constants....&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trisha Miller on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases#post-1543</link>
			<pubDate>Tue, 09 Feb 2010 12:45:34 +0000</pubDate>
			<dc:creator>Trisha Miller</dc:creator>
			<guid isPermaLink="false">1543@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;Ah ha - I thought it might be the .htaccess file problems....&#60;/p&#62;
&#60;p&#62;Do you have an FTP application, or if not, access to a File Manager type of application thru your hosting account that will let you download/upload files between your computer and your site?&#60;/p&#62;
&#60;p&#62;If so there are two things you'll want to do to fix this problem, and potentially another issue.....&#60;/p&#62;
&#60;p&#62;But first you need to download and save the .htaccess file as a backup.&#60;/p&#62;
&#60;p&#62;If you did not manually create your .htaccess file, then the only instructions in it are the ones that wordpress put there during the installation process.&#60;/p&#62;
&#60;p&#62;If that's the case, once you have it backed up for safekeeping, delete the one on the server.  When you go back to Settings &#38;gt; Permalinks and choose a new permalink structure and SAVE your changes, WP will create a new .htaccess file.&#60;/p&#62;
&#60;p&#62;That's enough to fix the first issue of how your URL's appear.&#60;/p&#62;
&#60;p&#62;BUT ALSO, a lot of people don't take the time to correct a potential canonical issue, which is to tell Google that your domain name as show both WITH and WITHOUT the &#34;www&#34; are the SAME domain - Google does not know this and so will index BOTH versions of your site, creating confusion and duplicate content issues - not good for SEO.&#60;/p&#62;
&#60;p&#62;You can correct this by adding these lines to the very top of your .htaccess file, SO once WP has re-created it, and your URLs look good, then download the NEW .htaccess file, open it in a PLAIN TEXT editor (NOT Word - use something like Notepad on Windows or TextEdit on Mac) and add these lines:&#60;/p&#62;
&#60;p&#62;RewriteEngine On&#60;br /&#62;
RewriteCond %{HTTP_HOST} ^www.intheknowtraveler.com$ [NC]&#60;br /&#62;
RewriteRule ^(.*)$ &#60;a href=&#34;http://intheknowtraveler.com/$1&#34; rel=&#34;nofollow&#34;&#62;http://intheknowtraveler.com/$1&#60;/a&#62; [R=301,L]&#60;/p&#62;
&#60;p&#62;&#60;em&#62;(This is backwards from what I do (force the addition of the wwww, not remove it) but I looked at your site and it looks like you've already chosen the non-www version.)&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Then save the file and upload it, overwriting the one that is there.  &#60;/p&#62;
&#60;p&#62;NOTE:  htaccess is a hidden file, because it starts with the &#34;.&#34; so on some systems you have to rename it to find it on your computer - just name it htaccess.txt - while you're in your FTP or file manager and you can still see it on your hard drive - THEN when you upload it you'll need to name it back to .htaccess, but you'll likely have to either rename or remove the existing version on the server to do so.&#60;/p&#62;
&#60;p&#62;If you have trouble with any of this, call your site hosting tech support - they should be able to do this for you in mere moments, and at no cost.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin of ITKT on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases#post-1542</link>
			<pubDate>Tue, 09 Feb 2010 12:16:07 +0000</pubDate>
			<dc:creator>Devin of ITKT</dc:creator>
			<guid isPermaLink="false">1542@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;Hi Trisha,&#60;/p&#62;
&#60;p&#62;Thank you for the help.&#60;/p&#62;
&#60;p&#62;I tried that, but there are a few other steps that have something to do with changing the HTaccess file that I have not been able to figure out yet. I have had terrible success with the WP Support forums. I completely agree about the gurus. Unfortunately, I have never had a response to any of my posts yet. Still working on it.&#60;br /&#62;
devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trisha Miller on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases#post-1538</link>
			<pubDate>Mon, 08 Feb 2010 23:49:09 +0000</pubDate>
			<dc:creator>Trisha Miller</dc:creator>
			<guid isPermaLink="false">1538@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;To change your permalinks, you go to Settings &#38;gt; Permalinks and choose either &#34;Day and name&#34; or &#34;Month and name&#34; (if you want the date or month as part of your URL) OR choose custom and use the variables to create a custom URL...&#60;/p&#62;
&#60;p&#62;For example, if you just want the post name with no indication of date in your URL, just enter: /%postname%/&#60;/p&#62;
&#60;p&#62;If you get an error message, post it here and if I can help I will, if not you should have good luck posting in the Wordpress.org support forum - there are some real WP gurus there.&#60;/p&#62;
&#60;p&#62;Since you should be using a keyword or keyword phrase in your post title, this will improve your SEO with search engines....&#60;/p&#62;
&#60;p&#62;No worries on the Fam issue - it was the only thing I could find to nit-pick on - and a very small one at that..&#60;/p&#62;
&#60;p&#62; &#38;lt;img src=&#38;quot;http://www.travel-writers-exchange.com/Forum/my-plugins/bb-smilies/default/icon_smile.gif&#38;quot; title=&#38;quot;:)&#38;quot; class=&#38;quot;bb_smilies&#38;quot; /&#38;gt; 
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin of ITKT on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases#post-1536</link>
			<pubDate>Mon, 08 Feb 2010 22:51:22 +0000</pubDate>
			<dc:creator>Devin of ITKT</dc:creator>
			<guid isPermaLink="false">1536@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;Thank you all for your comments, it means a lot.&#60;/p&#62;
&#60;p&#62;I am not sure how to easily change the permalinks (?p=85). I tried doing it in Wordpress but kept getting error messages. Does anyone know how to do this?&#60;/p&#62;
&#60;p&#62;As for the FAm issue, I agree with you, Trisha. At the same time, I have had a couple of people write me suggesting FAM should get an entry.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Amandah Blackwell on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases#post-1494</link>
			<pubDate>Tue, 02 Feb 2010 07:49:10 +0000</pubDate>
			<dc:creator>Amandah Blackwell</dc:creator>
			<guid isPermaLink="false">1494@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;Welcome Devin!  I found your blog and website easy to navigate and user friendly.  As Gary mentioned, put the full title in the URL.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gary Arndt on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases#post-1492</link>
			<pubDate>Mon, 01 Feb 2010 17:34:06 +0000</pubDate>
			<dc:creator>Gary Arndt</dc:creator>
			<guid isPermaLink="false">1492@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;If you are using WordPress, go into your settings and change the URL so you don't have ?p=85 in the URL. You want to have the full title of the article in the URL so Google can pick it up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Trisha Miller on "Did I get all the terms and phrases"</title>
			<link>http://www.travel-writers-exchange.com/Forum/topic/did-i-get-all-the-terms-and-phrases#post-1491</link>
			<pubDate>Mon, 01 Feb 2010 15:38:33 +0000</pubDate>
			<dc:creator>Trisha Miller</dc:creator>
			<guid isPermaLink="false">1491@http://www.travel-writers-exchange.com/Forum/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;Nice job on your list......I didn't see anything I'd quibble over without feeling overly nit-picky.....&#60;/p&#62;
&#60;p&#62;Oh, okay, I'm afraid I must.....&#34;Fam&#34; trips are for travel agents, press trips/press junkets/media trips are for writers.  The difference?  Not a whole lot, except that on fam trips the emphasis is on what a travel agent needs to know to sell a resort or destination (selling points, number of rooms, rack rates, add ons, inclusives, etc) and on press junkets the focus is on the experience for the traveler.   A very subtle difference, only obvious if you've been on both types.&#60;/p&#62;
&#60;p&#62;But all that being said, I really don't think you need to change your list at all.  As said, nice job!&#60;/p&#62;
&#60;p&#62;And welcome to our Forum!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

