<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: welcome</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: welcome</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 00:38:18 +0000</pubDate>

<item>
<title>gholem on "Pop-up welcome intro image, fade out?"</title>
<link>http://wordpress.org/support/topic/325780#post-1264166</link>
<pubDate>Fri, 30 Oct 2009 08:46:14 +0000</pubDate>
<dc:creator>gholem</dc:creator>
<guid isPermaLink="false">1264166@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm looking for the same thing. I know Wp doesn't allow java script, but I really need to implement welcome image pop=up on frontpage.&#60;/p&#62;
&#60;p&#62;Is there any way I con do this?
&#60;/p&#62;</description>
</item>
<item>
<title>aliceralph on "Pop-up welcome intro image, fade out?"</title>
<link>http://wordpress.org/support/topic/325780#post-1261819</link>
<pubDate>Wed, 28 Oct 2009 13:10:01 +0000</pubDate>
<dc:creator>aliceralph</dc:creator>
<guid isPermaLink="false">1261819@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have a client who wanted (shock, horror!) a FLASH INTRO...ewww.. I have talked him out of Flash because of SEO issues, but agreed as a compromise that I would try to include some sort of snazzy welcome that shouldn't interfere with the SEO. &#60;/p&#62;
&#60;p&#62;What I would like to do is this:&#60;/p&#62;
&#60;p&#62;When a new visitor first visits index.php there is a full-screen pop up image which fades jquery stylee into a second image, and then fades away completely to reveal the main index page. Ideally if this could only happen the first time that they visit index.php, and not when they click back onto that page from another via the menu. &#60;/p&#62;
&#60;p&#62;Could anybody help point me to anything that might help me achieve this? I've used jquery before but nothing quite like this and can't seem to find anything existing. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "Welcome message for guest"</title>
<link>http://wordpress.org/support/topic/271167#post-1075925</link>
<pubDate>Sat, 16 May 2009 21:03:12 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1075925@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Try:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if(!$user_ID ) :?&#38;gt;
Welcome guest! and so on..

&#38;lt;?php else :?&#38;gt;
Welcome back &#38;lt;?php echo $user_identity; ?&#38;gt; ...

&#38;lt;?php endif;?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>nazcar on "Welcome message for guest"</title>
<link>http://wordpress.org/support/topic/271167#post-1075470</link>
<pubDate>Sat, 16 May 2009 04:30:17 +0000</pubDate>
<dc:creator>nazcar</dc:creator>
<guid isPermaLink="false">1075470@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi everyone,&#60;br /&#62;
I want to create a welcome message for guest and for registered users.&#60;/p&#62;
&#60;p&#62;conditions:&#60;br /&#62;
if not logged in/guest:&#60;br /&#62;
   display: Welcome guest! and so on..&#60;/p&#62;
&#60;p&#62;if logged in/returning back users:&#60;br /&#62;
   display: Welcome back {username} ... and so on..&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>claytonboen on "How to edit the HOME page link when using a static welcome page"</title>
