<?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: Forum: Themes and Templates - Recent Posts</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support: Forum: Themes and Templates - Recent Posts</description>
<language>en</language>
<pubDate>Sun, 05 Jul 2009 17:25:44 +0000</pubDate>

<item>
<title>catzlean on ""There are no options for this widget""</title>
<link>http://wordpress.org/support/topic/286814#post-1126875</link>
<pubDate>Sun, 05 Jul 2009 17:04:51 +0000</pubDate>
<dc:creator>catzlean</dc:creator>
<guid isPermaLink="false">1126875@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hi, i just installed new theme in my wordpress 2.8. All working well except for the widgets that i installed. Some of them not working such as Featured Video and Around the Site. It said &#34; There are no options for this widget&#34; &#60;/p&#62;
&#60;p&#62;this is my blog : &#60;a href=&#34;http://xtinelean.byethost12.com/love/&#34; rel=&#34;nofollow&#34;&#62;http://xtinelean.byethost12.com/love/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thank you in advance
&#60;/p&#62;</description>
</item>
<item>
<title>TheMacFeed on "How to Have Top Story type front page? PLEASE HELP!"</title>
<link>http://wordpress.org/support/topic/286721#post-1126871</link>
<pubDate>Sun, 05 Jul 2009 16:51:50 +0000</pubDate>
<dc:creator>TheMacFeed</dc:creator>
<guid isPermaLink="false">1126871@http://wordpress.org/support/</guid>
<description>&#60;p&#62;does anyone know?
&#60;/p&#62;</description>
</item>
<item>
<title>H3ODST on "Need help using "iNove""</title>
<link>http://wordpress.org/support/topic/286685#post-1126868</link>
<pubDate>Sun, 05 Jul 2009 16:46:47 +0000</pubDate>
<dc:creator>H3ODST</dc:creator>
<guid isPermaLink="false">1126868@http://wordpress.org/support/</guid>
<description>&#60;p&#62;HELP PLEASE
&#60;/p&#62;</description>
</item>
<item>
<title>realcoder on "last 5 five post showing only"</title>
<link>http://wordpress.org/support/topic/286618#post-1126864</link>
<pubDate>Sun, 05 Jul 2009 16:41:12 +0000</pubDate>
<dc:creator>realcoder</dc:creator>
<guid isPermaLink="false">1126864@http://wordpress.org/support/</guid>
<description>&#60;p&#62;as u can see in games &#38;amp; applications catagory
&#60;/p&#62;</description>
</item>
<item>
<title>realcoder on "last 5 five post showing only"</title>
<link>http://wordpress.org/support/topic/286618#post-1126856</link>
<pubDate>Sun, 05 Jul 2009 16:33:03 +0000</pubDate>
<dc:creator>realcoder</dc:creator>
<guid isPermaLink="false">1126856@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.mobilesbox.com&#34; rel=&#34;nofollow&#34;&#62;www.mobilesbox.com&#60;/a&#62;&#60;br /&#62;
on the same other theme that page number is showing but not showing on mine what i do
&#60;/p&#62;</description>
</item>
<item>
<title>zephyrcat on "Threaded comments do not show up in correct order"</title>
<link>http://wordpress.org/support/topic/286809#post-1126854</link>
<pubDate>Sun, 05 Jul 2009 16:28:05 +0000</pubDate>
<dc:creator>zephyrcat</dc:creator>
<guid isPermaLink="false">1126854@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have followed all the instructions on this page to get threaded comments to work:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The comment reply box now correctly moves to the parent comment, however when a comment is left in reply to another comment, it shows up at the end of the comment list, not under the parent comment.&#60;/p&#62;
&#60;p&#62;I have also noticed that the threaded comment has class depth-1, not depth-2.&#60;/p&#62;
&#60;p&#62;What am I missing?&#60;/p&#62;
&#60;p&#62;my comments.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php //arguments for wp_list_comments

$commentargs = array(
   $style = &#38;#39;ol&#38;#39;
);

?&#38;gt;

