<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>IAMWW Forums &#187; Recent Posts</title>
		<link>http://forums.iamww.com/</link>
		<description>Theme Support and Discussions on WordPress</description>
		<language>en-US</language>
		<pubDate>Sun, 01 Aug 2010 00:04:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.iamww.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.iamww.com/rss.php" rel="self" type="application/rss+xml" />

		<item>
			<title>margita on "Plugin"</title>
			<link>http://forums.iamww.com/topic.php?id=154#post-685</link>
			<pubDate>Wed, 30 Jun 2010 13:44:26 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">685@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Please, ignore the above.&#60;br /&#62;
A solution has been found - something got corrupted.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Plugin"</title>
			<link>http://forums.iamww.com/topic.php?id=154#post-684</link>
			<pubDate>Tue, 29 Jun 2010 14:03:37 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">684@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Sorry, I found a solution for the current_page_item in the header removing the HOME link:&#60;/p&#62;
&#60;p&#62;&#38;lt;li class=&#34;&#38;lt;?php if (((is_home()) &#38;amp;&#38;amp; !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?&#38;gt;current_page_item&#38;lt;?php } else { ?&#38;gt;page_item&#38;lt;?php } ?&#38;gt;&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;So, that seems to be resolved. I am now not sure if a code like this can be put into the sidebar?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Plugin"</title>
			<link>http://forums.iamww.com/topic.php?id=154#post-683</link>
			<pubDate>Tue, 29 Jun 2010 12:18:03 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">683@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Sorry to come back with the following:&#60;/p&#62;