<link>http://wordpress.org/support/topic/264682#post-1054441</link>
<pubDate>Thu, 23 Apr 2009 19:07:15 +0000</pubDate>
<dc:creator>claytonboen</dc:creator>
<guid isPermaLink="false">1054441@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Worked like a charm!  Thank you so much!
&#60;/p&#62;</description>
</item>
<item>
<title>papaskin on "How to edit the HOME page link when using a static welcome page"</title>
<link>http://wordpress.org/support/topic/264682#post-1054380</link>
<pubDate>Thu, 23 Apr 2009 17:56:38 +0000</pubDate>
<dc:creator>papaskin</dc:creator>
<guid isPermaLink="false">1054380@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just tested this theory and it works fine.
&#60;/p&#62;</description>
</item>
<item>
<title>papaskin on "How to edit the HOME page link when using a static welcome page"</title>
<link>http://wordpress.org/support/topic/264682#post-1054364</link>
<pubDate>Thu, 23 Apr 2009 17:43:20 +0000</pubDate>
<dc:creator>papaskin</dc:creator>
<guid isPermaLink="false">1054364@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Only thing I can think of - and I'm not a coder anymore so make a backup first! ;)&#60;/p&#62;
&#60;p&#62;Go to whatever theme you're using - and edit the header.php file near the bottom - there's a code line for the links that looks like :&#60;/p&#62;
&#60;p&#62;code to come - having trouble figuring out how to paste it&#60;/p&#62;
&#60;li&#62;a href=&#34;&#38;lt;?php echo get_option('home'); ?&#38;gt;&#34;&#38;gt;Home&#60;/li&#62;
&#60;p&#62;Remember to add the &#38;lt; in front of the a just after the li - but anyhow - replace the php code with &#34;http://www.cataxrevolution.com/DanWarp&#34; and try it &#60;/p&#62;
&#60;p&#62;That 'might' work - I haven't tested, but just my first thought.  You just have to remember it's theme independent. &#60;/p&#62;
&#60;p&#62;Before I edit stuff like that, I always make a copy of the original in case I fry something...then just swap the file...Curious if it works though!  Since I can't get the backticks to work for posting code - if this doesn't make any sense - give me an email and I'll send you the exact code I was talking about
&#60;/p&#62;</description>
</item>
<item>
<title>claytonboen on "How to edit the HOME page link when using a static welcome page"</title>
<link>http://wordpress.org/support/topic/264682#post-1054351</link>
<pubDate>Thu, 23 Apr 2009 17:23:21 +0000</pubDate>
<dc:creator>claytonboen</dc:creator>
<guid isPermaLink="false">1054351@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you for suggesting the video, however it does not provide me with the instructions to do what I am asking.  It provides me with the instructions to do what I have already done. &#60;/p&#62;
&#60;p&#62;If you visit the site, I already have my static front page.  Then, the visitor clicks on the link to visit the blog.  On the header I have a list of all my pages in the blog, the first being HOME.  That home page link, when clicked, takes the visitor back to my static page.  I want that link to take them to the blog page, not the front page. &#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>papaskin on "How to edit the HOME page link when using a static welcome page"</title>
<link>http://wordpress.org/support/topic/264682#post-1054342</link>
<pubDate>Thu, 23 Apr 2009 17:12:11 +0000</pubDate>
<dc:creator>papaskin</dc:creator>
<guid isPermaLink="false">1054342@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Check this out - I think it will give you the second step you are looking for - &#60;a href=&#34;http://www.youtube.com/watch?v=IAi3ZM1h4SY&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=IAi3ZM1h4SY&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>claytonboen on "How to edit the HOME page link when using a static welcome page"</title>
<link>http://wordpress.org/support/topic/264682#post-1054322</link>
<pubDate>Thu, 23 Apr 2009 16:56:03 +0000</pubDate>
<dc:creator>claytonboen</dc:creator>
<guid isPermaLink="false">1054322@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for reading.&#60;/p&#62;
&#60;p&#62;I have created a static welcome page that greets every visitor to my blog (temp address is &#60;a href=&#34;http://www.cataxrevolution.com)&#34; rel=&#34;nofollow&#34;&#62;http://www.cataxrevolution.com)&#60;/a&#62;. This seems to be working out well, however, there is a bug.&#60;/p&#62;
&#60;p&#62;Once the visitor has &#34;entered&#34; into the site, if they click on the &#34;HOME&#34; page, it takes them back out into the welcome screen. I need it to take them to the blog page instead, which would be &#60;a href=&#34;http://www.cataxrevolution.com/DanWarp&#34; rel=&#34;nofollow&#34;&#62;http://www.cataxrevolution.com/DanWarp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can someone tell me how to make that change?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>hwangzhiming on "Topming,Blog from China."</title>
<link>http://wordpress.org/support/topic/262640#post-1047326</link>
<pubDate>Thu, 16 Apr 2009 12:09:39 +0000</pubDate>
<dc:creator>hwangzhiming</dc:creator>
<guid isPermaLink="false">1047326@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hi ,I from China, and my site is &#60;a href=&#34;http://www.topming.com&#34;&#62;http://www.topming.com&#60;/a&#62;,it is new,I want to let my blog travel,so I can make more and more friend .by the way,my blog is all about my college life.Remember,you are welcome anytime!
&#60;/p&#62;</description>
</item>
<item>
<title>Erin24 on "welcome back plugin"</title>
<link>http://wordpress.org/support/topic/152851#post-679899</link>
<pubDate>Mon, 21 Jan 2008 02:05:17 +0000</pubDate>
<dc:creator>Erin24</dc:creator>
<guid isPermaLink="false">679899@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am using the WelcomeBack plugin &#60;a href=&#34;http://miche.netsons.org/welcome-back-user-wordpress-tip.html&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Everything is working fine, except I'd like to know how to add the amount of comments left by the user as shown in the image. This is not included in the plugin. How would I do this?
&#60;/p&#62;</description>
</item>
<item>
<title>fightthecia on "Posting all blog entries on the main page?"</title>
<link>http://wordpress.org/support/topic/141587#post-642117</link>
<pubDate>Thu, 01 Nov 2007 22:39:52 +0000</pubDate>
<dc:creator>fightthecia</dc:creator>
<guid isPermaLink="false">642117@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I want to be able to post on my blog and have all the entries show up on the main page and then if the user decides, they can browse by category of entries. How would I do this?&#60;br /&#62;
This is my blog:&#60;br /&#62;
&#60;a href=&#34;http://www.wishstudios.net/blog&#34;&#62;http://www.wishstudios.net/blog&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>dragosi on "How to put WELCOME to my blog?"</title>
<link>http://wordpress.org/support/topic/121656#post-612970</link>
<pubDate>Sat, 08 Sep 2007 11:50:54 +0000</pubDate>
<dc:creator>dragosi</dc:creator>
<guid isPermaLink="false">612970@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/welcome/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/welcome/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sparkguitar05 on "Show welcome page only to users that are not logged on"</title>
<link>http://wordpress.org/support/topic/129135#post-599386</link>
<pubDate>Mon, 06 Aug 2007 23:56:14 +0000</pubDate>
<dc:creator>sparkguitar05</dc:creator>
<guid isPermaLink="false">599386@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Never mind I fixed it.&#60;/p&#62;
&#60;p&#62;For those of you who want to know, the code is supposed to go in the theme index.php file, not the root index.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>sparkguitar05 on "Show welcome page only to users that are not logged on"</title>
<link>http://wordpress.org/support/topic/129135#post-599335</link>
<pubDate>Mon, 06 Aug 2007 21:21:18 +0000</pubDate>
<dc:creator>sparkguitar05</dc:creator>
<guid isPermaLink="false">599335@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It looks like you are on the right track, but it doesn't work right.  When I go to &#60;a href=&#34;http://www.example.com&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com&#60;/a&#62; it redirects to &#60;a href=&#34;http://www.example.com/welcome&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/welcome&#60;/a&#62;, but I get the following message in Firefox.&#60;/p&#62;
&#60;p&#62;The page isn't redirecting properly&#60;br /&#62;
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.&#60;/p&#62;
&#60;p&#62;To clarify what I did:  I copied your code to the very top of index.php on the root of my website and changed the URL from example.com to my own URL.&#60;/p&#62;
&#60;p&#62;Let me know if I am doing something wrong.
&#60;/p&#62;</description>
</item>
<item>
<title>mrmist on "Show welcome page only to users that are not logged on"</title>
<link>http://wordpress.org/support/topic/129135#post-599328</link>
<pubDate>Mon, 06 Aug 2007 20:53:45 +0000</pubDate>
<dc:creator>mrmist</dc:creator>
<guid isPermaLink="false">599328@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Bit of a hack but - Within the index template before anything else happens you could do something like&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
if (!$user_ID)&#60;br /&#62;
{ header('Location: &#60;a href=&#34;http://www.example.com/welcome&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/welcome&#60;/a&#62;');&#60;br /&#62;
exit;}&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>sparkguitar05 on "Show welcome page only to users that are not logged on"</title>
<link>http://wordpress.org/support/topic/129135#post-599321</link>
<pubDate>Mon, 06 Aug 2007 20:46:31 +0000</pubDate>
<dc:creator>sparkguitar05</dc:creator>
<guid isPermaLink="false">599321@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am starting a website and I would like to show a welcome page to users that are not logged on.  Here's the ideal way I would like it to work.&#60;/p&#62;
&#60;p&#62;If someone goes to &#60;a href=&#34;http://www.mysite.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com&#60;/a&#62; and they are not logged on, I want it to redirect to &#60;a href=&#34;http://www.mysite.com/welcome&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com/welcome&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;If someone goes to &#60;a href=&#34;http://www.mysite.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com&#60;/a&#62; and they are already logged on, nothing happens and they stay on the home page.&#60;/p&#62;
&#60;p&#62;Let me know if you figure out some way to do this.
&#60;/p&#62;</description>
</item>
<item>
<title>epicalex on "Edit  welcome email"</title>
<link>http://wordpress.org/support/topic/104722#post-593706</link>
<pubDate>Tue, 24 Jul 2007 17:02:45 +0000</pubDate>
<dc:creator>epicalex</dc:creator>
<guid isPermaLink="false">593706@http://wordpress.org/support/</guid>
<description>&#60;p&#62;if you're still looking, edit the pluggable.php file in wp-includes.&#60;/p&#62;
&#60;p&#62;look for these lines&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$message  = sprintf(__(&#38;#39;Username: %s&#38;#39;), $user_login) . &#38;quot;\r\n&#38;quot;;
	$message .= sprintf(__(&#38;#39;Password: %s&#38;#39;), $plaintext_pass) . &#38;quot;\r\n&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add another line so you have something like this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$message  = sprintf(__(&#38;#39;Welcome %s&#38;#39;), $user_login) . &#38;quot;\r\n&#38;quot;;
	$message .= &#38;quot;Congratulations!!! You have become a part of mydomain.com!
blah blah

Keep in touch.

Cheers
\r\n&#38;quot;;
	$message .= sprintf(__(&#38;#39;Username: %s&#38;#39;), $user_login) . &#38;quot;\r\n&#38;quot;;
	$message .= sprintf(__(&#38;#39;Password: %s&#38;#39;), $plaintext_pass) . &#38;quot;\r\n&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>gspark on "Welcome message with username"</title>
<link>http://wordpress.org/support/topic/83601#post-581038</link>
<pubDate>Tue, 26 Jun 2007 18:59:03 +0000</pubDate>
<dc:creator>gspark</dc:creator>
<guid isPermaLink="false">581038@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#38;lt;?php printf(__('Hello, %s.'), $user_identity) ?&#38;gt; doesn't display username
&#60;/p&#62;</description>
</item>
<item>
<title>v2006 on "Can't delete post  "Welcome to WordPress""</title>
<link>http://wordpress.org/support/topic/121707#post-573551</link>
<pubDate>Tue, 12 Jun 2007 15:59:17 +0000</pubDate>
<dc:creator>v2006</dc:creator>
<guid isPermaLink="false">573551@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for replying so quickly.&#60;br /&#62;
I tried again and it has now disappeared&#60;br /&#62;
I did not get any errors.
&#60;/p&#62;</description>
</item>
<item>
<title>macbrink on "Can't delete post  "Welcome to WordPress""</title>
<link>http://wordpress.org/support/topic/121707#post-573547</link>
<pubDate>Tue, 12 Jun 2007 15:55:34 +0000</pubDate>
<dc:creator>macbrink</dc:creator>
<guid isPermaLink="false">573547@http://wordpress.org/support/</guid>
<description>&#60;p&#62;what error message do you get?
&#60;/p&#62;</description>
</item>
<item>
<title>v2006 on "Can't delete post  "Welcome to WordPress""</title>
<link>http://wordpress.org/support/topic/121707#post-573542</link>
<pubDate>Tue, 12 Jun 2007 15:52:47 +0000</pubDate>
<dc:creator>v2006</dc:creator>
<guid isPermaLink="false">573542@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just installed WP 2.2 at latinophile.com&#60;br /&#62;
Why can't I delete the &#34;welcome to WP&#34; from the manage panel?&#60;/p&#62;
&#60;p&#62;Please advise
&#60;/p&#62;</description>
</item>
<item>
<title>tomillo on "How to put WELCOME to my blog?"</title>
<link>http://wordpress.org/support/topic/121656#post-573347</link>
<pubDate>Tue, 12 Jun 2007 05:45:53 +0000</pubDate>
<dc:creator>tomillo</dc:creator>
<guid isPermaLink="false">573347@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi, im new using wordpress. I need to put the WELCOME description to my blog...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img118.imageshack.us/img118/1757/sshot2rn6.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img118.imageshack.us/img118/1757/sshot2rn6.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Bye
&#60;/p&#62;</description>
</item>
<item>
<title>erika_conn on "Static Welcome Page for WP CMS"</title>
<link>http://wordpress.org/support/topic/112203#post-539960</link>
<pubDate>Mon, 02 Apr 2007 14:26:04 +0000</pubDate>
<dc:creator>erika_conn</dc:creator>
<guid isPermaLink="false">539960@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well, I don't know what just happened.  I downloaded the updated Andreas04 into a different directory from my other blog directory and, to my surprise, the initial blog theme updated too.&#60;br /&#62;
In answer to your question, I never got an error message.  However, not all the options are on the Andreas04.&#60;br /&#62;
How can I put it?  Take for instance the RSS icon.  Andreas09 has it.  Andreas04 does not.&#60;br /&#62;
I'm sure there's lots more but that's all I have so far.
&#60;/p&#62;</description>
</item>
<item>
<title>doodlebee on "Static Welcome Page for WP CMS"</title>
<link>http://wordpress.org/support/topic/112203#post-539941</link>
<pubDate>Mon, 02 Apr 2007 13:21:43 +0000</pubDate>
<dc:creator>doodlebee</dc:creator>
<guid isPermaLink="false">539941@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm just curious, because usually (I'm not familiar with Andreas, so I can't say for sure) it's not hard to upgrade a theme.  My own theme only required one line of code to make it compatible for 2.1.2 (I had to change the wp_get_categories() in the sidebar to wp_get_bookmarks() and all was well.)  So I was just wondering what kind of issues you were having - are they just on the back end?  I mean, if you put Andreas 04 on 2.1.2, were you getting error messages, or just a blank screen?&#60;/p&#62;
&#60;p&#62;Just curious :)  If I knew what errors you were getting, exactly, I might be able to help you fix them. (I'd download and look myself, but I'm not running 2.1.2 anywhere to see.)
&#60;/p&#62;</description>
</item>
<item>
<title>erika_conn on "Static Welcome Page for WP CMS"</title>
<link>http://wordpress.org/support/topic/112203#post-539797</link>
<pubDate>Mon, 02 Apr 2007 01:48:34 +0000</pubDate>
<dc:creator>erika_conn</dc:creator>
<guid isPermaLink="false">539797@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It doesn't appear in the 2.1.2 theme directory.  2.1.2 has a lot of added features that sound like they'd be fun to use.  If I want to use Andreas04, I have to stick to 2.07.&#60;br /&#62;
Here are the examples:&#60;br /&#62;
canwetalk.ceconn.com - this is Andreas04 with WP2.07&#60;br /&#62;
ceconn.com/wordpress - this is Andreas09 with WP2.1.2&#60;br /&#62;
I can't find Andreas04 to work with 2.1.2&#60;/p&#62;
&#60;p&#62;Am I making sense?
&#60;/p&#62;</description>
</item>
<item>
<title>doodlebee on "Static Welcome Page for WP CMS"</title>
<link>http://wordpress.org/support/topic/112203#post-539742</link>
<pubDate>Sun, 01 Apr 2007 22:47:00 +0000</pubDate>
<dc:creator>doodlebee</dc:creator>
<guid isPermaLink="false">539742@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Oh.  Well, how is the theme not compatible?  What errors are you getting, or why do you believe that?
&#60;/p&#62;</description>
</item>
<item>
<title>erika_conn on "Static Welcome Page for WP CMS"</title>
<link>http://wordpress.org/support/topic/112203#post-539680</link>
<pubDate>Sun, 01 Apr 2007 19:54:13 +0000</pubDate>
<dc:creator>erika_conn</dc:creator>
<guid isPermaLink="false">539680@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Oh, you're not seeing the new one - WP2.1.2.  Previously I had WP1.07 and that's the one you'd be seeing because the new one is not live yet.
&#60;/p&#62;</description>
</item>
<item>
<title>doodlebee on "Static Welcome Page for WP CMS"</title>
<link>http://wordpress.org/support/topic/112203#post-539662</link>
<pubDate>Sun, 01 Apr 2007 19:05:28 +0000</pubDate>
<dc:creator>doodlebee</dc:creator>
<guid isPermaLink="false">539662@http://wordpress.org/support/</guid>
<description>&#60;p&#62;How is it not compatible?  I'm not seeing any errors...&#60;/p&#62;
&#60;p&#62;Is it just giving you the error on the categories?  Or what's it doing?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