&#38;lt;div class=&#38;quot;comments&#38;quot;&#38;gt;
   &#38;lt;h4 id=&#38;quot;commentshead&#38;quot;&#38;gt;&#38;lt;?php comments_number(&#38;#39;No comments on this post so far.&#38;#39;, &#38;#39;1 comment on this post.&#38;#39;, &#38;#39;% comments on this post.&#38;#39; );?&#38;gt;&#38;lt;/h4&#38;gt;
   &#38;lt;?php if ( have_comments() ) : ?&#38;gt;
      &#38;lt;ol class=&#38;quot;commentlist&#38;quot;&#38;gt;
         &#38;lt;?php wp_list_comments($commentargs); ?&#38;gt;
      &#38;lt;/ol&#38;gt;
      &#38;lt;div class=&#38;quot;navigation&#38;quot;&#38;gt;
         &#38;lt;div class=&#38;quot;alignleft&#38;quot;&#38;gt;&#38;lt;?php previous_comments_link() ?&#38;gt;&#38;lt;/div&#38;gt;
         &#38;lt;div class=&#38;quot;alignright&#38;quot;&#38;gt;&#38;lt;?php next_comments_link() ?&#38;gt;&#38;lt;/div&#38;gt;
      &#38;lt;/div&#38;gt;
   &#38;lt;?php else : // this is displayed if there are no comments so far ?&#38;gt;
         &#38;lt;?php if ( comments_open() ) : ?&#38;gt;
            &#38;lt;p class=&#38;quot;leavefirst&#38;quot;&#38;gt;Be the first to leave a comment!&#38;lt;/p&#38;gt;
         &#38;lt;?php else : // comments are closed ?&#38;gt;
            &#38;lt;p class=&#38;quot;commentsclosed&#38;quot;&#38;gt;Comments are closed on this post. Sorry.&#38;lt;/p&#38;gt;
         &#38;lt;?php endif; ?&#38;gt;
   &#38;lt;?php endif; ?&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;?php if ( comments_open() ) : ?&#38;gt;
   &#38;lt;div id=&#38;quot;respond&#38;quot;&#38;gt;
      &#38;lt;h4&#38;gt;&#38;lt;?php comment_form_title( &#38;#39;Leave a Comment&#38;#39;, &#38;#39;Leave a Reply to %s&#38;#39; ); ?&#38;gt;&#38;lt;/h4&#38;gt;

      &#38;lt;div class=&#38;quot;cancel-comment-reply&#38;quot;&#38;gt;
         &#38;lt;small&#38;gt;&#38;lt;?php cancel_comment_reply_link(); ?&#38;gt;&#38;lt;/small&#38;gt;
      &#38;lt;/div&#38;gt;

      &#38;lt;?php if ( get_option(&#38;#39;comment_registration&#38;#39;) &#38;amp;&#38;amp; !is_user_logged_in() ) : ?&#38;gt;
      &#38;lt;p&#38;gt;You must be &#38;lt;a href=&#38;quot;&#38;lt;?php echo wp_login_url( get_permalink() ); ?&#38;gt;&#38;quot;&#38;gt;logged in&#38;lt;/a&#38;gt; to post a comment.&#38;lt;/p&#38;gt;
      &#38;lt;?php else : ?&#38;gt;

      &#38;lt;form action=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;siteurl&#38;#39;); ?&#38;gt;/wp-comments-post.php&#38;quot; method=&#38;quot;post&#38;quot; id=&#38;quot;commentform&#38;quot;&#38;gt;
      &#38;lt;?php comment_id_fields(); ?&#38;gt;

      &#38;lt;?php if ( is_user_logged_in() ) : ?&#38;gt;

      &#38;lt;p&#38;gt;Logged in as &#38;lt;a href=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;siteurl&#38;#39;); ?&#38;gt;/wp-admin/profile.php&#38;quot;&#38;gt;&#38;lt;?php echo $user_identity; ?&#38;gt;&#38;lt;/a&#38;gt;. &#38;lt;a href=&#38;quot;&#38;lt;?php echo wp_logout_url(get_permalink()); ?&#38;gt;&#38;quot; title=&#38;quot;Log out of this account&#38;quot;&#38;gt;Log out &#38;amp;raquo;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;

      &#38;lt;?php else : ?&#38;gt;

      &#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;author&#38;quot; id=&#38;quot;author&#38;quot; value=&#38;quot;&#38;lt;?php echo esc_attr($comment_author); ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;1&#38;quot; &#38;lt;?php if ($req) echo &#38;quot;aria-required=&#38;#39;true&#38;#39;&#38;quot;; ?&#38;gt; /&#38;gt;
      &#38;lt;label for=&#38;quot;author&#38;quot;&#38;gt;&#38;lt;small&#38;gt;Name &#38;lt;?php if ($req) echo &#38;quot;(required)&#38;quot;; ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;

      &#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;email&#38;quot; id=&#38;quot;email&#38;quot; value=&#38;quot;&#38;lt;?php echo esc_attr($comment_author_email); ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;2&#38;quot; &#38;lt;?php if ($req) echo &#38;quot;aria-required=&#38;#39;true&#38;#39;&#38;quot;; ?&#38;gt; /&#38;gt;
      &#38;lt;label for=&#38;quot;email&#38;quot;&#38;gt;&#38;lt;small&#38;gt;Email (will not be published) &#38;lt;?php if ($req) echo &#38;quot;(required)&#38;quot;; ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;

      &#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;url&#38;quot; id=&#38;quot;url&#38;quot; value=&#38;quot;&#38;lt;?php echo esc_attr($comment_author_url); ?&#38;gt;&#38;quot; size=&#38;quot;22&#38;quot; tabindex=&#38;quot;3&#38;quot; /&#38;gt;
      &#38;lt;label for=&#38;quot;url&#38;quot;&#38;gt;&#38;lt;small&#38;gt;Website URL&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;

      &#38;lt;?php endif; ?&#38;gt;

      &#38;lt;!--&#38;lt;p&#38;gt;&#38;lt;small&#38;gt;&#38;lt;strong&#38;gt;XHTML:&#38;lt;/strong&#38;gt; You can use these tags: &#38;lt;code&#38;gt;&#38;lt;?php echo allowed_tags(); ?&#38;gt;&#38;lt;/code&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;--&#38;gt;

      &#38;lt;p&#38;gt;&#38;lt;textarea name=&#38;quot;comment&#38;quot; id=&#38;quot;comment&#38;quot; cols=&#38;quot;100%&#38;quot; rows=&#38;quot;10&#38;quot; tabindex=&#38;quot;4&#38;quot;&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/p&#38;gt;

      &#38;lt;p&#38;gt;&#38;lt;input name=&#38;quot;submit&#38;quot; type=&#38;quot;submit&#38;quot; id=&#38;quot;submit&#38;quot; tabindex=&#38;quot;5&#38;quot; value=&#38;quot;Submit Comment&#38;quot; /&#38;gt;
      &#38;lt;?php comment_id_fields(); ?&#38;gt;
      &#38;lt;/p&#38;gt;
      &#38;lt;?php do_action(&#38;#39;comment_form&#38;#39;, $post-&#38;gt;ID); ?&#38;gt;

      &#38;lt;/form&#38;gt;

      &#38;lt;?php endif; // If registration required and not logged in ?&#38;gt;
   &#38;lt;/div&#38;gt;
