<?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: html</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: html</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 11:31:17 +0000</pubDate>

<item>
<title>digitalnature on "Widget container HTML (and missing titles)"</title>
<link>http://wordpress.org/support/topic/267424#post-1294274</link>
<pubDate>Thu, 26 Nov 2009 10:34:13 +0000</pubDate>
<dc:creator>digitalnature</dc:creator>
<guid isPermaLink="false">1294274@http://wordpress.org/support/</guid>
<description>&#60;p&#62;if it's missing then it means the widget has no title, so this little hack won't be applied. jQuery will not move anything if .widgettitle doesn't exist&#60;/p&#62;
&#60;p&#62;one other thing I should mention is the sidebar widget layout with this solution:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;li&#38;gt;&#38;lt;div&#38;gt;&#38;#39;,
&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;,
&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;output:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li&#38;gt;
  &#38;lt;div&#38;gt;
    &#38;lt;h2&#38;gt; title &#38;lt;/h2&#38;gt;
    content
  &#38;lt;/div&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;after jQuery is loaded, the output will become:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li&#38;gt;
  &#38;lt;h2&#38;gt; title &#38;lt;/h2&#38;gt;
  &#38;lt;div&#38;gt;
    content
  &#38;lt;/div&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>asharc on "large static site converted into wordpress"</title>
<link>http://wordpress.org/support/topic/322816#post-1294237</link>
<pubDate>Thu, 26 Nov 2009 09:30:44 +0000</pubDate>
<dc:creator>asharc</dc:creator>
<guid isPermaLink="false">1294237@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;strong&#62;i am  going to converting the sites in wordpress how u can help us&#60;/strong&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sayontan on "Widget container HTML (and missing titles)"</title>
<link>http://wordpress.org/support/topic/267424#post-1294208</link>
<pubDate>Thu, 26 Nov 2009 07:34:50 +0000</pubDate>
<dc:creator>sayontan</dc:creator>
<guid isPermaLink="false">1294208@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Digitalnature,&#60;br /&#62;
Not sure how that solves the problem. In the example that you have given, assuming that the h2 tag has a class widgettitle, how would you move it if it was missing?&#60;/p&#62;
&#60;p&#62;Sayontan.
&#60;/p&#62;</description>
</item>
<item>
<title>zsarnok on "How to print content to html WITH br tags?"</title>
<link>http://wordpress.org/support/topic/335644#post-1293972</link>
<pubDate>Wed, 25 Nov 2009 23:03:32 +0000</pubDate>
<dc:creator>zsarnok</dc:creator>
<guid isPermaLink="false">1293972@http://wordpress.org/support/</guid>
<description>&#60;p&#62;sorry, i do not mean print, and if you have read the description, you should know... thanks anyway, but i mean php print or echo!!!!!
&#60;/p&#62;</description>
</item>
<item>
<title>do77 on "How to print content to html WITH br tags?"</title>
<link>http://wordpress.org/support/topic/335644#post-1293933</link>
<pubDate>Wed, 25 Nov 2009 22:11:41 +0000</pubDate>
<dc:creator>do77</dc:creator>
<guid isPermaLink="false">1293933@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.printfriendly.com/&#34;&#62;Link&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;do77
&#60;/p&#62;</description>
</item>
<item>
<title>zsarnok on "How to print content to html WITH br tags?"</title>
<link>http://wordpress.org/support/topic/335644#post-1293871</link>
<pubDate>Wed, 25 Nov 2009 21:21:28 +0000</pubDate>
<dc:creator>zsarnok</dc:creator>
<guid isPermaLink="false">1293871@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi all!&#60;/p&#62;
&#60;p&#62;I have to print some posts on a html page... the only problem is that wordpress is not storing br tags in the database, so my posts are not formatted, and very ugly, after getting them from database.&#60;br /&#62;
Please, help me to get them back (the br tags)...&#60;br /&#62;
Maybe i should use str_replace? But what should i replace?&#60;/p&#62;
&#60;p&#62;I hope someone can help me!
&#60;/p&#62;</description>
</item>
<item>
<title>steve0701 on "Web page needs to select the most recent post"</title>
<link>http://wordpress.org/support/topic/335513#post-1293779</link>
<pubDate>Wed, 25 Nov 2009 20:22:48 +0000</pubDate>
<dc:creator>steve0701</dc:creator>
<guid isPermaLink="false">1293779@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Good try guys, but none of the posts were sticky, and every post already has the same category (news). I found that I can mark the newest post sticky and it shows up ahead of the 2 old posts. I even tried to sticky and unsticky the old, unwanted posts to no avail. Any other ideas? Is there any way I might be instructing WP to present the 2 OLDEST posts?
&#60;/p&#62;</description>
</item>
<item>
<title>jkovis on "Web page needs to select the most recent post"</title>
<link>http://wordpress.org/support/topic/335513#post-1293387</link>
<pubDate>Wed, 25 Nov 2009 15:10:44 +0000</pubDate>
<dc:creator>jkovis</dc:creator>
<guid isPermaLink="false">1293387@http://wordpress.org/support/</guid>
<description>&#60;p&#62;The content of the page is not going to be found in an index file on your server...rather WordPress is dynamically pulling the information from those two posts from its database.&#60;/p&#62;
&#60;p&#62;(Good point kymac about them being sticky posts, but it looks like they're pulling in the two most recent posts from the news category.)&#60;/p&#62;
&#60;p&#62;In index.php (or home.php) look for something that says query_posts(cat=3) or new WP_Query(cat=3)...the cat=3 tells WP to only include posts from your &#34;News&#34; category and from that point until the &#60;code&#62;&#38;lt;?php endwhile; ?&#38;gt;&#60;/code&#62; is what controls how those posts are formated (what is displayed and the html around them).  To show the most recent posts from the entire site just remove the cat=3.&#60;/p&#62;
&#60;p&#62;To edit the actual posts, go to /wp-admin/edit.php and click on the post titles that you want to edit.
&#60;/p&#62;</description>
</item>
<item>
<title>kymac on "Web page needs to select the most recent post"</title>
<link>http://wordpress.org/support/topic/335513#post-1293381</link>
<pubDate>Wed, 25 Nov 2009 15:06:57 +0000</pubDate>
<dc:creator>kymac</dc:creator>
<guid isPermaLink="false">1293381@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Steve, I can't tell by looking at the page, but it may be that the posts in question are marked 'sticky' to keep them on the home page.&#60;/p&#62;
&#60;p&#62;If you are running WP 2.8.+, go to Posts-&#38;gt;Edit in the Dashboard, and if the title of the post shows '-Sticky', you can Quick Edit the post and clear the 'Make this post sticky' checkbox.
&#60;/p&#62;</description>
</item>
<item>
<title>steve0701 on "Web page needs to select the most recent post"</title>
<link>http://wordpress.org/support/topic/335513#post-1293349</link>
<pubDate>Wed, 25 Nov 2009 14:51:54 +0000</pubDate>
<dc:creator>steve0701</dc:creator>
<guid isPermaLink="false">1293349@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I inherited a web page at &#60;a href=&#34;http://delcospca.org/cms/&#34;&#62;http://delcospca.org/cms/&#60;/a&#62; that looks fine, except that it pulls in the same two very old &#34;news&#34; articles every time. The index.htm file is way too short to generate all the content on the page, but if you click your browser to see the source there are about 238 lines that tell the whole story- if you understand WordPress, which I do not. Two questions: can you find where the old posts are called in? Can you tell me how to call in the one or two of the most
&#60;ul&#62;
recent &#60;/ul&#62;
 posts, instead? Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>golem200002000 on "New WP install CSS problems . . .  I thnk"</title>
