<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WP Framework Forums: Recent Posts</title>
		<link>http://wpframework.com/forums/</link>
		<description>A blank WordPress Theme Framework</description>
		<language>en-US</language>
		<pubDate>Thu, 11 Mar 2010 21:12:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wpframework.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://wpframework.com/forums/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>claytonbozard on "Footer showing wrong year?"</title>
			<link>http://wpframework.com/forums/topic/footer-showing-wrong-year#post-434</link>
			<pubDate>Sat, 06 Mar 2010 19:01:31 +0000</pubDate>
			<dc:creator>claytonbozard</dc:creator>
			<guid isPermaLink="false">434@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;For some reason when I activate the wp framework theme it shows the wrong year in the footer for the copyright. Any Idea on why this is?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DebiWebi on "CSS problems on search results page"</title>
			<link>http://wpframework.com/forums/topic/css-problems-on-search-results-page#post-428</link>
			<pubDate>Wed, 24 Feb 2010 14:16:43 +0000</pubDate>
			<dc:creator>DebiWebi</dc:creator>
			<guid isPermaLink="false">428@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I'm just getting going on this site: &#60;a href=&#34;http://colosewingpros.org/home/&#34; rel=&#34;nofollow&#34;&#62;http://colosewingpros.org/home/&#60;/a&#62; . I'm using the search widget. When I click on &#34;go&#34; the search page comes up completely messed up. It seems to be reading my style sheet (I'm using Framework, renamed the directory so &#60;a href=&#34;http://colosewingpros.org/wp-content/themes/colosewing/library/media/css/screen.css.)&#34; rel=&#34;nofollow&#34;&#62;http://colosewingpros.org/wp-content/themes/colosewing/library/media/css/screen.css.)&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've used search on another wp site and didn't have this problem. Any ideas? PLEASE?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Covi on "Custom body background colours and Semantic Body question"</title>
			<link>http://wpframework.com/forums/topic/custom-body-background-colours-and-semantic-body-question#post-427</link>
			<pubDate>Wed, 17 Feb 2010 08:28:16 +0000</pubDate>
			<dc:creator>Covi</dc:creator>
			<guid isPermaLink="false">427@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Dunbar, about this funcionality and User Agent, you can be interested in this simple but&#60;br /&#62;
useful class:&#60;br /&#62;
&#60;a href=&#34;http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/&#34;&#62;Browser class (php)&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DebiWebi on "How to have sidebar on only one page"</title>
			<link>http://wpframework.com/forums/topic/how-to-have-sidebar-on-only-one-page#post-424</link>
			<pubDate>Tue, 09 Feb 2010 12:53:58 +0000</pubDate>
			<dc:creator>DebiWebi</dc:creator>
			<guid isPermaLink="false">424@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I've started working on this WP Framwork site &#60;a href=&#34;http://horsesforliteracy.com&#34; rel=&#34;nofollow&#34;&#62;http://horsesforliteracy.com&#60;/a&#62; and was getting a 1&#34; gap between the .entry and .footer area. I fiddled with my CSS to no avail, and finally just took &#38;lt;?php get_sidebar(); ?&#38;gt; out of page.php. Most of my pages don't need a sidebar, except I will want one to appear on the Blog page. Is there a better way for me to handle this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kanjigirl on "How to add a widget area to the footer?"</title>
			<link>http://wpframework.com/forums/topic/how-to-add-a-widget-area-to-the-footer#post-423</link>
			<pubDate>Thu, 21 Jan 2010 12:51:03 +0000</pubDate>
			<dc:creator>kanjigirl</dc:creator>
			<guid isPermaLink="false">423@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I don't understand how to implement the instructions here: &#60;a href=&#34;http://wpframework.com/docs/widgets-api/&#34;&#62;http://wpframework.com/docs/widgets-api/&#60;/a&#62;. When I tried this I got this error:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function create_widget_area() in /home/stunter/public_html/projects/habitat/wp-content/themes/skin/library/functions/widgets.php on line 26&#60;/p&#62;
&#60;p&#62;Please tell me how to add a widget to the footer. &#60;/p&#62;
&#60;p&#62;By following &#60;a href=&#34;http://help-developer.com/index.php/2008/07/creating-a-widget-ready-footer-in-wordpress/&#34;&#62;this tutorial&#60;/a&#62; I got far enough to have the new footer widget area show up in Appearance &#38;gt; Widgets, but nothing I put there shows up on the page, it's just blank. So I'm not sure where the problem is. This is the code I've added to function register_widgets: &#60;code&#62;register_sidebar(array('name'=&#38;gt;'footer'));&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;but I don't think that's working here, or at least not fully.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dezinerite on "Am I Allowed To Remove The Footer Linkback?"</title>
			<link>http://wpframework.com/forums/topic/am-i-allowed-to-remove-the-footer-linkback#post-422</link>
			<pubDate>Sun, 17 Jan 2010 03:38:31 +0000</pubDate>
			<dc:creator>dezinerite</dc:creator>
			<guid isPermaLink="false">422@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I want to use WP Framework as the foundation of my blog's theme.  I was wondering if I'm allowed to remove the linkback at the footer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sugardaddy on "Post Gallery"</title>
			<link>http://wpframework.com/forums/topic/post-gallery#post-421</link>
			<pubDate>Thu, 14 Jan 2010 16:54:58 +0000</pubDate>
			<dc:creator>sugardaddy</dc:creator>
			<guid isPermaLink="false">421@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I encountered this problem with 0.2.4.10&#60;br /&#62;