&#38;lt;?php endif; // if you delete this the sky will fall on your head ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>soccerswim8 on "Template tag to display pages in one category?"</title>
<link>http://wordpress.org/support/topic/286805#post-1126845</link>
<pubDate>Sun, 05 Jul 2009 16:09:11 +0000</pubDate>
<dc:creator>soccerswim8</dc:creator>
<guid isPermaLink="false">1126845@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Is there a template tag, or some way, for me to display a list of links to pages that are only within a certain category, and not all the categories?  And pages can have categories in version 2.8, correct?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>ibot on "where can I find .htaccess file?"</title>
<link>http://wordpress.org/support/topic/286804#post-1126844</link>
<pubDate>Sun, 05 Jul 2009 16:08:37 +0000</pubDate>
<dc:creator>ibot</dc:creator>
<guid isPermaLink="false">1126844@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi there, I'm used 2.7 WP. Most of my blog is using WP magazine theme. But, a problem occur on my autoblog and also on my finance blog. The problem is, I wanna change my permalinks structure (custom) but it showed that I need to change my .htaccess file into writable. I searched on my filezilla but there's no such file I founded. For all your info, I've unhidden all the file on filezilla.&#60;/p&#62;
&#60;p&#62;Please help me on to solve this prob. I need to start blogging for that 2 of my blog.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>timcs on "Arras problems with the thumbnail option"</title>
<link>http://wordpress.org/support/topic/286802#post-1126841</link>
<pubDate>Sun, 05 Jul 2009 15:58:45 +0000</pubDate>
<dc:creator>timcs</dc:creator>
<guid isPermaLink="false">1126841@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;  I am trying to use wordpress as a review site and found this theme which I am trying to get my head around. One of the features of this theme is to show a picture of the reviewed item/article as the main headline.&#60;/p&#62;
&#60;p&#62;  Reading on how to do this, I have tried two ways, the 1st as mentioned in the guide which is to insert an image get its file url , create a custom field called thumb and enter the file url into the value. This did not work even though the image was 700x300 as recommended. &#60;/p&#62;
&#60;p&#62;I have also tried this but by adding the image into the media library 1st and then getting the file url from there but no joy . The version of the arras theme is 1.3.5 &#60;/p&#62;
&#60;p&#62;Cheers&#60;/p&#62;
&#60;p&#62;TimCS
&#60;/p&#62;</description>
</item>
<item>
<title>dom09 on "like this site"</title>
<link>http://wordpress.org/support/topic/286798#post-1126829</link>
<pubDate>Sun, 05 Jul 2009 15:36:51 +0000</pubDate>
<dc:creator>dom09</dc:creator>
<guid isPermaLink="false">1126829@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'd like to know the the &#34;theme&#34; if anybody knows.
&#60;/p&#62;</description>
</item>
<item>
<title>omnijh on "adding a border color specific to nav bar link"</title>
<link>http://wordpress.org/support/topic/286799#post-1126828</link>
<pubDate>Sun, 05 Jul 2009 15:35:23 +0000</pubDate>
<dc:creator>omnijh</dc:creator>
<guid isPermaLink="false">1126828@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hello there !&#60;/p&#62;
&#60;p&#62;first of all here is how it looks like :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.femalepleasure.org/multitest/betabang/?cat=4&#34;&#62; THE SITE&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;do you see the nav bar above page content ?&#60;br /&#62;
it is defined by div catnav.&#60;br /&#62;
elements inside of it are called cat-item-&#34;n&#34;&#60;/p&#62;
&#60;p&#62;Originally i wanted to have the color of the top border of this nav in a specific color each time i would change category (links in menu, so cat-item-&#34;n&#34;). over the whole bar width.&#60;/p&#62;
&#60;p&#62;There's a class called 'current-cat', which lets you specify for instance the size of font for the selected 'link' you clicked on. Yet I couldn't find a way to work it out so as to have a different top border color for catnav (class for nav bar), everytime i would click on a different cat-item-&#34;n&#34;&#60;/p&#62;
&#60;p&#62;I would still very much like to do this.. and i'm stuck now :/&#60;/p&#62;
&#60;p&#62;More generally i would like -as a principle- to separate my boxes on the page with such top border, and this every time I change category, with a top border of the specific color of my cat-item-&#34;n&#34;..&#60;br /&#62;
I'm really not sure how to achieve this..&#60;br /&#62;
I hope I'm being clear :&#60;br /&#62;
one link in nav clicked on = one color for top borders color everywhere on the page !&#60;/p&#62;
&#60;p&#62;Any hint would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;thanks in advance !
&#60;/p&#62;</description>
</item>
<item>
<title>dom09 on "like this site"</title>
<link>http://wordpress.org/support/topic/286798#post-1126827</link>
<pubDate>Sun, 05 Jul 2009 15:34:47 +0000</pubDate>
<dc:creator>dom09</dc:creator>
<guid isPermaLink="false">1126827@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Im looking for a template just like this site &#60;a href=&#34;http://hospitalrecords.com/&#34;&#62;here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can anyone point me in the right direction, I like the menu on top there, and the way the layout is. Thanks in advance!
&#60;/p&#62;</description>
</item>
<item>
<title>samboll on "like this site..."</title>
<link>http://wordpress.org/support/topic/286784#post-1126820</link>
<pubDate>Sun, 05 Jul 2009 15:28:22 +0000</pubDate>
<dc:creator>samboll</dc:creator>
<guid isPermaLink="false">1126820@http://wordpress.org/support/</guid>
<description>&#60;p&#62;all in one seo pack 1.4.6.6&#60;/p&#62;
&#60;p&#62;WP-PostRatings 1.20&#60;/p&#62;
&#60;p&#62;WP-Polls 2.30&#60;/p&#62;
&#60;p&#62;Constant Contact Bubble Opt-in Email List&#60;/p&#62;
&#60;p&#62;ajaxd-wordpress&#60;/p&#62;
&#60;p&#62;share this&#60;/p&#62;
&#60;p&#62;wp_movie_ratings
&#60;/p&#62;</description>
</item>
<item>
<title>kikko088 on "css widget"</title>
<link>http://wordpress.org/support/topic/286628#post-1126808</link>
<pubDate>Sun, 05 Jul 2009 15:10:51 +0000</pubDate>
<dc:creator>kikko088</dc:creator>
<guid isPermaLink="false">1126808@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It's perfect!thank you very much!&#60;br /&#62;
only a little question now how can i remove the 1-2px of border at the left and right of the images?
&#60;/p&#62;</description>
</item>
<item>
<title>columbo on "iNova Sidebar Edit"</title>
<link>http://wordpress.org/support/topic/286790#post-1126802</link>
<pubDate>Sun, 05 Jul 2009 15:02:06 +0000</pubDate>
<dc:creator>columbo</dc:creator>
<guid isPermaLink="false">1126802@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hi, can someone tell me how to remove the last horizontal line in the sidebar of my site &#60;a href=&#34;http://www.escocolumbo.org&#34; rel=&#34;nofollow&#34;&#62;www.escocolumbo.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;here's the bin ticket.&#60;br /&#62;
&#60;a href=&#34;http://wordpress.pastebin.ca/1484745&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.pastebin.ca/1484745&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;please tell me what to remove&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>annajane89 on "Adding an extra column for posts?"</title>
<link>http://wordpress.org/support/topic/286541#post-1126799</link>
<pubDate>Sun, 05 Jul 2009 14:57:37 +0000</pubDate>
<dc:creator>annajane89</dc:creator>
<guid isPermaLink="false">1126799@http://wordpress.org/support/</guid>
<description>&#60;p&#62;thank you, equaldesign :) xxx
&#60;/p&#62;</description>
</item>
<item>
<title>sribharath on "like this site..."</title>
<link>http://wordpress.org/support/topic/286784#post-1126784</link>
<pubDate>Sun, 05 Jul 2009 14:31:05 +0000</pubDate>
<dc:creator>sribharath</dc:creator>
<guid isPermaLink="false">1126784@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hello,&#60;/p&#62;
&#60;p&#62;i have seen a site chitramala.com which is of similar concept to my site...i was wondering that it was using wordpress...its cool...&#60;/p&#62;
&#60;p&#62;wht i want to know is wht plugins is this site using and some more details to create a site like that
&#60;/p&#62;</description>
</item>
<item>
<title>hypsnos on "Does anyone know the theme/plugin in use here?"</title>
<link>http://wordpress.org/support/topic/286509#post-1126779</link>
<pubDate>Sun, 05 Jul 2009 14:26:24 +0000</pubDate>
<dc:creator>hypsnos</dc:creator>
<guid isPermaLink="false">1126779@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It's a paid theme at woothemes, the client that you already use! ;)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.woothemes.com&#34; rel=&#34;nofollow&#34;&#62;www.woothemes.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>eliteuser on "Internet Explorer showing double images, please help! I am out of ideas! Thx!!"</title>
<link>http://wordpress.org/support/topic/286764#post-1126739</link>
<pubDate>Sun, 05 Jul 2009 12:48:16 +0000</pubDate>
<dc:creator>eliteuser</dc:creator>
<guid isPermaLink="false">1126739@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Here is my website: &#60;a href=&#34;http://sitedemonstration3.hostoi.com/&#34; rel=&#34;nofollow&#34;&#62;http://sitedemonstration3.hostoi.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In firefox it shows the images good, but in Internet Explorer 7, it is showing two of the red navigation bar.&#60;/p&#62;
&#60;p&#62;Any ideas on how to fix it? Thx!!!
&#60;/p&#62;</description>
</item>
<item>
<title>tiger16 on "How to add text to homepage?"</title>
<link>http://wordpress.org/support/topic/286757#post-1126704</link>
<pubDate>Sun, 05 Jul 2009 11:33:56 +0000</pubDate>
<dc:creator>tiger16</dc:creator>
<guid isPermaLink="false">1126704@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am trying to edit the Arras theme at the moment and I have removed the slideshow that was at the top of the page and I want to replace this with a box of static text, how do I do this?&#60;/p&#62;
&#60;p&#62;I don't want to just create a static page as I still want the posts to feed in below but I do want the text box to appear in the centre and for it to allow me to put text links in it to link to my internal pages.&#60;/p&#62;
&#60;p&#62;I appreciate any help you can give me.
&#60;/p&#62;</description>
</item>
<item>
<title>whooami on "How to create a menu bar?"</title>
<link>http://wordpress.org/support/topic/286718#post-1126687</link>
<pubDate>Sun, 05 Jul 2009 11:06:46 +0000</pubDate>
<dc:creator>whooami</dc:creator>
<guid isPermaLink="false">1126687@http://wordpress.org/support/</guid>
<description>&#60;p&#62;of course it's possible, and no, you do not have to use another theme to do so.
&#60;/p&#62;</description>
</item>
<item>
<title>laserbeem on "Editing theme sidebar_featured.php - don't understand values to use"</title>
<link>http://wordpress.org/support/topic/286422#post-1126680</link>
<pubDate>Sun, 05 Jul 2009 10:49:08 +0000</pubDate>
<dc:creator>laserbeem</dc:creator>
<guid isPermaLink="false">1126680@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks again for your help.  The image now appears on the site.&#60;/p&#62;
&#60;p&#62;What is it that bothers you abou the WP_Premium.zip Folder directory name?  Do you feel there are problems with this theme?
&#60;/p&#62;</description>
</item>
<item>
<title>aptitudo on ""The feed does not have subscriptions by email enabled""</title>
<link>http://wordpress.org/support/topic/223544#post-1126676</link>
<pubDate>Sun, 05 Jul 2009 10:46:42 +0000</pubDate>
<dc:creator>aptitudo</dc:creator>
<guid isPermaLink="false">1126676@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Here is a simple solution that worked for me.&#60;/p&#62;
&#60;p&#62;You need to edit the Launchpad Theme index.php.&#60;/p&#62;
&#60;p&#62;Find the form&#60;br /&#62;
Select all of the code for the form and paste following code over it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form action=&#38;quot;http://feedburner.google.com/fb/a/mailverify&#38;quot; method=&#38;quot;post&#38;quot; target=&#38;quot;popupwindow&#38;quot; onsubmit=&#38;quot;window.open(&#38;#39;http://feedburner.google.com/fb/a/mailverify?uri=&#38;lt;?php echo $lp_feedburner_id; ?&#38;gt;&#38;#39;, &#38;#39;popupwindow&#38;#39;, &#38;#39;scrollbars=yes,width=550,height=520&#38;#39;);return true&#38;quot;&#38;gt;
				&#38;lt;p class=&#38;quot;form-label&#38;quot;&#38;gt;Enter your email address:&#38;lt;/p&#38;gt;&#38;lt;p&#38;gt;&#38;lt;input type=&#38;quot;text&#38;quot; style=&#38;quot;width:140px&#38;quot; name=&#38;quot;email&#38;quot;/&#38;gt;&#38;lt;/p&#38;gt;
				&#38;lt;input type=&#38;quot;hidden&#38;quot; value=&#38;quot;&#38;lt;?php echo $lp_feedburner_id; ?&#38;gt;&#38;quot; name=&#38;quot;uri&#38;quot;/&#38;gt;
				&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;loc&#38;quot; value=&#38;quot;en_US&#38;quot;/&#38;gt;
				&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;Subscribe&#38;quot; /&#38;gt;
			&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>whooami on "last 5 five post showing only"</title>