<link>http://wordpress.org/support/topic/325564#post-1292887</link>
<pubDate>Wed, 25 Nov 2009 02:18:10 +0000</pubDate>
<dc:creator>golem200002000</dc:creator>
<guid isPermaLink="false">1292887@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi jonascale,&#60;/p&#62;
&#60;p&#62;I had the same issue as you. &#60;/p&#62;
&#60;p&#62;Here's what i did to fix it :&#60;/p&#62;
&#60;p&#62;1) I re-downloaded the wordpress (i think the current version is 2.8.6) directly onto my local server&#60;/p&#62;
&#60;p&#62;2) I re-copied and pasted the CSS folder in the wp-admin folder to the current installation already on the local server&#60;/p&#62;
&#60;p&#62;3) Voila. Problem solved. &#60;/p&#62;
&#60;p&#62;Don;t ask me why the previous version didnt have a CSS folder, could have been a network problem.&#60;/p&#62;
&#60;p&#62;To verify that this indeed is your problem, go to the install.php (or the page you're stuck at without css) and do the following :&#60;/p&#62;
&#60;p&#62;1) Right-click &#38;gt; view page properties&#60;br /&#62;
2) You should see that the css style sheet being called belongs to a file that is not present (/wp-admin/css/wp-admin.css or something similar)&#60;/p&#62;
&#60;p&#62;Hope this helps&#60;/p&#62;
&#60;p&#62;Happy blogging
&#60;/p&#62;</description>
</item>
<item>
<title>beradmin on "Wordpress automatically deletes all HTML image map code"</title>
<link>http://wordpress.org/support/topic/311891#post-1292723</link>
<pubDate>Tue, 24 Nov 2009 22:39:26 +0000</pubDate>
<dc:creator>beradmin</dc:creator>
<guid isPermaLink="false">1292723@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Me again... I kind of solved the problem. I &#34;cheated&#34;. I create a table aligned to the right I put the embedded media inside the table. Since Explore didn't read the cell-padding I added a column to the left of the table. :-)
&#60;/p&#62;</description>
</item>
<item>
<title>beradmin on "Wordpress automatically deletes all HTML image map code"</title>
<link>http://wordpress.org/support/topic/311891#post-1292695</link>
<pubDate>Tue, 24 Nov 2009 22:19:07 +0000</pubDate>
<dc:creator>beradmin</dc:creator>
<guid isPermaLink="false">1292695@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi guys, I am editing a wordpress.org page/post and I always switch to HTML mode to edit my code. And I am having the same problem. Is it for the same reason as .com, keep their servers safe and working?&#60;/p&#62;
&#60;p&#62;I am inserting a embedded media (Flash) that is aligned to the right. It works fine in Firefox but it doesn't in Explorer. The media stays on the left side and all the text shows up underneath it. I even set up the publishing setting in Flash to align to the right but Explorer just ignores it.&#60;/p&#62;
&#60;p&#62;Then I tryed to change the &#38;lt;object... code in HTML mode but when I change back to VIEW mode or publish it WordPress keeps changing my code back, or modifying to a weird code. I even tryed to put the &#38;lt;object.. in beteween &#38;lt;div align=center&#38;gt;&#38;lt;/div&#38;gt; but them WordPress change  &#38;lt;div align=center&#38;gt; to &#38;lt;div&#38;gt; and put a &#38;lt;p&#38;gt;&#38;lt;/p&#38;gt; after &#38;lt;/div&#38;gt;...
&#60;/p&#62;</description>
</item>
<item>
<title>songdogtech on "I have a layout from DW and want WP as my CMS.. now what?"</title>
<link>http://wordpress.org/support/topic/335259#post-1292597</link>
<pubDate>Tue, 24 Nov 2009 20:48:53 +0000</pubDate>
<dc:creator>songdogtech</dc:creator>
<guid isPermaLink="false">1292597@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Theme_Development&#34;&#62;Theme Development « WordPress Codex&#60;/a&#62; and &#60;a href=&#34;http://searchfriendlywebdesign.com/dreamweaver-templates-into-wordpress-themes/&#34;&#62;Dreamweaver Templates into Wordpress Themes&#60;/a&#62; (and any number of other Google hits).
&#60;/p&#62;</description>
</item>
<item>
<title>nmaher on "I have a layout from DW and want WP as my CMS.. now what?"</title>
<link>http://wordpress.org/support/topic/335259#post-1292587</link>
<pubDate>Tue, 24 Nov 2009 20:42:10 +0000</pubDate>
<dc:creator>nmaher</dc:creator>
<guid isPermaLink="false">1292587@http://wordpress.org/support/</guid>
<description>&#60;p&#62;First off, I am new to this. Please bear with me&#60;/p&#62;
&#60;p&#62;I understand that Wordpress themes are built in php script. However, I have put together a layout in Dreamweaver of what I want my record label's site to look like, and I am currently trying to setup Wordpress as my content managment system. Only there's one problem. I don't understand how it works. I have my completed site from DW ready to load onto a server, but how do I combine it with Wordpress? After I have all of my site's html files ready to go, how do I tell Wordpress where to publish everything? Basically, any information about how Wordpress works/communicates with your pre-existing site layout typed in html and css would be greatly appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>sosincere on "Custom Error Message"</title>
<link>http://wordpress.org/support/topic/335139#post-1292502</link>
<pubDate>Tue, 24 Nov 2009 19:32:06 +0000</pubDate>
<dc:creator>sosincere</dc:creator>
<guid isPermaLink="false">1292502@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Umm, I'm not sure....sorry, very new to all this....&#60;br /&#62;
I think I may need to just figure out writing code, and wrote it myself, i think?? I really just want it to look like the link I posted, but I want to change the words...
&#60;/p&#62;</description>
</item>
<item>
<title>RVoodoo on "Custom Error Message"</title>
<link>http://wordpress.org/support/topic/335139#post-1292270</link>
<pubDate>Tue, 24 Nov 2009 16:23:30 +0000</pubDate>
<dc:creator>RVoodoo</dc:creator>
<guid isPermaLink="false">1292270@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/custom-coming-soon-page/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-coming-soon-page/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;does this do what you want?
&#60;/p&#62;</description>
</item>
<item>
<title>hanormsby on "Images won't appear on single &#38; archive.php! But will in index! Why??"</title>
<link>http://wordpress.org/support/topic/334912#post-1292251</link>
<pubDate>Tue, 24 Nov 2009 15:59:04 +0000</pubDate>
<dc:creator>hanormsby</dc:creator>
<guid isPermaLink="false">1292251@http://wordpress.org/support/</guid>
<description>&#60;p&#62;GREAT! That makes sense, and it works now, Thankyou so much!
&#60;/p&#62;</description>
</item>
<item>
<title>sosincere on "Custom Error Message"</title>
<link>http://wordpress.org/support/topic/335139#post-1292233</link>
<pubDate>Tue, 24 Nov 2009 15:37:03 +0000</pubDate>
<dc:creator>sosincere</dc:creator>
<guid isPermaLink="false">1292233@http://wordpress.org/support/</guid>
<description>&#60;p&#62;So, this might sound a little weird, but....As were formatting our WP site, we want to have a 'coming soon' page.&#60;br /&#62;
I want it to look like &#60;a href=&#34;http://www.deephousepage.com/f&#34;&#62;this&#60;/a&#62; ...but I want to change the words so it actually says our page name, and a little info like coming soon, maybe with a link to a mailing list....&#60;br /&#62;
How would I go about doing that?&#60;br /&#62;
thanks in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>alchymyth on "Images won't appear on single &#38; archive.php! But will in index! Why??"</title>
<link>http://wordpress.org/support/topic/334912#post-1292040</link>
<pubDate>Tue, 24 Nov 2009 11:44:17 +0000</pubDate>
<dc:creator>alchymyth</dc:creator>
<guid isPermaLink="false">1292040@http://wordpress.org/support/</guid>
<description>&#60;p&#62;you are using relative links to the images, relative to the current page url, and this is diferent for each page.&#60;/p&#62;
&#60;p&#62;better use absolute reference, for instance getting the blog url from wordpress:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;wpurl&#38;#39;); ?&#38;gt;/images/temptext.png&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;see &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/bloginfo&#34;&#62;codex&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>hanormsby on "Images won't appear on single &#38; archive.php! But will in index! Why??"</title>
<link>http://wordpress.org/support/topic/334912#post-1291951</link>
<pubDate>Tue, 24 Nov 2009 08:44:07 +0000</pubDate>
<dc:creator>hanormsby</dc:creator>
<guid isPermaLink="false">1291951@http://wordpress.org/support/</guid>
<description>&#60;p&#62;of course!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.hanormsby.co.uk/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.hanormsby.co.uk/blog&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and then click on the post, or the archive page or category, eg...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.hanormsby.co.uk/blog/2009/11/the-re-launch-of-hanormsby-co-uk-tada/&#34; rel=&#34;nofollow&#34;&#62;http://www.hanormsby.co.uk/blog/2009/11/the-re-launch-of-hanormsby-co-uk-tada/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thankyou!!
&#60;/p&#62;</description>
</item>
<item>
<title>sparkletack on "HTML italics added to comment make EVERYTHING italic."</title>
<link>http://wordpress.org/support/topic/333335#post-1291713</link>
<pubDate>Tue, 24 Nov 2009 01:40:57 +0000</pubDate>
<dc:creator>sparkletack</dc:creator>
<guid isPermaLink="false">1291713@http://wordpress.org/support/</guid>
<description>&#60;p&#62;So - nobody has a clue?
&#60;/p&#62;</description>
</item>
<item>
<title>gbaka on "Images won't appear on single &#38; archive.php! But will in index! Why??"</title>
<link>http://wordpress.org/support/topic/334912#post-1291705</link>
<pubDate>Tue, 24 Nov 2009 01:34:40 +0000</pubDate>
<dc:creator>gbaka</dc:creator>
<guid isPermaLink="false">1291705@http://wordpress.org/support/</guid>
<description>&#60;p&#62;could you give me a link to see it?
&#60;/p&#62;</description>
</item>
<item>
<title>hanormsby on "Images won't appear on single &#38; archive.php! But will in index! Why??"</title>
<link>http://wordpress.org/support/topic/334912#post-1291663</link>
<pubDate>Tue, 24 Nov 2009 00:41:49 +0000</pubDate>
<dc:creator>hanormsby</dc:creator>
<guid isPermaLink="false">1291663@http://wordpress.org/support/</guid>
<description>&#60;p&#62;No, because the content from the sidebar is still appearing, same with the header, it's just the images are not loading.&#60;/p&#62;
&#60;p&#62;Again, they don't have different headers/sidebars, as they content is all the same and there is only one copy of each file.&#60;/p&#62;
&#60;p&#62;Thankyou very much for the response! Any other ideas anyone?
&#60;/p&#62;</description>
</item>
<item>
<title>gbaka on "Images won't appear on single &#38; archive.php! But will in index! Why??"</title>
<link>http://wordpress.org/support/topic/334912#post-1291632</link>
<pubDate>Tue, 24 Nov 2009 00:08:40 +0000</pubDate>
<dc:creator>gbaka</dc:creator>
<guid isPermaLink="false">1291632@http://wordpress.org/support/</guid>
<description>&#60;p&#62;maybe you don't have the header and sidebars initiated on your theme or they have different headers and sidebars for single.php and archive.php.
&#60;/p&#62;</description>
</item>
<item>
<title>hanormsby on "Images won't appear on single &#38; archive.php! But will in index! Why??"</title>
<link>http://wordpress.org/support/topic/334912#post-1291605</link>
<pubDate>Mon, 23 Nov 2009 23:31:03 +0000</pubDate>
<dc:creator>hanormsby</dc:creator>
<guid isPermaLink="false">1291605@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey everyone,&#60;/p&#62;
&#60;p&#62;I've been working hard on my wordpress theme and a few things have suddenly stopped working and im unsure why.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;I'm working on it locally and everything is fine when viewing my main blog, but when I go to the individual posts (single.php) and archives pages, all the images won't load, including images in sidebar, header and blog... It's almost like the pages can't find my image folder, which is located in the root folder of my blog (where wp-config.php is).&#60;/p&#62;
&#60;p&#62;But why would this be if my index page is fine, when the code is practically the same?!&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I've tried duplicating the image folder to the theme folder and that doesn't work. Maybe i'm missing something obvious...&#60;/p&#62;
&#60;p&#62;Please help! I will be so grateful! I can try to clarify this more if it doesn't make sense...&#60;/p&#62;
&#60;p&#62;Thankyou x
&#60;/p&#62;</description>
</item>
<item>
<title>donrock7 on "Images are not displaying"</title>
<link>http://wordpress.org/support/topic/334832#post-1291365</link>
<pubDate>Mon, 23 Nov 2009 19:38:37 +0000</pubDate>
<dc:creator>donrock7</dc:creator>
<guid isPermaLink="false">1291365@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Last night all the images were showing up but this morning none of them are. The HTML is still in the page but doesn't show up when the page is viewed. What did I do wrong?
&#60;/p&#62;</description>
</item>
<item>
<title>DJMasterM on "Appearance and Post page not working"</title>
<link>http://wordpress.org/support/topic/334495#post-1290331</link>
<pubDate>Sun, 22 Nov 2009 21:02:09 +0000</pubDate>
<dc:creator>DJMasterM</dc:creator>
<guid isPermaLink="false">1290331@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm new to Wordpress and I try to find out how it works, But, My Post page and Appearance page don't work.&#60;br /&#62;
On Post page I can't switch between html and visual. screenoptions and help don't work. and I can't see what I'm writing.&#60;/p&#62;
&#60;p&#62;On the Appearance page I can't change anything.&#60;/p&#62;
&#60;p&#62;Is it me or something else?&#60;/p&#62;
&#60;p&#62;Who can help me?
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "Listing posts per category in a "page""</title>
<link>http://wordpress.org/support/topic/333985#post-1288707</link>
<pubDate>Fri, 20 Nov 2009 23:07:40 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1288707@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You need a custom page template and an additional Loop to pull posts into a page. See:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Pages#A_Page_of_Posts&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Pages#A_Page_of_Posts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;for an example template.
&#60;/p&#62;</description>
</item>
<item>
<title>xdementia on "Listing posts per category in a "page""</title>
<link>http://wordpress.org/support/topic/333985#post-1288704</link>
<pubDate>Fri, 20 Nov 2009 23:05:32 +0000</pubDate>
<dc:creator>xdementia</dc:creator>
<guid isPermaLink="false">1288704@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey everyone. I need to figure out how to list a bunch of posts on one of my wordpress &#34;pages&#34; that are linked in the main menu. I'd like to list it by category, but when I put php code in the html field in the edit page it comes out as mumbo-jumbo.  Is there any html that will call a list of posts?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