Is it the last revision ?&#60;/p&#62;
&#60;p&#62;Could you please give us the code to modify ?&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dannyj on "DropDowns menu on IE6"</title>
			<link>http://wpframework.com/forums/topic/dropdowns-menu-on-ie6#post-420</link>
			<pubDate>Wed, 06 Jan 2010 21:31:30 +0000</pubDate>
			<dc:creator>dannyj</dc:creator>
			<guid isPermaLink="false">420@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hey, I figured out the problem myself. The list items were not floating left in the menu in IE6. In the base.css file, I found this line with the IE hack: .nav, .nav * { list-style: none; margin-left: 0;} and I added &#34;float:left&#34; at the end. Worked like a charm. F.Y.I. for anyone that might have the same problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dannyj on "DropDowns menu on IE6"</title>
			<link>http://wpframework.com/forums/topic/dropdowns-menu-on-ie6#post-419</link>
			<pubDate>Sat, 02 Jan 2010 21:42:45 +0000</pubDate>
			<dc:creator>dannyj</dc:creator>
			<guid isPermaLink="false">419@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hi, I'm using the WP Framework and the menu isn't working with IE6: &#60;a href=&#34;http://webdevresources.com/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://webdevresources.com/wordpress/&#60;/a&#62;. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epizoic on "adding a ie-only stylesheet"</title>
			<link>http://wpframework.com/forums/topic/adding-a-ie-only-stylesheet#post-418</link>
			<pubDate>Wed, 30 Dec 2009 10:59:20 +0000</pubDate>
			<dc:creator>epizoic</dc:creator>
			<guid isPermaLink="false">418@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Thank you Ptah - this is wonderful!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Edward on "Links within posts when they are in Archive are not showing up. Is this normal?"</title>
			<link>http://wpframework.com/forums/topic/links-within-posts-when-they-are-in-archive-are-not-showing-up-is-this-normal#post-417</link>
			<pubDate>Wed, 30 Dec 2009 01:58:11 +0000</pubDate>
			<dc:creator>Edward</dc:creator>
			<guid isPermaLink="false">417@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I am fairly new to wordpress and I am using WP v9 and have a personal journal using WP Framework (because it has a great clean look). When I place a link within a post, I can see it when I am at the post page but when viewing from the archives the link does not show. Is this normal or is there a bug?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ailusia on "Adding a background image"</title>
			<link>http://wpframework.com/forums/topic/adding-a-background-image#post-416</link>
			<pubDate>Mon, 28 Dec 2009 08:16:58 +0000</pubDate>
			<dc:creator>ailusia</dc:creator>
			<guid isPermaLink="false">416@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hi, I have my bacground image in .body class:&#60;/p&#62;
&#60;p&#62;html, body { height: 100%; margin: 0; padding: 0; border: 0; background-color: #E2DEB1; background-image: url(http://your-image-url-here.jpg); background-position: top center; background-repeat: no-repeat; }&#60;/p&#62;
&#60;p&#62;The result:&#60;br /&#62;
&#60;a href=&#34;http://klikerlab.pl/&#34; rel=&#34;nofollow&#34;&#62;http://klikerlab.pl/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ailusia on "Custom template - how?"</title>
			<link>http://wpframework.com/forums/topic/custom-template-how#post-415</link>
			<pubDate>Mon, 28 Dec 2009 08:13:16 +0000</pubDate>
			<dc:creator>ailusia</dc:creator>
			<guid isPermaLink="false">415@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hi, I wanted to create a custom template from banners area on my blog:&#60;br /&#62;