<link>http://wordpress.org/support/topic/286618#post-1126634</link>
<pubDate>Sun, 05 Jul 2009 09:21:36 +0000</pubDate>
<dc:creator>whooami</dc:creator>
<guid isPermaLink="false">1126634@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Site url?
&#60;/p&#62;</description>
</item>
<item>
<title>realcoder on "last 5 five post showing only"</title>
<link>http://wordpress.org/support/topic/286618#post-1126633</link>
<pubDate>Sun, 05 Jul 2009 09:19:59 +0000</pubDate>
<dc:creator>realcoder</dc:creator>
<guid isPermaLink="false">1126633@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I mean to say as pages number show on end like this&#60;/p&#62;
&#60;p&#62;1 2 3 4 5 6 7 8 9 10....   they are not showing me but in what i add that&#60;br /&#62;
but when i in url type &#60;a href=&#34;http://www.sitename.com/comcatagory/page2&#34; rel=&#34;nofollow&#34;&#62;www.sitename.com/comcatagory/page2&#60;/a&#62; then that show the next post&#60;br /&#62;
but not giving these links
&#60;/p&#62;</description>
</item>
<item>
<title>GreggCleland on "P2: Changing font sizes, adding photos."</title>
<link>http://wordpress.org/support/topic/286713#post-1126629</link>
<pubDate>Sun, 05 Jul 2009 09:17:15 +0000</pubDate>
<dc:creator>GreggCleland</dc:creator>
<guid isPermaLink="false">1126629@http://wordpress.org/support/</guid>
<description>&#60;p&#62;A-ha, so it can be done from within the control panel. Sweet.
&#60;/p&#62;</description>
</item>
<item>
<title>whooami on "Vbulletin and Wordpress"</title>
<link>http://wordpress.org/support/topic/286744#post-1126628</link>
<pubDate>Sun, 05 Jul 2009 09:15:24 +0000</pubDate>
<dc:creator>whooami</dc:creator>
<guid isPermaLink="false">1126628@http://wordpress.org/support/</guid>
<description>&#60;p&#62;have you tried google?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.google.com/#hl=en&#38;amp;q=matching+vbulletin+and+wordpress+themes&#38;amp;aq=f&#38;amp;oq=&#38;amp;aqi=&#38;amp;fp=kE0CVI1PqvM&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/#hl=en&#38;amp;q=matching+vbulletin+and+wordpress+themes&#38;amp;aq=f&#38;amp;oq=&#38;amp;aqi=&#38;amp;fp=kE0CVI1PqvM&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>d3vlabs on "Vbulletin and Wordpress"</title>
<link>http://wordpress.org/support/topic/286744#post-1126618</link>
<pubDate>Sun, 05 Jul 2009 08:57:32 +0000</pubDate>
<dc:creator>d3vlabs</dc:creator>
<guid isPermaLink="false">1126618@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Are there any matching themes for Vbulletin and Wordpress? Premium or Free? Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>ostenfeldt on "Smells Like Facebook options"</title>
<link>http://wordpress.org/support/topic/286737#post-1126610</link>
<pubDate>Sun, 05 Jul 2009 08:30:23 +0000</pubDate>
<dc:creator>ostenfeldt</dc:creator>
<guid isPermaLink="false">1126610@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I've just added the Smells Like Facebook theme to my blog, but I've a problem with the Smells Like Facebook options, it seams like the &#34;save&#34; bottom doesn't work. I can't save the changes I make...... anyone that knows the reason for that?
&#60;/p&#62;</description>
</item>
<item>
<title>ahsanaltaf on "Problem with custom page template"</title>
<link>http://wordpress.org/support/topic/286527#post-1126608</link>
<pubDate>Sun, 05 Jul 2009 08:24:09 +0000</pubDate>
<dc:creator>ahsanaltaf</dc:creator>
<guid isPermaLink="false">1126608@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Ahh finally i figured it out it was due to a problem in the next/previous paging links .&#60;br /&#62;
Thanks .
&#60;/p&#62;</description>
</item>

</channel>
</rss>