&#60;p&#62;in another post I asked how I could remove HOME from the menu.&#60;br /&#62;
You very kindly advised me to remove:&#60;/p&#62;
&#60;p&#62;&#38;lt;ul class=&#34;navlist&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;li class=&#34;&#38;lt;?php if (((is_home()) &#38;amp;&#38;amp; !(is_paged())) or (is_archive()) or&#60;br /&#62;
(is_single()) or (is_paged()) or (is_search())) { ?&#38;gt;current_page_item&#38;lt;?php } else { ?&#38;gt;page_item&#38;lt;?php } ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
&#60;a&#62;&#34;&#38;gt;home&#60;/a&#62;&#60;br /&#62;
        &#38;lt;?php wp_list_pages('sort_column=menu_order&#38;amp;depth=1&#38;amp;title_li='); ?&#38;gt;&#60;br /&#62;
	&#38;lt;?php wp_register('&#60;/p&#62;
&#60;li&#62;','&#60;/li&#62;
&#60;p&#62;'); ?&#38;gt;&#60;br /&#62;
	&#38;lt;li class=&#34;headright&#34;&#38;gt;&#38;lt;a href=&#34;javascript:;&#34; onmousedown=&#34;toggleDiv('slickbox');&#34;&#60;br /&#62;
title=&#34;Browse the archives&#34;&#38;gt;browse ↓&#60;/p&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;p&#62;&#38;lt;ul class=&#34;navlist&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;?php wp_list_pages('sort_column=menu_order&#38;amp;depth=1&#38;amp;title_li='); ?&#38;gt;&#60;br /&#62;
	&#38;lt;?php wp_register('&#60;/p&#62;
&#60;li&#62;','&#60;/li&#62;
&#60;p&#62;'); ?&#38;gt;&#60;br /&#62;
	&#38;lt;li class=&#34;headright&#34;&#38;gt;&#38;lt;a href=&#34;javascript:;&#34; onmousedown=&#34;toggleDiv('slickbox');&#34;&#60;br /&#62;
title=&#34;Browse the archives&#34;&#38;gt;browse&#60;/p&#62;
&#60;p&#62;This worked as I said before. However, I then found out that this action&#60;br /&#62;
also eliminated the &#34;current_page_item&#34; capabilities. This means that I would not be&#60;br /&#62;
able to style &#34;current_page_items&#34;.&#60;/p&#62;
&#60;p&#62;Would you be able to advise me how to remove the HOME link, but keep&#60;br /&#62;
the &#34;current_page_items&#34; coding?&#60;/p&#62;
&#60;p&#62;In connection with this, this is exactly the problem I am having with styling the sidebar subpages in CSS. The sidebar page widget is not showing the &#34;current_page-items&#34;&#60;br /&#62;
in the page source in my browser. I did manage to hide the subpages with the help of&#60;br /&#62;
CSS, but I am unable to display the subpages on the current page because&#60;br /&#62;
the &#34;current-page_item&#34; is not being added.&#60;/p&#62;
&#60;p&#62;Sorry for bothering you again - I hope to hear from you.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Plugin"</title>
			<link>http://forums.iamww.com/topic.php?id=154#post-682</link>
			<pubDate>Tue, 22 Jun 2010 15:03:52 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">682@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;margita - That would be one way you could do it.  You want your output to be in the flow of the list items, so that's probably where I would do it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Plugin"</title>
			<link>http://forums.iamww.com/topic.php?id=154#post-681</link>
			<pubDate>Tue, 22 Jun 2010 12:50:38 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">681@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Many thanks.&#60;/p&#62;
&#60;p&#62;I am still trying.&#60;/p&#62;
&#60;p&#62;Just to confer with you: I am using sidebarleft. Would I be right&#60;br /&#62;
in thinking that I would have to put the code in the ul id section sidebarleft&#60;br /&#62;
and use the tag &#38;lt;li id = &#34;pages-2&#34; as this is what comes up when&#60;br /&#62;
I analyze the page in the browser?&#60;br /&#62;
Or can the whole code be put in the top section&#60;br /&#62;
of the sidebar.php without the tag &#38;lt;li id =&#34;pages-2&#34;?&#60;/p&#62;
&#60;p&#62;I would really like to get to the bottom of this.&#60;/p&#62;
&#60;p&#62;Best regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Plugin"</title>
			<link>http://forums.iamww.com/topic.php?id=154#post-680</link>
			<pubDate>Tue, 22 Jun 2010 11:53:39 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">680@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;margita - I don't have any experience with what you are trying to do.  I don't know of a plugin that will do this out of the box.  In your code, changing the header tags shouldn't matter on whether it works or not.&#60;/p&#62;
&#60;p&#62;You are probably going to have to custom code something in the sidebar.php file to make this happen.  I do believe you are on the right track using the &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_list_pages&#34;&#62;wp_list_pages&#60;/a&#62; function.&#60;/p&#62;
&#60;p&#62;Since I am not familiar with trying to implement this and it is not specific to my theme, you would probably get a better answer if you asked this question on the &#60;a href=&#34;http://wordpress.org/support/&#34;&#62;WordPress forums&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Plugin"</title>
			<link>http://forums.iamww.com/topic.php?id=154#post-679</link>
			<pubDate>Tue, 22 Jun 2010 07:39:54 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">679@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;I very much apologise for coming back to this question.&#60;br /&#62;
I have been trying to display subpages or subcategories only when&#60;br /&#62;
the parent page or category is clicked in the sidebar.&#60;/p&#62;
&#60;p&#62;I have pasted countless suggested codes into the sidebar.php, but nothing&#60;br /&#62;
worked. I noticed that the sidebar widget I have in my sidebar is classed&#60;br /&#62;
as &#34;pages-2&#34; and the category one as &#34;category-2&#34;.&#60;/p&#62;
&#60;p&#62;For the pages I tried for example this code:&#60;br /&#62;
&#38;lt;li id=&#34;pages-2&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
                    if($post-&#38;gt;post_parent)&#60;br /&#62;
                    $children = wp_list_pages(&#34;title_li=&#38;amp;child_of=&#34;.$post-&#38;gt;post_parent.&#34;&#38;amp;echo=0&#34;);&#60;br /&#62;
                    else&#60;br /&#62;
                    $children = wp_list_pages(&#34;title_li=&#38;amp;child_of=&#34;.$post-&#38;gt;ID.&#34;&#38;amp;echo=0&#34;);&#60;br /&#62;
                    if ($children) { ?&#38;gt;&#60;br /&#62;
                    &#38;lt;h2&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
$parent_title = get_the_title($post-&#38;gt;post_parent);&#60;br /&#62;
echo $parent_title;&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
                    &#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;
                    &#38;lt;?php echo $children; ?&#38;gt;
                    &#60;/ul&#62;
&#60;p&#62;         	&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;I tried all kinds of combinations with &#38;lt;h3&#38;gt; and &#38;lt;h2&#38;gt; - nothing worked.&#60;br /&#62;
The same thing hapened when I tried the categories code.&#60;/p&#62;
&#60;p&#62;The sidebar.php does not list anything on pages, so I tried to add a code to&#60;br /&#62;
the page.php, but it didn't work either.&#60;/p&#62;
&#60;p&#62;I know I have taken up a lot of your time before, so I apologise for having to&#60;br /&#62;
come back to you again and I hope you will forgive me, but I would really very&#60;br /&#62;
much like to find out why I am not succeeding.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boogan on "How do I remove &#34;Register&#34; from the Navagation Bar?"</title>
			<link>http://forums.iamww.com/topic.php?id=155#post-678</link>
			<pubDate>Wed, 16 Jun 2010 16:01:15 +0000</pubDate>
			<dc:creator>boogan</dc:creator>
			<guid isPermaLink="false">678@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;That was way too easy.  Thanks a bunch!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "How do I remove &#34;Register&#34; from the Navagation Bar?"</title>
			<link>http://forums.iamww.com/topic.php?id=155#post-677</link>
			<pubDate>Thu, 10 Jun 2010 20:41:40 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">677@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Go to WordPress admin &#38;gt; General settings and remove the check for &#34;Anyone can register&#34; then save the settings.  However, if you still want to allow registration and just remove the link, edit the header.php theme file and remove the following line of code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php wp_register(&#38;#39;&#38;lt;li&#38;gt;&#38;#39;,&#38;#39;&#38;lt;/li&#38;gt;&#38;#39;); ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boogan on "How do I remove &#34;Register&#34; from the Navagation Bar?"</title>
			<link>http://forums.iamww.com/topic.php?id=155#post-676</link>
			<pubDate>Thu, 10 Jun 2010 18:11:31 +0000</pubDate>
			<dc:creator>boogan</dc:creator>
			<guid isPermaLink="false">676@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;How do I remove &#34;Register&#34; from the Navagation Bar?  I love the theme, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Plugin"</title>
			<link>http://forums.iamww.com/topic.php?id=154#post-675</link>
			<pubDate>Sun, 06 Jun 2010 11:50:53 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">675@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I hope you can help with the following:&#60;/p&#62;
&#60;p&#62;I installed several plugins for subpage listing - such as&#60;br /&#62;
Hierarchical Pages and Flexi Pages Widget.&#60;br /&#62;
I would like pages to be shown in the sidebar without&#60;br /&#62;
the subpages, but show the subpages only when the current&#60;br /&#62;
page which has subpages is clicked.&#60;/p&#62;
&#60;p&#62;None of the plugins have worked. So I was wondering if&#60;br /&#62;
I have to alter a code somewhere in sidebar.php?&#60;/p&#62;
&#60;p&#62;Many thanks.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-674</link>
			<pubDate>Mon, 24 May 2010 13:47:35 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">674@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;A BIG THANK YOU.&#60;/p&#62;
&#60;p&#62;This is a relief.&#60;/p&#62;
&#60;p&#62;Best wishes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-673</link>
			<pubDate>Mon, 24 May 2010 13:11:22 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">673@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Looks like it's working fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-672</link>
			<pubDate>Mon, 24 May 2010 12:19:36 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">672@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I found the following code in the index.php, category.php and archive.php&#60;br /&#62;
under the post and except class:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php the_content('Continue reading...', FALSE, '', 100); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;p&#62;&#38;lt;?php the_content('Read more...'); ?&#38;gt; (for the post - I changed the words when&#60;br /&#62;
I started with the set up).&#60;/p&#62;
&#60;p&#62;I have replaced the codes in all the templates with:&#60;br /&#62;
&#38;lt;?php the_excerpt(); ?&#38;gt;&#60;br /&#62;
&#60;a&#62;&#34; title=&#34;Read the rest of &#38;lt;?php the_title(); ?&#38;gt;&#34;&#60;br /&#62;
class=&#34;more-link&#34;&#38;gt;Read more&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is all working fine. I hope I have done the correct thing?&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-671</link>
			<pubDate>Sun, 23 May 2010 13:09:06 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">671@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;I'm not sure what you are exactly looking for but, I think you are now referring to the links at the bottom of the excerpt on category pages.&#60;/p&#62;
&#60;p&#62;The category.php file contains the following code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php the_content_rss(&#38;#39;Continue Reading...&#38;#39;, FALSE, &#38;#39;&#38;#39;, 100); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is what is displaying your content excerpt and the &#34;Continue Reading...&#34; link.  This title of the article and this link both point to the posts page.  If you wanted a link pointing to the post's page at the top of the posts in the categories, you could use something like the the_permalink function - &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/the_permalink&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/the_permalink&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-670</link>
			<pubDate>Sun, 23 May 2010 08:55:58 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">670@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;MANY THANKS!&#60;/p&#62;
&#60;p&#62;I succeeded in changing the header for the navigation.&#60;br /&#62;
I also managed to move the search fields down a little.&#60;br /&#62;
This displays very well in Firefox, but in IE8 it is not aligning&#60;br /&#62;
the way it does in Firefox - I tried to manipulate the relative position&#60;br /&#62;
a little with margins set to 0, but it is not exactly wonderful in IE&#60;/p&#62;
&#60;p&#62;The &#34;Read more&#34; link is on the Articles page and the &#34;Continue reading&#34; link&#60;br /&#62;
is in the archives link in the side bar. I am puzzled because you mention the&#60;br /&#62;
&#38;lt;?php the_content_rss(); ?&#38;gt; function which I didn't find anywhere in your templates.&#60;br /&#62;
I would like to keep these links if this is possible, displaying the destination&#60;br /&#62;
page starting at the top, not the middle.&#60;/p&#62;
&#60;p&#62;I am emailing you the url of the site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-669</link>
			<pubDate>Sat, 22 May 2010 22:37:25 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">669@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;I'm still not understanding what you mean by the &#34;Continue Reading&#34; links.  Send me a link to your site to wmwilkins at gmail dot com and I will try to help.&#60;/p&#62;
&#60;p&#62;To remove the home link from the header change this code in the header.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;navlist&#38;quot;&#38;gt;
	&#38;lt;li class=&#38;quot;&#38;lt;?php if (((is_home()) &#38;amp;&#38;amp; !(is_paged())) or (is_archive()) or
(is_single()) or (is_paged()) or (is_search())) { ?&#38;gt;current_page_item&#38;lt;?php } else { ?&#38;gt;page_item&#38;lt;?php } ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;home&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
        &#38;lt;?php wp_list_pages(&#38;#39;sort_column=menu_order&#38;amp;depth=1&#38;amp;title_li=&#38;#39;); ?&#38;gt;
	&#38;lt;?php wp_register(&#38;#39;&#38;lt;li&#38;gt;&#38;#39;,&#38;#39;&#38;lt;/li&#38;gt;&#38;#39;); ?&#38;gt;
	&#38;lt;li class=&#38;quot;headright&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;javascript:;&#38;quot; onmousedown=&#38;quot;toggleDiv(&#38;#39;slickbox&#38;#39;);&#38;quot;
title=&#38;quot;Browse the archives&#38;quot;&#38;gt;browse ↓&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;navlist&#38;quot;&#38;gt;
	&#38;lt;?php wp_list_pages(&#38;#39;sort_column=menu_order&#38;amp;depth=1&#38;amp;title_li=&#38;#39;); ?&#38;gt;
	&#38;lt;?php wp_register(&#38;#39;&#38;lt;li&#38;gt;&#38;#39;,&#38;#39;&#38;lt;/li&#38;gt;&#38;#39;); ?&#38;gt;
	&#38;lt;li class=&#38;quot;headright&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;javascript:;&#38;quot; onmousedown=&#38;quot;toggleDiv(&#38;#39;slickbox&#38;#39;);&#38;quot;
title=&#38;quot;Browse the archives&#38;quot;&#38;gt;browse ↓&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>margita on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-668</link>
			<pubDate>Sat, 22 May 2010 16:07:34 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">668@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Many thanks for this.&#60;/p&#62;
&#60;p&#62;I will play with the search box and hope to succeed.&#60;/p&#62;
&#60;p&#62;Regarding the &#34;more links&#34;, I take it that it also applies&#60;br /&#62;
to &#34;Continue reading&#34;. Do you mean to say that I should not use&#60;br /&#62;
them at all? What can I use instead of &#34;read more&#34; as I would&#60;br /&#62;
like to have only a few lines on that page and have the full&#60;br /&#62;
article on another page?&#60;/p&#62;
&#60;p&#62;I succeeded in changing the front page to the static page and&#60;br /&#62;
creating another link for the posts. Howver, I am having great difficulty&#60;br /&#62;
in editing the navigation links in the header.php. I am not sure&#60;br /&#62;
how I can delete &#34;Home&#34; and have the navigation bar show only&#60;br /&#62;
&#34;About&#34; instead of the default &#34;Home&#34; which is still there.&#60;/p&#62;
&#60;p&#62;Sorry for asking more questions about this and I am very grateful for your&#60;br /&#62;
patience.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-667</link>
			<pubDate>Sat, 22 May 2010 15:34:14 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">667@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;The main navigation links are in the header.php file.&#60;/p&#62;
&#60;p&#62;Once you have removed the RSS feed, you will need to adjust the CSS for the #global-search div and the enclosed elements to get the  alignment that you want.  Adjusting the top margin or padding should allow you to move the elements down.&#60;/p&#62;
&#60;p&#62;The &#34;read more&#34; links should not show up on the post's page at all.  The theme uses the old &#60;code&#62;&#38;lt;?php the_content_rss(); ?&#38;gt;&#60;/code&#62; function to insert the link to the full post.  You can read more about it &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/the_content_rss&#34;&#62;here&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-666</link>
			<pubDate>Sat, 22 May 2010 14:23:46 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">666@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Many thanks for your kind reply.&#60;br /&#62;
I will try this out and I hope I'll succeed. I take it that I will have to find the navigation links in one of the templates to change them.&#60;/p&#62;
&#60;p&#62;I hope you won't mind if I ask about the following:&#60;/p&#62;
&#60;p&#62;I have changed the size of the search box and input field in the header.&#60;br /&#62;
This is OK, but I would like to align the bottom of these two boxes.&#60;br /&#62;
I haven't worked out how to do this. They look OK, but are slightly out&#60;br /&#62;
of alignment at the bottom. I will also delete the RSS feed below and&#60;br /&#62;
I will need to move the search box plus input field down. Could you possibly&#60;br /&#62;
advise me on this?&#60;/p&#62;
&#60;p&#62;The other question is on &#34;Read more&#34; and &#34;Continue reading&#34; links.&#60;br /&#62;
These link end up in the middle on the relevant pages. I would prefer&#60;br /&#62;
them to end up on the page in the normal way (starting at the top).&#60;br /&#62;
I haven't worked out how to do this either - I can't find the reference.&#60;br /&#62;
Could you help me with this as well?&#60;/p&#62;
&#60;p&#62;Many thanks and best wishes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-665</link>
			<pubDate>Sat, 22 May 2010 12:55:40 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">665@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;It sounds like you are figuring it out.  Changing the content and sidebar float directions and the margins on those containers should fix the layout to how you want it.&#60;/p&#62;
&#60;p&#62;Most of the font-sizes are based on ems, so if you change the wrong setting somewhere it could make all of the font-sizes change.&#60;/p&#62;
&#60;p&#62;You should also be able to create a static front-page using the instructions &#60;a href=&#34;http://codex.wordpress.org/Creating_a_Static_Front_Page&#34;&#62;here&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-664</link>
			<pubDate>Sat, 22 May 2010 05:11:55 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">664@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Many thanks for your reply.&#60;/p&#62;
&#60;p&#62;I think I managed to move the left sidebar to the right by editing&#60;br /&#62;
the style sheet: float right. Both sidebarright and sidebar left are now&#60;br /&#62;
on the right in one column as I wanted. I hope I did it correctly.&#60;br /&#62;
Also, if I wanted to move all the sidebars to the left and the post content&#60;br /&#62;
to the right, I take it that all I would need to do would be to edit&#60;br /&#62;
the direction of the float in the CSS for all the elements?&#60;/p&#62;
&#60;p&#62;I would be grateful if you could look at my site, but I am trying out the site at the moment - can I email you privately the name of the site?&#60;/p&#62;
&#60;p&#62;I like your template very much and I have a couple of questions:&#60;br /&#62;
1. When I change the size of the font, the font appears to be smaller than&#60;br /&#62;
it should be, so I have to increase it. Is this normal?&#60;br /&#62;
2. I am not sure if I can ask this question here or create another post for it:&#60;br /&#62;
is it possible to have the About page as the landing page instead of the&#60;br /&#62;
Home (for Posts) as it is in your template?&#60;/p&#62;
&#60;p&#62;Many thanks again for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-663</link>
			<pubDate>Fri, 21 May 2010 23:27:20 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">663@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Do you have a site we can see?  What instructions did you follow?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>margita on "Another sidebar question"</title>
			<link>http://forums.iamww.com/topic.php?id=153#post-662</link>
			<pubDate>Wed, 19 May 2010 13:58:13 +0000</pubDate>
			<dc:creator>margita</dc:creator>
			<guid isPermaLink="false">662@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;I apologize beforehand if this question has been dealt with before.&#60;br /&#62;
Actually it has been asked before, but it didn't work for me:&#60;br /&#62;
I am trying out the IAMWW w2 dnd template and followed the instructions&#60;br /&#62;
to change the two sidebars into one. Alas, it didn't work - the sidebar has&#60;br /&#62;
completely disappeared. I also made sure I changed the sidebarright and sidebarleft&#60;br /&#62;
to sidebar1 and sidebar2 in the stylesheet.&#60;/p&#62;
&#60;p&#62;I would be most grateful for your help.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "media gallery not working"</title>
			<link>http://forums.iamww.com/topic.php?id=151#post-661</link>
			<pubDate>Fri, 07 May 2010 23:57:49 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">661@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Thanks for sharing the fix Tipiloo.  That Sandbox function is probably left over from before the days when WordPress had the built in gallery shortcodes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tipiloo on "media gallery not working"</title>
			<link>http://forums.iamww.com/topic.php?id=151#post-660</link>
			<pubDate>Fri, 07 May 2010 18:44:27 +0000</pubDate>
			<dc:creator>Tipiloo</dc:creator>
			<guid isPermaLink="false">660@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;I guess I did figure my way around the problem - but I'll elaborate here in case anyone else also faces it.&#60;/p&#62;
&#60;p&#62;More specifically, my problem was that no images show up at all when I insert a gallery. I narrowed the problem to a conflict with the theme. I don't know what is the conflict but it's fixed if in the file functions.php I comment out the line:&#60;/p&#62;
&#60;p&#62;add_shortcode( 'gallery', 'sandbox_gallery' );&#60;/p&#62;
&#60;p&#62;This is easier than commenting out the actual function sandbox_gallery() - which is what I did at first.&#60;/p&#62;
&#60;p&#62;So now I can add a gallery BUT if I also want the gallery to work with fancybox for wordpress, it doesn't (weirdness I can't easily describe). This I fixed with a small change to styles.css&#60;/p&#62;
&#60;p&#62;In the constants area there is a line:&#60;br /&#62;
a{background: inherit;color:#3B3B3B;text-decoration:none;outline: none;font-weight: bold;}&#60;/p&#62;
&#60;p&#62;fancybox works if I remove background: inherit - so that it looks like this:&#60;br /&#62;
a{color:#3B3B3B;text-decoration:none;outline: none;font-weight: bold;}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "media gallery not working"</title>
			<link>http://forums.iamww.com/topic.php?id=151#post-659</link>
			<pubDate>Thu, 06 May 2010 23:57:43 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">659@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;I'm note sure what you mean about the &#34;gallery function in functions.php&#34;, but did that solve your issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tipiloo on "media gallery not working"</title>
			<link>http://forums.iamww.com/topic.php?id=151#post-658</link>
			<pubDate>Tue, 04 May 2010 16:56:18 +0000</pubDate>
			<dc:creator>Tipiloo</dc:creator>
			<guid isPermaLink="false">658@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;If I comment out the gallery function in functions.php it works. At least it's a work-around.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "image in &#34;about me&#34; text"</title>
			<link>http://forums.iamww.com/topic.php?id=152#post-657</link>
			<pubDate>Tue, 04 May 2010 01:13:50 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">657@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;You'll have to target the positioning of the image with CSS.  Position the image with something like the snippet below...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#sidebar li.about img&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shannalg on "image in &#34;about me&#34; text"</title>
			<link>http://forums.iamww.com/topic.php?id=152#post-656</link>
			<pubDate>Sun, 02 May 2010 23:27:00 +0000</pubDate>
			<dc:creator>shannalg</dc:creator>
			<guid isPermaLink="false">656@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Is it possible to post an image in the &#34;about me&#34; text and keep the text as well?  I've tried, but then my image covers the text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tipiloo on "media gallery not working"</title>
			<link>http://forums.iamww.com/topic.php?id=151#post-655</link>
			<pubDate>Sun, 02 May 2010 08:35:04 +0000</pubDate>
			<dc:creator>Tipiloo</dc:creator>
			<guid isPermaLink="false">655@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Hi there!&#60;br /&#62;
I'm trying to create a page containing a media gallery (no plugins) and it doesn't work. No images show up. But when I switch the theme to anything else the images are all there. Any clues to how to fix this would be greatly appreciated. &#60;/p&#62;
&#60;p&#62;I'll just take this opportunity to also mention how much I love the minimalizm of this theme.  Thanks for creating &#38;amp; maintaining it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Real problems with Internet Explorer"</title>
			<link>http://forums.iamww.com/topic.php?id=150#post-654</link>
			<pubDate>Sun, 25 Apr 2010 22:46:42 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">654@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Charlotte - Flash/Youtube embeds aren't usually going to validate, but they shouldn't break the display of your site if everything else validates and embed tags are closed properly...&#60;/p&#62;
&#60;p&#62;To try getting the main content background to learn first, you could try declaring the background color earlier in the stylesheet.&#60;/p&#62;
&#60;p&#62;Put this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#container {background:#fff;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;As one of the first things in your stylesheet.&#60;/p&#62;
&#60;p&#62;I'm not sure how much this will help though.  The main issue with the content background being delayed in loading is the amount of content that you are displaying on the site, the videos loading and all of the stylesheets and JavaScript that is loading on the site.  Some of the extra assets are being loaded by plugins you are using.  The site takes an average of 3 seconds to load.&#60;/p&#62;
&#60;p&#62;Another thing that may be delaying the site load is that you have two different Google Analytics tracking codes loading on the site.  One is the old urchin.js and the other is the new ga.js.  You should be able to remove the old urchin.js tracking code.  The new ga.js codes are also loading after the ending body and html tags.  These should be inserted before the ending body tag.  These items may be loaded by a plugin so I would check into that too.  Screenshot: &#60;a href=&#34;http://drp.ly/T072Y&#34; rel=&#34;nofollow&#34;&#62;http://drp.ly/T072Y&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My best advise would be to clean up the HTML as much as possible, get rid of any plugins, CSS and JavaScript that you don't need and then look into a caching plugin like W3 Total Cache.  These steps will help your site load fast.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Charlotte on "Real problems with Internet Explorer"</title>
			<link>http://forums.iamww.com/topic.php?id=150#post-653</link>
			<pubDate>Sun, 25 Apr 2010 18:27:50 +0000</pubDate>
			<dc:creator>Charlotte</dc:creator>
			<guid isPermaLink="false">653@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Thanks so much for this. That did really help.&#60;/p&#62;
&#60;p&#62;I'm now working my way through the errors and it seems to be going well. It really doesn't seem to like youtube embed codes though.&#60;/p&#62;
&#60;p&#62;I have one last (hopefully) question, and I know it's a really dumb one, but how do you get the background of the main content to load first, it loads last for me and would be better the other way round.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Charlotte
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamww on "Real problems with Internet Explorer"</title>
			<link>http://forums.iamww.com/topic.php?id=150#post-652</link>
			<pubDate>Sun, 25 Apr 2010 13:25:28 +0000</pubDate>
			<dc:creator>iamww</dc:creator>
			<guid isPermaLink="false">652@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;I can almost guarantee most of the IE display errors are because of the broken site structure.  The biggest issue that needs to be fixed first is that the favicon link is being output into the page before the DOCTYPE declaration.&#60;/p&#62;
&#60;p&#62;If you view the source of the site, you will see this as the first line in the HTML:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;shortcut icon&#38;quot; type=&#38;quot;image/x-icon&#38;quot; href=&#38;quot;http://www.fromwithinfilms.com/wp-content/uploads/2010/02/favicon.ico&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if you have put this in your theme files or it is being inserted by a plugin.  Either way, that statement should be inside the &#38;lt;head&#38;gt; element, not before the DOCTYPE declaration.&#60;/p&#62;
&#60;p&#62;I believe once that is fixed, you should be able to start walking through the validation errors and fixing some problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Charlotte on "Real problems with Internet Explorer"</title>
			<link>http://forums.iamww.com/topic.php?id=150#post-651</link>
			<pubDate>Sun, 25 Apr 2010 07:47:50 +0000</pubDate>
			<dc:creator>Charlotte</dc:creator>
			<guid isPermaLink="false">651@http://forums.iamww.com/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Really hoping this is an easy fix. I'm working on &#60;a href=&#34;http://www.thedocumentaryblog.com&#34; rel=&#34;nofollow&#34;&#62;http://www.thedocumentaryblog.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The site works fine in Firefox and Safari. I've run it through tests in various versions of I.E. and it seems to be dying. One version puts the entire site justified to the left and wont load properly, others put the footer to the right.&#60;/p&#62;
&#60;p&#62;I ran it through the validator and got over 100 errors, a lot of which are just othe css things I can fix easily but it doesn't seem to recognise the DOCTYPE declaration that's in header.php (I don't think I moved it, isn't this where it's placed in the theme?)&#60;/p&#62;
&#60;p&#62;I have this at the top of header.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!DOCTYPE html PUBLIC &#38;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&#38;quot; &#38;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#38;quot;&#38;gt;
&#38;lt;html xmlns=&#38;quot;http://www.w3.org/1999/xhtml&#38;quot; &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;
&#38;lt;head profile=&#38;quot;http://gmpg.org/xfn/11&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any advice/suggestions would be really appreciated, I'm beyond stuck.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
C
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