&#60;a href=&#34;http://klikerlab.pl/&#34; rel=&#34;nofollow&#34;&#62;http://klikerlab.pl/&#60;/a&#62;&#60;br /&#62;
(yes, it's based on WP Framework ;) )&#60;br /&#62;
you will see three banners to the right from the main article. To have them in separate .php file, I created this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;br /&#62;
/**&#60;br /&#62;
 * Template: reklama.php&#60;br /&#62;
 *&#60;br /&#62;
 */&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;reklama&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;ngg-gallery-thumbnail&#34;&#38;gt;&#60;a href=&#34;http://www.blogroku.pl/klikerlab,gw8ey,blog.html&#34;&#62;&#38;lt;img src=&#34;http://lh6.ggpht.com/_DCdlvFF6Ij4/Syz6DKOZ4EI/AAAAAAAABMI/sSE35XZmZL4/blog-roku.jpg&#34; alt=&#34;Angry face&#34;&#38;gt;&#38;lt;/img&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;br /&#62;
&#38;lt;div class=&#34;ngg-gallery-thumbnail&#34;&#38;gt;&#60;a href=&#34;http://klikerlab.pl/2009/11/21/uczac-sie-od-koni/&#34;&#62;&#38;lt;img src=&#34;http://lh6.ggpht.com/_DCdlvFF6Ij4/SyP38L-Cq8I/AAAAAAAABKc/YKJTG1XjpUY/odkoni.jpg&#34; alt=&#34;Carolyn Resnick&#34;&#38;gt;&#38;lt;/img&#38;gt;&#60;/a&#62;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;br /&#62;
&#38;lt;div class=&#34;ngg-gallery-thumbnail&#34;&#38;gt;&#60;a href=&#34;http://equimechana.wordpress.com/&#34;&#62;&#38;lt;img src=&#34;http://lh6.ggpht.com/_DCdlvFF6Ij4/SyP681hTqnI/AAAAAAAABKs/qsNIH5dz-fQ/equimechana.jpg&#34; alt=&#34;Equimechana&#34;&#38;gt;&#38;lt;/img&#38;gt;&#60;/a&#62;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and I replaced this part of code with:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php get_reklama(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;because the name of this file is reklama.php&#60;br /&#62;
But it doesn't work, the errors that appears is:&#60;/p&#62;
&#60;p&#62;&#60;blockquote&#62;Fatal error: Call to undefined function get_reklama() in /home/klikerlab/domains/klikerlab.pl/public_html/wp-content/themes/wp-framework/index.php on line 37&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;So what should I do to have it working in a separate template, like comments.php? I need this because in future I want to create there area for outside ads.&#60;br /&#62;
Thanks in advance,&#60;br /&#62;
and happy new year! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>qubodup on "CSS color/Background-color problems for the blog and forum of wpframework"</title>
			<link>http://wpframework.com/forums/topic/css-colorbackground-color-problems-for-the-blog-and-forum-of-wpframework#post-414</link>
			<pubDate>Thu, 24 Dec 2009 12:12:26 +0000</pubDate>
			<dc:creator>qubodup</dc:creator>
			<guid isPermaLink="false">414@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I changed my browser defaults to light fg and dark bg. The result can be seen in &#60;a href=&#34;http://yfrog.com/j8wpbbpx&#34;&#62;this gallery&#60;/a&#62;. It appears that sometimes the bg, sometimes the fg color is set, but not the other.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tkpgirl on "Adding a background image"</title>
			<link>http://wpframework.com/forums/topic/adding-a-background-image#post-413</link>
			<pubDate>Thu, 24 Dec 2009 10:12:48 +0000</pubDate>
			<dc:creator>tkpgirl</dc:creator>
			<guid isPermaLink="false">413@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hi, I'm new and still learning how to use the basic framework. I'd like to drop in a background image but without changing the structure of the css stylesheet. Can someone tell me where in the following code I would place the path for the background? I've created an image file with my background in it, but every time I try to set a path it either doesn't work or it restructures my whole page. &#60;/p&#62;
&#60;p&#62;I've looked up other topics, but the code suggested doesn't work--and I don't know where to place it anyway. Any suggestion would be appreciated! &#60;/p&#62;
&#60;p&#62;Thanks in advance. :)&#60;/p&#62;
&#60;p&#62;*/&#60;/p&#62;
&#60;p&#62;/* Reset Browser Defaults */&#60;br /&#62;
@import url( 'library/media/css/reset.css' );&#60;/p&#62;
&#60;p&#62;/* Apply base theme styles and colors */&#60;br /&#62;
@import url( 'library/media/css/base.css' );&#60;/p&#62;
&#60;p&#62;/* Basic 2 Column Layout */&#60;br /&#62;
@import url( 'library/media/layouts/2col-r.css' );&#60;/p&#62;
&#60;p&#62;/* Stylistic CSS Styles */&#60;br /&#62;
@import url( 'library/media/css/screen.css' );&#60;/p&#62;
&#60;p&#62;/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */&#60;br /&#62;
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stashtea on "Contain all images in content area instead of seperate P&#039;s"</title>
			<link>http://wpframework.com/forums/topic/add-a-first-class-to-p-in#post-412</link>
			<pubDate>Wed, 16 Dec 2009 14:18:07 +0000</pubDate>
			<dc:creator>stashtea</dc:creator>
			<guid isPermaLink="false">412@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;The main purpose is to add a graphic above and below the series of images, but not above and below each image (only above the first image, and below the last image).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stashtea on "Contain all images in content area instead of seperate P&#039;s"</title>
			<link>http://wpframework.com/forums/topic/add-a-first-class-to-p-in#post-411</link>
			<pubDate>Wed, 16 Dec 2009 14:16:36 +0000</pubDate>
			<dc:creator>stashtea</dc:creator>
			<guid isPermaLink="false">411@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Is it possible to wrap single or multiple images in &#38;lt;div class=&#34;entry-content article&#34;&#38;gt; in it's own div? I want to be able to style my images and treat them as a series of images rather than an IMG in separate P's with no way of targeting them as a group.&#60;/p&#62;
&#60;p&#62;Basically I want the copy and images to be separate in the content area. I am pretty new to wordpress editing so I am confused on this one. Seems wordpress automatically wraps images and paragraphs in P's. &#60;/p&#62;
&#60;p&#62;My goal is to have something like this, note the div wrapping the series of images :&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;entry-content article&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;p&#38;gt; Lorem Ipsum &#38;lt;/p&#38;gt;&#60;br /&#62;
      &#38;lt;p&#38;gt; Lorem Ipsum &#38;lt;/p&#38;gt;&#60;br /&#62;
   &#38;lt;div class=&#34;images&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;p&#38;gt;&#38;lt;img src=&#34;#&#34; /&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
      &#38;lt;p&#38;gt;&#38;lt;img src=&#34;#&#34; /&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
      &#38;lt;p&#38;gt;&#38;lt;img src=&#34;#&#34; /&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
   &#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rayne on "Re-activate shortcodes?!"</title>
			<link>http://wpframework.com/forums/topic/re-activate-shortcodes#post-410</link>
			<pubDate>Fri, 11 Dec 2009 04:44:44 +0000</pubDate>
			<dc:creator>rayne</dc:creator>
			<guid isPermaLink="false">410@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I've integrated my template into wp-framework, but I keep having the problem that wordpress shortcodes are not working with this theme. I now have the problem that I want to add the Contact Form 7 plugin via a shortcode, but the theme just gives me the shortcode and not the contact form. &#60;/p&#62;
&#60;p&#62;I've looked through all the function php's, but couldn't find anything. How do I reactivate the shortcodes?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kobeeightjp on "Using search bar in a different sub-folder?"</title>
			<link>http://wpframework.com/forums/topic/using-search-bar-in-a-different-sub-folder#post-409</link>
			<pubDate>Sun, 06 Dec 2009 17:25:18 +0000</pubDate>
			<dc:creator>kobeeightjp</dc:creator>
			<guid isPermaLink="false">409@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hey Guys,&#60;/p&#62;
&#60;p&#62;Have a bit of a prickly one.  I have a menu that I made in wp-framework that is totally custom...only it links to the wp-framework blog.  This is possible through this code : &#38;lt;?php get_search_form(); ?&#38;gt; Now I want to have a page that is in a different sub-directory on my server to use this same search form and have it search through the wordpress blog in the other directory.   &#60;/p&#62;
&#60;p&#62;Is it possible to do this? I am having trouble envisioning how this would work.  I am guessing for starters I would need to &#34;include &#34;...some of the functions in wordpress somewhere in my document.  Can anyone give me some sense of direction with this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Johnny.K on "Constants show in Docs is different from WPFramework"</title>
			<link>http://wpframework.com/forums/topic/constants-show-in-docs-is-different-from-wpframework#post-405</link>
			<pubDate>Mon, 09 Nov 2009 05:26:56 +0000</pubDate>
			<dc:creator>Johnny.K</dc:creator>
			<guid isPermaLink="false">405@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;As show in the Docs, THEMEURI contains the &#34;URI location to the theme’s root directory&#34;, but it does not work actually. the same as the constants of WPFRAMEWORK; THEMEOPTIONS; THEMEADMIN; MOREURI; &#60;/p&#62;
&#60;p&#62;Please fixed it, thks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saffyre9 on "Remove &#187; from title?"</title>
			<link>http://wpframework.com/forums/topic/remove-raquo-from-title#post-404</link>
			<pubDate>Tue, 03 Nov 2009 16:36:47 +0000</pubDate>
			<dc:creator>saffyre9</dc:creator>
			<guid isPermaLink="false">404@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Is anyone able to help troubleshoot this? I've been through every single file associated with WP Framework and cannot find what is generating this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DebiWebi on "Styles for Page Specific Templates"</title>
			<link>http://wpframework.com/forums/topic/styles-for-page-specific-templates#post-403</link>
			<pubDate>Tue, 03 Nov 2009 10:31:56 +0000</pubDate>
			<dc:creator>DebiWebi</dc:creator>
			<guid isPermaLink="false">403@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I have a question along these lines too. Originally I posted in the WP help forum and they came back with a response that I need to use Conditional Tags. Since I don't know php, I really don't know exactly what I have to do. I want to make most of the pages in a site to have one column, and keep the 2 columns for the blog page. I'll just make a style sheet that removes the 2nd column on certain pages, right? Do I put the conditional tags in the header.php file? If so, do I just replace this:&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- Stylesheets --&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo( 'stylesheet_url' ); ?&#38;gt;&#34; type=&#34;text/css&#34; media=&#34;screen, projection&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;with this? If so, did I miss any codes or details in this? I made a &#34;home&#34; page which is the front page, is it correctly called 'home' in the tag?&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- Stylesheets --&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;if ( is_page('home','about','contact-2,'work-samplestestimonials')) {&#60;br /&#62;
  &#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo( 'stylesheet_url' ); ?&#38;gt;&#34; type=&#34;text/css&#34; media=&#34;screen, projection&#34; /&#38;gt;&#60;br /&#62;
  &#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo( 'onecol.css' ); ?&#38;gt;&#34; type=&#34;text/css&#34; media=&#34;screen, projection&#34; /&#38;gt;;&#60;/p&#62;
&#60;p&#62;} else {&#60;br /&#62;
    &#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo( 'stylesheet_url' ); ?&#38;gt;&#34; type=&#34;text/css&#34; media=&#34;screen, projection&#34; /&#38;gt;;&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://corporategiftconcierge.com/&#34; rel=&#34;nofollow&#34;&#62;http://corporategiftconcierge.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saffyre9 on "Remove &#187; from title?"</title>
			<link>http://wpframework.com/forums/topic/remove-raquo-from-title#post-402</link>
			<pubDate>Thu, 29 Oct 2009 17:45:21 +0000</pubDate>
			<dc:creator>saffyre9</dc:creator>
			<guid isPermaLink="false">402@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I've taken over management of a blog set up by someone else, and using WP Framework. I wanted to install the Headspace 2 plugin for more control over page titles and meta descriptions. I had to remove semantic_title from the &#38;lt;title&#38;gt; tag and change it back to wp_title to get it to work. However, the &#38;raquo; that WP Framework uses in title tags remains at the beginning of my page titles, so they look like&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt; Post title &#124; Some other words&#60;/p&#62;
&#60;p&#62;The code in the header looks like &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;title&#38;gt;&#38;lt;?php wp_title(); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So I can't figure out where the &#38;raquo; is coming from and how to get rid of it. Help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>albeirochoa on "Widget in footer?"</title>
			<link>http://wpframework.com/forums/topic/widget-in-footer#post-401</link>
			<pubDate>Wed, 28 Oct 2009 12:56:41 +0000</pubDate>
			<dc:creator>albeirochoa</dc:creator>
			<guid isPermaLink="false">401@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hola&#60;br /&#62;
&#60;strong&#62;I want to install Widget in the footer of wpframeword but not find how to do it&#60;/strong&#62;!!!!!!!!&#60;/p&#62;
&#60;p&#62;Quiero instalar Widget en el footer de wpframeword pero no encuento como hacerlo!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>penghuezfly on "Using customised Layout with child theme"</title>
			<link>http://wpframework.com/forums/topic/using-customised-layout-with-child-theme#post-400</link>
			<pubDate>Tue, 27 Oct 2009 15:29:21 +0000</pubDate>
			<dc:creator>penghuezfly</dc:creator>
			<guid isPermaLink="false">400@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;It's Great.&#60;br /&#62;
去年7月份去一趟&#60;a href=&#34;http://penghuezfly.web66.com.tw&#34;&#62;澎湖旅遊&#60;/a&#62;,上網找了&#60;a href=&#34;http://penghuezfly.web66.com.tw&#34;&#62;澎湖民宿&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lqunta on "Using customised Layout with child theme"</title>
			<link>http://wpframework.com/forums/topic/using-customised-layout-with-child-theme#post-399</link>
			<pubDate>Wed, 21 Oct 2009 01:51:24 +0000</pubDate>
			<dc:creator>lqunta</dc:creator>
			<guid isPermaLink="false">399@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Greetings All,&#60;/p&#62;
&#60;p&#62;Pardon me if I'm cross-posting. I have recently chosen to use WP Framework as my base theme, and, though I'm not well versed with wordpress child theme development, I'm making a fair attempt at it. As such, I'm in the process of developing a child theme. As such, I would like pointers on how I can use a custom layout with my child theme.&#60;/p&#62;
&#60;p&#62;To elaborate further, I'm trying to achieve the following with my custom child theme:&#60;/p&#62;
&#60;p&#62;HOME PAGE&#60;br /&#62;
- Featured Posts slideshow&#60;br /&#62;
- Two Tier Pages Navigation&#60;br /&#62;
- Side-Bar Newsletter sign-up&#60;br /&#62;
- Side-Bar Internal 'Adverts'&#60;/p&#62;
&#60;p&#62;CATEGORY PAGE&#60;br /&#62;
- Brief Description of Category&#60;br /&#62;
- Category Posts Listing [8 max] : Small thumbnail, Post Title, Excerpt&#60;br /&#62;
- Sub-Category Listing in Sidebar&#60;/p&#62;
&#60;p&#62;Post Page&#60;br /&#62;
- Post Title, Post Meta [ Category ],&#60;br /&#62;
- 'header' image&#60;br /&#62;
- Post&#60;br /&#62;
- Similar Posts&#60;/p&#62;
&#60;p&#62;I will greatly appreciate any walkthroughs, pointers, or advise I get from the team.&#60;/p&#62;
&#60;p&#62;Rgds
&#60;/p&#62;</description>
		</item>
		<item>
			<title>qwerty on "Links not Appearing in Categories in Blogroll"</title>
			<link>http://wpframework.com/forums/topic/links-not-appearing-in-categories-in-blogroll#post-398</link>
			<pubDate>Sat, 17 Oct 2009 12:30:33 +0000</pubDate>
			<dc:creator>qwerty</dc:creator>
			<guid isPermaLink="false">398@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;This is my first post. I love WPframework i have an unmodified version of 0.2.4.10 running on my blog. &#60;/p&#62;
&#60;p&#62;However when i categorise my blog links they always just appear under the title 'blogroll' in one big list. Does anyone have any ideas ? Is this just the way the template displays them ?&#60;/p&#62;
&#60;p&#62;Thanks in Advance James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>benjamin on "Semantic Title Separator When There Is No Wordpress Tagline"</title>
			<link>http://wpframework.com/forums/topic/semantic-title-separator-when-there-is-no-wordpress-tagline#post-397</link>
			<pubDate>Tue, 13 Oct 2009 12:24:53 +0000</pubDate>
			<dc:creator>benjamin</dc:creator>
			<guid isPermaLink="false">397@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've been using your framework for a few months now and enjoying it. I'm still finding new features to play with each time I use it. Currently, I'm building a site and not using the Wordpress tagline setting. This causes a problem in that it leaves the ndash separator after the title. I thought I'd be able to filter your semantic_title() function to change the $sep to equal nothing, but it didn't have a filter hook. I rewrote the function to check for a tagline. If there isn't one, it sets the value of $sep to &#34;&#34;. If there is a tagline, it adds a hook to filter it.&#60;/p&#62;
&#60;p&#62;The one issue I had in doing this was that I had to place the entire function in my custom_functions file and temporarily change the name of your semantic_title() function in semantic-classes.php; otherwise the page would fail to write. I thought I'd share the rewritten function here in case anyone else has had this issue come up. And to find out if I'm over-working it and that there's a simpler way.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Benjamin Gray&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
/**&#60;br /&#62;
 * semantic_title() - Generates semantic classes for the &#38;lt;title&#38;gt; tag with extra SEO love.&#60;br /&#62;
 *&#60;br /&#62;
 * @todo refactor code&#60;br /&#62;
 * @since - 0.2&#60;br /&#62;
 * @filter semantic_title&#60;br /&#62;
 */&#60;br /&#62;
function semantic_title( $sep = '&#38;ndash;' ) {&#60;/p&#62;
&#60;p&#62;	$desc = get_bloginfo( 'description' ); &#60;/p&#62;
&#60;p&#62;	if ( $desc != &#34;&#34;) : $sep = apply_filters( 'semantic_title_sep', $sep ); // Available filter: semantic_title_sep;&#60;br /&#62;
	else : $sep = &#34;&#34;;&#60;br /&#62;
	endif;&#60;/p&#62;
&#60;p&#62;	if ( is_single() ) : wp_title( '&#38;raquo;', true, 'right' ); bloginfo( 'name' );&#60;br /&#62;
	echo ( $sep );&#60;br /&#62;
	echo $desc;&#60;/p&#62;
&#60;p&#62;	elseif ( is_page() &#124;&#124; is_paged() ) : wp_title( '&#38;raquo;', true, 'right' );&#60;br /&#62;
	bloginfo( 'name' );&#60;br /&#62;
	echo ( $sep );&#60;br /&#62;
	echo $desc;&#60;/p&#62;
&#60;p&#62;	elseif ( is_author() ) : wp_title( 'Archives for ', true, 'left' );&#60;br /&#62;
	echo ( ' &#38;raquo; ' ); bloginfo( 'name' );&#60;br /&#62;
	echo ( $sep );&#60;br /&#62;
	echo $desc;&#60;/p&#62;
&#60;p&#62;	elseif ( is_archive() ) : wp_title( 'Archives for ', true, 'left' );&#60;br /&#62;
	echo ( ' &#38;raquo; ' ); bloginfo( 'name' );&#60;br /&#62;
	echo ( $sep );&#60;br /&#62;
	echo $desc;&#60;/p&#62;
&#60;p&#62;	elseif ( is_search() ) : wp_title('Search Results ', true, 'left' );&#60;br /&#62;
	echo ( ' &#38;raquo; ' ); bloginfo( 'name' );&#60;br /&#62;
	echo ( $sep );&#60;br /&#62;
	echo $desc;&#60;/p&#62;
&#60;p&#62;	elseif ( is_404() ) : wp_title( '404 Error Page Not Found ', true, 'left' );&#60;br /&#62;
	echo ( ' &#38;raquo; ' ); bloginfo( 'name' );&#60;br /&#62;
	echo ( $sep );&#60;br /&#62;
	echo $desc;&#60;/p&#62;
&#60;p&#62;	else : wp_title( '&#38;amp;raquo', true, 'left' ); bloginfo( 'name' );&#60;br /&#62;
	echo ( $sep );&#60;br /&#62;
	echo $desc;&#60;br /&#62;
	endif;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;function my_custom_title_sepr( $sep ){&#60;br /&#62;
	if($sep) {&#60;br /&#62;
		$sep = &#34; &#38;mdash; &#34;;&#60;br /&#62;
	}&#60;br /&#62;
		return  $sep;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'semantic_title_sep', 'my_custom_title_sepr' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yukino031902 on "How do you remove links from parent navigation items?"</title>
			<link>http://wpframework.com/forums/topic/how-do-you-remove-links-from-parent-navigation-items#post-396</link>
			<pubDate>Mon, 12 Oct 2009 14:36:05 +0000</pubDate>
			<dc:creator>yukino031902</dc:creator>
			<guid isPermaLink="false">396@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I need the page parent links in the navigation to not be linked. I found something in the semantic-classes.php file that mentions parent pages, but I can't figure out what to do. Please help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kobeeightjp on "Get rid of Italic Header for each comment post?"</title>
			<link>http://wpframework.com/forums/topic/get-rid-of-italic-header-for-each-comment-post#post-395</link>
			<pubDate>Fri, 09 Oct 2009 11:27:45 +0000</pubDate>
			<dc:creator>kobeeightjp</dc:creator>
			<guid isPermaLink="false">395@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I have removed every single italic call to css in my base.css file and still the names of the posters still renders italicized.  I would like to know how to remove this. Any ideas? &#60;/p&#62;
&#60;p&#62;This is the last adjustment that I need to make for my site and then Im done!&#60;/p&#62;
&#60;p&#62;This forum has been awesome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kobeeightjp on "reversing the flow of the comment form?"</title>
			<link>http://wpframework.com/forums/topic/reversing-the-flow-of-the-comment-form#post-394</link>
			<pubDate>Fri, 09 Oct 2009 11:24:15 +0000</pubDate>
			<dc:creator>kobeeightjp</dc:creator>
			<guid isPermaLink="false">394@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;you are the man Fingli.  Thanks so much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fingli on "reversing the flow of the comment form?"</title>
			<link>http://wpframework.com/forums/topic/reversing-the-flow-of-the-comment-form#post-393</link>
			<pubDate>Thu, 08 Oct 2009 08:00:52 +0000</pubDate>
			<dc:creator>Fingli</dc:creator>
			<guid isPermaLink="false">393@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Actually you have this function but it's at the bottom of the page ;)&#60;br /&#62;
I'm talking about &#60;code&#62;&#38;lt;?php if ( comments_open() ) ://show comment form ?&#38;gt;&#60;/code&#62; it should be right above where #respond begin&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php if ( comments_open() ) ://show comment form ?&#38;gt;&#60;br /&#62;
&#38;lt;!--BEGIN #respond--&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;respond&#34;&#38;gt;&#60;br /&#62;
.....&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To close this loop you need to move &#60;code&#62;&#38;lt;?php endif; //( comments_open() ) ?&#38;gt; &#60;/code&#62; from the bottom to the end of #respond block&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;!--END #respond--&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; // ( comments_open() ) ?&#38;gt;&#60;br /&#62;
.....&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That's all :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kobeeightjp on "reversing the flow of the comment form?"</title>
			<link>http://wpframework.com/forums/topic/reversing-the-flow-of-the-comment-form#post-392</link>
			<pubDate>Wed, 07 Oct 2009 15:04:33 +0000</pubDate>
			<dc:creator>kobeeightjp</dc:creator>
			<guid isPermaLink="false">392@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;by the way, I would really appreciate anyone who would try to take a crack at this. Especially given the length of the code posted above. I really am at a loss on what to do next.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kobeeightjp on "reversing the flow of the comment form?"</title>
			<link>http://wpframework.com/forums/topic/reversing-the-flow-of-the-comment-form#post-391</link>
			<pubDate>Wed, 07 Oct 2009 14:31:55 +0000</pubDate>
			<dc:creator>kobeeightjp</dc:creator>
			<guid isPermaLink="false">391@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;thanks Fingli. I rearranged it and it is working great, but now whenever I unselect the &#34;show comments&#34; section of the page it appears anyway. I can't have this at all.  How do I get this working? Here is my code:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/**&#60;br /&#62;
 * Template: Comments.php&#60;br /&#62;
 *&#60;br /&#62;
 * @package WPFramework&#60;br /&#62;
 * @subpackage Template&#60;br /&#62;
 */&#60;/p&#62;
&#60;p&#62;// Make sure comments.php doesn't get loaded directly&#60;br /&#62;
if ( !empty( $_SERVER[ 'SCRIPT_FILENAME' ] ) &#38;amp;&#38;amp; 'comments.php' == basename( $_SERVER[ 'SCRIPT_FILENAME' ] ) )&#60;br /&#62;
	die ( 'Please do not load this page directly. Thanks!' );&#60;/p&#62;
&#60;p&#62;if ( post_password_required() ) { ?&#38;gt;&#60;br /&#62;
	&#38;lt;p class=&#34;password-protected alert&#34;&#38;gt;This post is password protected. Enter the password to view comments.&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php return; } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--BEGIN #respond--&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;respond&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;div class=&#34;cancel-comment-reply&#34;&#38;gt;&#38;lt;?php cancel_comment_reply_link( 'Cancel Reply' ); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;?php if ( get_option( 'comment_registration' ) &#38;amp;&#38;amp; !is_user_logged_in() ) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;p id=&#34;login-req&#34; class=&#34;alert&#34;&#38;gt;You must be &#60;a&#62;/wp-login.php?redirect_to=&#38;lt;?php echo urlencode( get_permalink() ); ?&#38;gt;&#34;&#38;gt;logged in&#60;/a&#62; to post a comment.&#38;lt;/p&#38;gt;&#60;br /&#62;
    &#38;lt;?php else : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;!--BEGIN #comment-form--&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;form id=&#34;comment-form&#34; method=&#34;post&#34; action=&#34;&#38;lt;?php echo get_option( 'siteurl' ); ?&#38;gt;/wp-comments-post.php&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;comform&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h3 id=&#34;leave-a-reply&#34;&#38;gt;&#38;lt;img class=&#34;postpimg&#34; src=&#34;http://pcast.jeremypiersongraphics.com/bubble.jpg&#34; width=&#34;40px&#34; height=&#34;35px&#34; /&#38;gt;&#38;lt;?php comment_form_title( 'POST A PRAYER', 'Post a Prayer to %s' ); ?&#38;gt;&#38;lt;/h3&#38;gt; 		&#38;lt;?php if ( is_user_logged_in() ) : global $current_user; // If user is logged-in, then show them their identity ?&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;p class=&#34;loggedin&#34;&#38;gt;Logged in as &#60;a&#62;/wp-admin/profile.php&#34;&#38;gt;&#38;lt;?php echo $user_identity; ?&#38;gt;&#60;/a&#62;. &#60;a&#62;&#34; title=&#34;Log out of this account&#34;&#38;gt;Log out &#38;raquo;&#60;/a&#62;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;!--BEGIN #form-section-author--&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;form-section-author&#34; class=&#34;form-section&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;input name=&#34;author&#34; id=&#34;author&#34; type=&#34;text&#34; value=&#34;&#38;lt;?php echo $current_user-&#38;gt;user_nicename; ?&#38;gt;&#34; tabindex=&#34;1&#34; &#38;lt;?php if ( $req ) echo &#34;aria-required='true'&#34;; ?&#38;gt; /&#38;gt;&#60;br /&#62;
            &#38;lt;label for=&#34;author&#34;&#38;lt;?php if ( $req ) echo ' class=&#34;required&#34;'; ?&#38;gt;&#38;gt;Name&#38;lt;/label&#38;gt;&#60;br /&#62;
        &#38;lt;!--END #form-section-author--&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php else : // If user isn't logged-in, ask them for their details ?&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;!--BEGIN #form-section-author--&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;form-section-author&#34; class=&#34;form-section&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;            &#38;lt;input name=&#34;author&#34; id=&#34;author&#34; type=&#34;text&#34; value=&#34;&#38;lt;?php echo $comment_author; ?&#38;gt;&#34; tabindex=&#34;1&#34; &#38;lt;?php if ( $req ) echo &#34;aria-required='true'&#34;; ?&#38;gt; /&#38;gt;&#60;br /&#62;
            &#38;lt;label for=&#34;author&#34;&#38;lt;?php if ( $req ) echo ' class=&#34;required&#34;'; ?&#38;gt;&#38;gt;Name&#38;lt;/label&#38;gt;&#60;br /&#62;
        &#38;lt;!--END #form-section-author--&#38;gt;&#60;br /&#62;
        &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php endif; // if ( is_user_logged_in() ) ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;!--BEGIN #form-section-comment--&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;form-section-comment&#34; class=&#34;form-section&#34;&#38;gt;&#60;br /&#62;
        	&#38;lt;textarea name=&#34;comment&#34; id=&#34;comment&#34; class=&#34;inputtext&#34; tabindex=&#34;4&#34;&#38;gt;&#38;lt;/textarea&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;!--END #form-section-comment--&#38;gt;&#60;br /&#62;
        &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;!--BEGIN #form-section-actions--&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;form-section-actions&#34; class=&#34;form-section&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;button name=&#34;submit&#34; id=&#34;submit&#34; type=&#34;submit&#34; tabindex=&#34;5&#34;&#38;gt;Submit Prayer&#38;lt;/button&#38;gt;&#60;br /&#62;
			&#38;lt;?php comment_id_fields(); ?&#38;gt;&#60;br /&#62;
        &#38;lt;!--END #form-section-actions--&#38;gt;&#60;br /&#62;
        &#38;lt;/div&#38;gt;&#60;br /&#62;
 &#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;?php do_action( 'comment_form', $post-&#38;gt;ID ); // Available action: comment_form ?&#38;gt;&#60;br /&#62;
    &#38;lt;!--END #comment-form--&#38;gt;&#60;br /&#62;
    &#38;lt;/form&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php endif; // If registration required and not logged in ?&#38;gt;&#60;br /&#62;
&#38;lt;!--END #respond--&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php if ( have_comments() ) : // If comments exist for this entry, continue ?&#38;gt;&#60;br /&#62;
&#38;lt;!--BEGIN #comments--&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;comments&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( ! empty( $comments_by_type['comment'] ) ) { ?&#38;gt;&#60;br /&#62;
	&#38;lt;?php framework_discussion_title( 'comment' ); ?&#38;gt;&#60;br /&#62;
    &#38;lt;?php framework_discussion_rss(); ?&#38;gt;&#60;br /&#62;
    &#38;lt;!--BEGIN .comment-list--&#38;gt;&#60;br /&#62;
    &#38;lt;ol class=&#34;comment-list&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php wp_list_comments(array(&#60;br /&#62;
        'type' =&#38;gt; 'comment',&#60;br /&#62;
        'callback' =&#38;gt; 'framework_comments_callback',&#60;br /&#62;
        'end-callback' =&#38;gt; 'framework_comments_endcallback' )); ?&#38;gt;&#60;br /&#62;
    &#38;lt;!--END .comment-list--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( ! empty( $comments_by_type['pings'] ) ) { ?&#38;gt;&#60;br /&#62;
	&#38;lt;?php framework_discussion_title( 'pings' ); ?&#38;gt;&#60;br /&#62;
	&#38;lt;!--BEGIN .pings-list--&#38;gt;&#60;br /&#62;
    &#38;lt;ol class=&#34;pings-list&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;?php wp_list_comments(array(&#60;br /&#62;
        'type' =&#38;gt; 'pings',&#60;br /&#62;
        'callback' =&#38;gt; 'framework_pings_callback',&#60;br /&#62;
        'end-callback' =&#38;gt; 'framework_pings_endcallback' )); ?&#38;gt;&#60;br /&#62;
	&#38;lt;!--END .pings-list--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--END #comments--&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; // ( have_comments() ) ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( comments_open() ) : // show comment form ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endif; // ( comments_open() ) ?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fingli on "reversing the flow of the comment form?"</title>
			<link>http://wpframework.com/forums/topic/reversing-the-flow-of-the-comment-form#post-390</link>
			<pubDate>Sun, 04 Oct 2009 14:20:34 +0000</pubDate>
			<dc:creator>Fingli</dc:creator>
			<guid isPermaLink="false">390@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I think you should rearrange the order of blocks in &#60;strong&#62;comments.php&#60;/strong&#62;. Move the &#60;code&#62;#comment-form&#60;/code&#62; above the block &#60;code&#62;.comment-list&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
