<?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: id</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: id</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 02:44:45 +0000</pubDate>

<item>
<title>Paamayim on "WXR import XML without post IDs"</title>
<link>http://wordpress.org/support/topic/334781#post-1291523</link>
<pubDate>Mon, 23 Nov 2009 22:05:30 +0000</pubDate>
<dc:creator>Paamayim</dc:creator>
<guid isPermaLink="false">1291523@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nevermind, I tried to omit &#38;lt;wp:post_id&#38;gt; and &#38;lt;guid&#38;gt; entires and WP generates them.
&#60;/p&#62;</description>
</item>
<item>
<title>Paamayim on "WXR import XML without post IDs"</title>
<link>http://wordpress.org/support/topic/334781#post-1291188</link>
<pubDate>Mon, 23 Nov 2009 17:23:57 +0000</pubDate>
<dc:creator>Paamayim</dc:creator>
<guid isPermaLink="false">1291188@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;It happens that someone sends me a csv with a bounch of data that I must convert to WXR format and then import into the blog.&#60;/p&#62;
&#60;p&#62;It happens, also, that I have to hardcode an offset ID to start importing from, into xml, so that imported posts will be imported with IDs greaters than that ID.&#60;/p&#62;
&#60;p&#62;I wonder if I could avoid setting this offset-starting-ID, and let it pick by mysql/import function as it happens when they are written in the dashboard.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Show specific IDs with query_posts()"</title>
<link>http://wordpress.org/support/topic/333504#post-1286995</link>
<pubDate>Thu, 19 Nov 2009 16:41:29 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1286995@http://wordpress.org/support/</guid>
<description>&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$type=&#38;#39;post&#38;#39;; //or $type=&#38;#39;page&#38;#39;
    $args=array(
      &#38;#39;post_type&#38;#39; =&#38;gt; $type,
      &#38;#39;post__in&#38;#39; =&#38;gt; array(5,143,145),
      &#38;#39;caller_get_posts&#38;#39;=&#38;gt;1
    );
    $my_query = new WP_Query($args);
    if( $my_query-&#38;gt;have_posts() ) {
      echo &#38;#39;List of &#38;#39;. $type . &#38;#39;(s)&#38;#39;;
      while ($my_query-&#38;gt;have_posts()) : $my_query-&#38;gt;the_post(); ?&#38;gt;
      &#38;lt;p&#38;gt; &#38;lt;?php the_category(&#38;#39;, &#38;#39;); ?&#38;gt; -
      &#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;Permanent Link to &#38;lt;?php the_title_attribute(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;
       &#38;lt;?php
      endwhile;
    } //if ($my_query)
  wp_reset_query();  // Restore global post data stomped by the_post().
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>devaleur on "Show specific IDs with query_posts()"</title>
<link>http://wordpress.org/support/topic/333504#post-1286940</link>
<pubDate>Thu, 19 Nov 2009 15:56:22 +0000</pubDate>
<dc:creator>devaleur</dc:creator>
<guid isPermaLink="false">1286940@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
Please there are someone who can tell me how can I select with query_posts() just the pages with ID 5, 143 and 145.&#60;br /&#62;
Thanks..
&#60;/p&#62;</description>
</item>
<item>
<title>sosincere on "Theme ID"</title>
<link>http://wordpress.org/support/topic/332768#post-1285193</link>
<pubDate>Wed, 18 Nov 2009 03:01:05 +0000</pubDate>
<dc:creator>sosincere</dc:creator>
<guid isPermaLink="false">1285193@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey great!&#60;br /&#62;
How did you find that out?
&#60;/p&#62;</description>
</item>
<item>
<title>inSaneELF on "Getting Post ID"</title>
<link>http://wordpress.org/support/topic/332867#post-1284906</link>
<pubDate>Tue, 17 Nov 2009 22:03:53 +0000</pubDate>
<dc:creator>inSaneELF</dc:creator>
<guid isPermaLink="false">1284906@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there any way I can get a post's ID when I have it's title? For example, I have a plugin which has a function that will return the title of a popular post, but I want that post's ID. Any ideas on how I could get the ID?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>bleakgadfly on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1284811</link>
<pubDate>Tue, 17 Nov 2009 20:44:33 +0000</pubDate>
<dc:creator>bleakgadfly</dc:creator>
<guid isPermaLink="false">1284811@http://wordpress.org/support/</guid>
<description>&#60;p&#62;... Nevermind. Seem to work again :S Must be something with wave.
&#60;/p&#62;</description>
</item>
<item>
<title>bleakgadfly on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1284801</link>
<pubDate>Tue, 17 Nov 2009 20:36:08 +0000</pubDate>
<dc:creator>bleakgadfly</dc:creator>
<guid isPermaLink="false">1284801@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Im having the same problems, only it worked perfectly for 5 hours ago. Now it wont display anything. Just to make sure, I tried two other Wave plugins with the exact same result.&#60;/p&#62;
&#60;p&#62;The page: &#60;a href=&#34;http://bleakgadfly.me/?p=3&#34; rel=&#34;nofollow&#34;&#62;http://bleakgadfly.me/?p=3&#60;/a&#62;&#60;br /&#62;
The code: [wave id=&#34;googlewave.com!w+2320cmP1B&#34;]&#60;/p&#62;
&#60;p&#62;As far as I can see, the plugin doesnt try to load wave.google.com/googlewave.com as neither Firefox nor Chrome detects any attempt to load anything from the mentioned URLs.&#60;/p&#62;
&#60;p&#62;The wave is public, I am logged in, it worked before I took a nap.
&#60;/p&#62;</description>
</item>
<item>
<title>keighl on "Theme ID"</title>
<link>http://wordpress.org/support/topic/332768#post-1284648</link>
<pubDate>Tue, 17 Nov 2009 18:26:26 +0000</pubDate>
<dc:creator>keighl</dc:creator>
<guid isPermaLink="false">1284648@http://wordpress.org/support/</guid>
<description>&#60;p&#62;From the stylesheet header:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
Theme Name: Blank 3 Column
Theme URI: &#60;a href=&#34;http://refueled.net/blank-themes/&#34; rel=&#34;nofollow&#34;&#62;http://refueled.net/blank-themes/&#60;/a&#62;
Description: A Blank Wordpress theme.
Author: refueled
Author URI: &#60;a href=&#34;http://refueled.net&#34; rel=&#34;nofollow&#34;&#62;http://refueled.net&#60;/a&#62;
version: 2.0
Tags: three-column, widget-ready, blank
*/&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sosincere on "Theme ID"</title>
<link>http://wordpress.org/support/topic/332768#post-1284540</link>
<pubDate>Tue, 17 Nov 2009 16:49:36 +0000</pubDate>
<dc:creator>sosincere</dc:creator>
<guid isPermaLink="false">1284540@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey y'all...&#60;br /&#62;
Can anyone ID &#60;a href=&#34;http://www.lovelifewith.us&#34;&#62;this&#60;/a&#62; theme, or something that looks like it??
&#60;/p&#62;</description>
</item>
<item>
<title>lucascaro on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1282955</link>
<pubDate>Mon, 16 Nov 2009 13:00:36 +0000</pubDate>
<dc:creator>lucascaro</dc:creator>
<guid isPermaLink="false">1282955@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi skg, can you show me the post you mention? I think it might be a problem with the wave id.
&#60;/p&#62;</description>
</item>
<item>
<title>konspire on "WP adding '-2' to ID names in my Sidebar"</title>
<link>http://wordpress.org/support/topic/298449#post-1282571</link>
<pubDate>Mon, 16 Nov 2009 01:52:43 +0000</pubDate>
<dc:creator>konspire</dc:creator>
<guid isPermaLink="false">1282571@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Just realized I am dealing with the same problem. What seems to be the cause of this?
&#60;/p&#62;</description>
</item>
<item>
<title>clickit on "Missing $comment_post_ID on template page"</title>
<link>http://wordpress.org/support/topic/273445#post-1282511</link>
<pubDate>Mon, 16 Nov 2009 00:05:37 +0000</pubDate>
<dc:creator>clickit</dc:creator>
<guid isPermaLink="false">1282511@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;strong&#62;preaxz, you are a star my friend.&#60;/strong&#62;&#60;br /&#62;
I was experiencing the white screen of death with comments on a template page after submitting the form. You're solution seems to work just fine.
&#60;/p&#62;</description>
</item>
<item>
<title>skg on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1281767</link>
<pubDate>Sun, 15 Nov 2009 01:22:01 +0000</pubDate>
<dc:creator>skg</dc:creator>
<guid isPermaLink="false">1281767@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nothing I have tried works for me, all I get is a colored box after logging in and in my editor I do not even see the button mentioned to insert the wave.  I inserted the wave tag and it does not work.
&#60;/p&#62;</description>
</item>
<item>
<title>psychomachine on "[plugin: NextGEN Gallery] getting the latest single picture in a gallery"</title>
<link>http://wordpress.org/support/topic/330494#post-1277026</link>
<pubDate>Wed, 11 Nov 2009 04:25:57 +0000</pubDate>
<dc:creator>psychomachine</dc:creator>
<guid isPermaLink="false">1277026@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;NextGEN allows us to display a single picture based on its ID. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;[ singlepic id=1 ]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Does anybody know of a way to get the last added image in a particular gallery, i.e. the image with the largest ID in a particular gallery?&#60;/p&#62;
&#60;p&#62;Any tips would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Tench
&#60;/p&#62;</description>
</item>
<item>
<title>shoshanna on "WP adding '-2' to ID names in my Sidebar"</title>
<link>http://wordpress.org/support/topic/298449#post-1275938</link>
<pubDate>Tue, 10 Nov 2009 04:38:41 +0000</pubDate>
<dc:creator>shoshanna</dc:creator>
<guid isPermaLink="false">1275938@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Has anyone found out why this is happening yet?
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Plugin help =&#62; Post to Category"</title>
<link>http://wordpress.org/support/topic/328910#post-1272314</link>
<pubDate>Fri, 06 Nov 2009 15:39:09 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1272314@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;When I write a new post and give it a category &#34;interaction design&#34;, I want a plugin that will see that it has the category &#34;interaction design&#34; and then automatically place that post under the corresponding category. &#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;That confused me so will point to the &#60;strong&#62;Default post category&#60;/strong&#62; set via &#60;a href=&#34;http://codex.wordpress.org/Administration_Panels&#34;&#62;Administration&#60;/a&#62; &#38;gt; &#60;a href=&#34;http://codex.wordpress.org/Administration_Panels#Writing&#34;&#62;Settings&#60;/a&#62; &#38;gt; &#60;a href=&#34;http://codex.wordpress.org/Settings_Writing_SubPanel&#34;&#62;Writing&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sludeking on "Plugin help =&#62; Post to Category"</title>
<link>http://wordpress.org/support/topic/328910#post-1272001</link>
<pubDate>Fri, 06 Nov 2009 09:01:20 +0000</pubDate>
<dc:creator>sludeking</dc:creator>
<guid isPermaLink="false">1272001@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm having trouble with a certain feature I'd like to include in my blog but it's just not working and I haven't been able to find any plugins that will do the trick.&#60;/p&#62;
&#60;p&#62;What I'm looking for is this:&#60;/p&#62;
&#60;p&#62;When I write a new post and give it a category &#34;interaction design&#34;, I want a plugin that will see that it has the category &#34;interaction design&#34; and then automatically place that post under the corresponding category.
&#60;/p&#62;</description>
</item>
<item>
<title>lucascaro on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1271182</link>
<pubDate>Thu, 05 Nov 2009 18:05:54 +0000</pubDate>
<dc:creator>lucascaro</dc:creator>
<guid isPermaLink="false">1271182@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Awesome, I'm sorry i didn't catch the &#34;b&#34; in there. Yes, I'm working on the automatic id detection from the url but it's a bit unstable. Thanks for letting me know!
&#60;/p&#62;</description>
</item>
<item>
<title>garyploski on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1270831</link>
<pubDate>Thu, 05 Nov 2009 12:47:30 +0000</pubDate>
<dc:creator>garyploski</dc:creator>
<guid isPermaLink="false">1270831@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Some good news...&#60;/p&#62;
&#60;p&#62;The 'Public' account is now appearing in my test wave.&#60;br /&#62;
I added it to my contact list.&#60;br /&#62;
There is now text stating &#34;Everyone has access to this wave.&#34;&#60;br /&#62;
This &#60;code&#62;[wave id=&#38;quot;googlewave.com!w+NcOxJo8SW&#38;quot; server=&#38;quot;https://wave.google.com/wave/&#38;quot;]&#60;/code&#62; worked when I put it into my post.&#60;/p&#62;
&#60;p&#62;The bad news...&#60;/p&#62;
&#60;p&#62;I switched out the wave id with my test wave and it did not load anything.&#60;/p&#62;
&#60;p&#62;Here is what I have:&#60;br /&#62;
&#60;code&#62;[wave id=&#38;quot;googlewave.com!w+BrKwHWkEMW&#38;quot; server=&#38;quot;https://wave.google.com/wave/&#38;quot;]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Random thought...&#60;/p&#62;
&#60;p&#62;The default appearance is a bright green background for me (in FF, Chrome, and Safari) - anyone else? If this is the default, could it be changed to white?&#60;/p&#62;
&#60;p&#62;WAIT... It is now working.&#60;/p&#62;
&#60;p&#62;Per a comment on the wave you posted here is what I had to do. &#34;substituting + for %252B&#34; not just &#34;%252&#34;&#60;/p&#62;
&#60;p&#62;Here is my working code:&#60;br /&#62;
&#60;code&#62;[wave id=&#38;quot;googlewave.com!w+rKwHWkEMW&#38;quot; color=&#38;quot;#000000&#38;quot; bgcolor=&#38;quot;#cccccc&#38;quot; font=&#38;quot;Arial, Helvetica, sans-serif&#38;quot; server=&#38;quot;https://wave.google.com/wave/&#38;quot;]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I tried using the Wavr button and could not get it to work with the appropriate information. Strange. Replacing the wave id got things working after I removed the 'B' in the wave id.&#60;/p&#62;
&#60;p&#62;I hope this helps.
&#60;/p&#62;</description>
</item>
<item>
<title>mk12 on "URL Rewriting?"</title>
<link>http://wordpress.org/support/topic/328407#post-1270445</link>
<pubDate>Thu, 05 Nov 2009 01:04:16 +0000</pubDate>
<dc:creator>mk12</dc:creator>
<guid isPermaLink="false">1270445@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Wow that was so easy! I just copied the code into httpd.conf and it worked. I actually did the year/month one since that's what I want with posts, but with pages it just does /page. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>eugenealegiojo on "URL Rewriting?"</title>
<link>http://wordpress.org/support/topic/328407#post-1270420</link>
<pubDate>Thu, 05 Nov 2009 00:34:24 +0000</pubDate>
<dc:creator>eugenealegiojo</dc:creator>
<guid isPermaLink="false">1270420@http://wordpress.org/support/</guid>
<description>&#60;p&#62;mk12,&#60;/p&#62;
&#60;p&#62;You can do this by changing your Settings-&#38;gt;Permalinks, then select Custom Structure. Type %postname% in the text box and save changes. Done.&#60;/p&#62;
&#60;p&#62;Hope it helps.
&#60;/p&#62;</description>
</item>
<item>
<title>mk12 on "URL Rewriting?"</title>
<link>http://wordpress.org/support/topic/328407#post-1270414</link>
<pubDate>Thu, 05 Nov 2009 00:26:49 +0000</pubDate>
<dc:creator>mk12</dc:creator>
<guid isPermaLink="false">1270414@http://wordpress.org/support/</guid>
<description>&#60;p&#62;For example, is there an easy way to have the url for my &#34;About&#34; page be example.com/about, rather than example.com/?page_id=2 ? I know how to make apache rewrite rules, in httpd.conf, but I'm not sure how it would determine the corresponding page id, without making a rule for every single page…
&#60;/p&#62;</description>
</item>
<item>
<title>lucascaro on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1268654</link>
<pubDate>Tue, 03 Nov 2009 21:13:33 +0000</pubDate>
<dc:creator>lucascaro</dc:creator>
<guid isPermaLink="false">1268654@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The following works for me with wavr 0.2.3 and wordpress 2.8.5:&#60;/p&#62;
&#60;p&#62;[wave id=&#34;googlewave.com!w+NcOxJo8SW&#34;]&#60;/p&#62;
&#60;p&#62;[wave id=&#34;googlewave.com!w+NcOxJo8SW&#34; server=&#34;https://wave.google.com/wave/&#34;]&#60;/p&#62;
&#60;p&#62;that is a public wave i just grabbed.&#60;/p&#62;
&#60;p&#62;Thanks to you for keeping on trying!
&#60;/p&#62;</description>
</item>
<item>
<title>garyploski on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1268022</link>
<pubDate>Tue, 03 Nov 2009 11:58:00 +0000</pubDate>
<dc:creator>garyploski</dc:creator>
<guid isPermaLink="false">1268022@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Could someone provide a test configuration that works so I/other people can test Wavr? Two samples might be best. One using the googlewave.com server and another using the wavesandbox.com server.&#60;/p&#62;
&#60;p&#62;I've tried with other public waves, created new public waves, and the original wave but nothing seems to work.&#60;/p&#62;
&#60;p&#62;Thanks for the support and continued development of Wavr.
&#60;/p&#62;</description>
</item>
<item>
<title>lucascaro on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1267685</link>
<pubDate>Tue, 03 Nov 2009 00:05:55 +0000</pubDate>
<dc:creator>lucascaro</dc:creator>
<guid isPermaLink="false">1267685@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Can you please try using any other public wave you find on your inbox?&#60;/p&#62;
&#60;p&#62;@BjEurope, the wave id should not have the %252 in it. That has to be replaced by a +&#60;/p&#62;
&#60;p&#62;Wavr's latest version (0.2.2) will try to guess the id from the url, so please try updating  and using the &#34;wave&#34; button in your editor, and paste the full url for your wave (make sure to have only that wave opened when you copy the url).&#60;/p&#62;
&#60;p&#62;thanks for the feedback!
&#60;/p&#62;</description>
</item>
<item>
<title>lucascaro on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1267671</link>
<pubDate>Mon, 02 Nov 2009 23:54:15 +0000</pubDate>
<dc:creator>lucascaro</dc:creator>
<guid isPermaLink="false">1267671@http://wordpress.org/support/</guid>
<description>&#60;p&#62;when you get the message&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#60;a href=&#34;mailto:public@a.gwave.com&#34;&#62;public@a.gwave.com&#60;/a&#62; is not a Google Wave account.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;just ignore it and hit Enter, it will be added to your contacts list and you can drag it to any wave you want. a yellow message appears that says: &#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
[not-yet-implemented-user] gave everyone access.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;the wave should be public.&#60;/p&#62;
&#60;p&#62;good luck.&#60;/p&#62;
&#60;p&#62;Remember that wave is in a preview and still have some bugs and not implemented features.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Getting id of user-submited posts"</title>
<link>http://wordpress.org/support/topic/326595#post-1264812</link>
<pubDate>Fri, 30 Oct 2009 21:12:24 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1264812@http://wordpress.org/support/</guid>
<description>&#60;pre&#62;&#60;code&#62;$your_post_id=wp_insert_post( $my_post );&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>shogun82 on "Getting id of user-submited posts"</title>
<link>http://wordpress.org/support/topic/326595#post-1264630</link>
<pubDate>Fri, 30 Oct 2009 17:54:13 +0000</pubDate>
<dc:creator>shogun82</dc:creator>
<guid isPermaLink="false">1264630@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello.&#60;/p&#62;
&#60;p&#62;Im using this to create new post:&#60;/p&#62;
&#60;p&#62;  $my_post = array();&#60;br /&#62;
  $my_post['post_title'] = 'Ankieta wypełniona przez: ' . $a11;&#60;br /&#62;
  $my_post['post_content'] = $info;&#60;br /&#62;
  $my_post['post_status'] = 'publish';&#60;br /&#62;
  $my_post['post_author'] = 1;&#60;br /&#62;
  $my_post['post_category'] = array(1);&#60;/p&#62;
&#60;p&#62;  wp_insert_post( $my_post );&#60;/p&#62;
&#60;p&#62;how can i get the id of that new post? i need this id to be saved in a separate sql table.&#60;/p&#62;
&#60;p&#62;this is for people who are filling my form with some questions. i need to send them link to their posts via email.&#60;/p&#62;
&#60;p&#62;thx :)
&#60;/p&#62;</description>
</item>
<item>
<title>garyploski on "Wavr does not display anything"</title>
<link>http://wordpress.org/support/topic/321343#post-1262226</link>
<pubDate>Wed, 28 Oct 2009 18:07:10 +0000</pubDate>
<dc:creator>garyploski</dc:creator>
<guid isPermaLink="false">1262226@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I tried again, as things seem to work and then not work, repeat, in wave at random times.&#60;/p&#62;
&#60;p&#62;I 'added' &#60;a href=&#34;mailto:public@a.gwave.com&#34;&#62;public@a.gwave.com&#60;/a&#62; to my contacts list and tried adding it to the wave with no success.&#60;/p&#62;
&#60;p&#62;As you can see I tried this previously with the same result.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
