<?xml version="1.0"?><!-- 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>Blog Oh! Blog Forums Topic: techicon 1.0 more space</title>
<link>http://www.blogohblog.com/forums/</link>
<description>Blog Oh! Blog Forums Topic: techicon 1.0 more space</description>
<language>en</language>
<pubDate>Thu, 08 Jan 2009 11:48:17 +0000</pubDate>

<item>
<title>55940301 on "techicon 1.0 more space"</title>
<link>http://www.blogohblog.com/forums/topic/techicon-10-more-space#post-582</link>
<pubDate>Wed, 02 Jul 2008 22:46:18 +0000</pubDate>
<dc:creator>55940301</dc:creator>
<guid isPermaLink="false">582@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;is no one able to guide me?
&#60;/p&#62;</description>
</item>
<item>
<title>55940301 on "techicon 1.0 more space"</title>
<link>http://www.blogohblog.com/forums/topic/techicon-10-more-space#post-563</link>
<pubDate>Fri, 27 Jun 2008 15:01:35 +0000</pubDate>
<dc:creator>55940301</dc:creator>
<guid isPermaLink="false">563@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;It seems like the code above should work, but the change I see on my computer isn't reflected when I make the change on-line.  Is there something I'm missing with the php code?
&#60;/p&#62;</description>
</item>
<item>
<title>55940301 on "techicon 1.0 more space"</title>
<link>http://www.blogohblog.com/forums/topic/techicon-10-more-space#post-545</link>
<pubDate>Mon, 23 Jun 2008 11:54:04 +0000</pubDate>
<dc:creator>55940301</dc:creator>
<guid isPermaLink="false">545@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;BTW - I'm using an application called goodpage to change the div tages.  One pro about the application is that it allows you to view the layout of the code, structure and browser using php code.  I was able to create a one page basic template that shows how the div tages all come together.  My problem is that it in goodpage the tags look right in the browser, but when I make the changes live it dosen't work.&#60;/p&#62;
&#60;p&#62;&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#38;gt;&#60;br /&#62;
&#38;lt;head profile=&#34;http://gmpg.org/xfn/11&#34;&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;&#38;lt;?php bloginfo('html_type'); ?&#38;gt;; charset=&#38;lt;?php bloginfo('charset'); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt; &#38;lt;?php if ( is_single() ) { ?&#38;gt; &#38;raquo; Blog Archive &#38;lt;?php } ?&#38;gt; &#38;lt;?php wp_title(); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;meta name=&#34;generator&#34; content=&#34;WordPress &#38;lt;?php bloginfo('version'); ?&#38;gt;&#34; /&#38;gt; &#38;lt;!-- leave this for stats --&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;style.css&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;alternate&#34; type=&#34;application/rss+xml&#34; title=&#34;&#38;lt;?php bloginfo('name'); ?&#38;gt; RSS Feed&#34; href=&#34;&#38;lt;?php bloginfo('rss2_url'); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=&#34;pingback&#34; href=&#34;&#38;lt;?php bloginfo('pingback_url'); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;?php wp_head(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php include (TEMPLATEPATH . '/queries.php'); ?&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;wrapper&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;topbar&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;topbarleft&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;navigation&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;ul id=&#34;menu&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;li class=&#34;&#38;lt;?php if (((is_home()) &#38;#38;&#38;#38; !(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;a&#62;&#34;&#38;gt;Home&#38;lt;?php echo $langblog;?&#38;gt;&#60;/a&#62;&#60;br /&#62;
                &#38;lt;?php wp_list_pages('sort_column=menu_order&#38;#38;depth=1&#38;#38;title_li='); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;topbarright&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php include(TEMPLATEPATH . '/searchform.php'); ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;header&#34;&#38;gt;&#38;lt;h1&#38;gt;&#60;a&#62;/&#34;&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;/a&#62;&#38;lt;/h1&#38;gt;&#38;lt;h2&#38;gt;&#38;lt;?php echo bloginfo('description'); ?&#38;gt;&#38;lt;/h2&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;recent&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;titles&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;title1&#34;&#38;gt;Latest Posts &#38;raquo;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;title2&#34;&#38;gt;Latest Comments &#38;raquo;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;title3&#34;&#38;gt;Popular Posts &#38;raquo;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;values&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;value1&#34;&#38;gt;&#38;lt;?php get_archives('postbypost', '5', 'custom', '&#38;raquo; ', '&#60;br /&#62;'); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;value2&#34;&#38;gt;&#38;lt;?php src_simple_recent_comments(5); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;value3&#34;&#38;gt;&#38;lt;?php mdv_most_commented(); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;main&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;entry&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;post&#34; id=&#34;post-&#38;lt;?php the_ID(); ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;h2&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h2&#38;gt;&#60;br /&#62;
				&#38;lt;small&#38;gt;Written by &#38;lt;?php the_author() ?&#38;gt; on &#34;&#38;gt;&#38;lt;?php unset($previousday); printf(__('%1$s &#38;#8211; %2$s'), the_date('', '', '', false), get_the_time()) ?&#38;gt;&#38;lt;/small&#38;gt;&#60;/p&#62;
&#60;p&#62;					&#38;lt;div class=&#34;postbg&#34;&#38;gt;&#38;lt;?php the_content('Read more &#38;raquo;'); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;
&#38;lt;?php the_tags('Tags: ', ', ', '&#60;br /&#62;'); ?&#38;gt;Posted in &#38;lt;?php the_category(', ') ?&#38;gt; &#124; &#38;lt;?php edit_post_link('Edit', '', ' &#124; '); ?&#38;gt;  &#38;lt;?php comments_popup_link('No Comments &#38;#187;', '1 Comment &#38;#187;', '% Comments &#38;#187;'); ?&#38;gt;&#60;br /&#62;
			&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class=&#34;navigation&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;alignleft&#34;&#38;gt;&#38;lt;?php next_posts_link('&#38;laquo; Older Entries') ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;alignright&#34;&#38;gt;&#38;lt;?php previous_posts_link('Newer Entries &#38;raquo;') ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php else : ?&#38;gt;&#60;br /&#62;
		&#38;lt;div class=&#34;post&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;h2 class=&#34;center search&#34;&#38;gt;Search could not find anything!&#38;lt;/h2&#38;gt;&#60;br /&#62;
		&#38;lt;p class=&#34;center&#34;&#38;gt;Sorry, but you are looking for something that isn't here.&#38;lt;/p&#38;gt;&#60;br /&#62;
        &#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;div id=&#34;sidebar&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;subscribe&#34;&#38;gt;&#60;br /&#62;
test&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;div id=&#34;sidebar1&#34;&#38;gt;side 1&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;sidebar2&#34;&#38;gt;side 2&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;sidebar3&#34;&#38;gt;side 3&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;br clear=&#34;all&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;footer&#34;&#38;gt;&#60;br /&#62;
&#60;a href=&#34;http://www.blogohblog.com&#34;&#62;Wordpress Theme by Jai Nischal Verma&#60;/a&#62;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>55940301 on "techicon 1.0 more space"</title>
<link>http://www.blogohblog.com/forums/topic/techicon-10-more-space#post-541</link>
<pubDate>Sun, 22 Jun 2008 22:38:44 +0000</pubDate>
<dc:creator>55940301</dc:creator>
<guid isPermaLink="false">541@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;At the very end of index.php I've tried a couple of different things with no luck.  Here is what I have now:&#60;br /&#62;
	&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php include (TEMPLATEPATH . '/sidebar.php'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;br clear=&#34;all&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;?php get_footer(); ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;/p&#62;
&#60;p&#62;How would I change the div tags in the default template to get the desired results?
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "techicon 1.0 more space"</title>
<link>http://www.blogohblog.com/forums/topic/techicon-10-more-space#post-538</link>
<pubDate>Sun, 22 Jun 2008 07:57:37 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">538@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Yes. You will need to bring the subscribe part below the content. You can arrange that in the index.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>55940301 on "techicon 1.0 more space"</title>
<link>http://www.blogohblog.com/forums/topic/techicon-10-more-space#post-537</link>
<pubDate>Sun, 22 Jun 2008 04:18:03 +0000</pubDate>
<dc:creator>55940301</dc:creator>
<guid isPermaLink="false">537@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;thanks, any suggestions on what I would have to change to get the desired output?  Would it be just style.css that I would have to change or would I have to re-arrange the div tags?
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "techicon 1.0 more space"</title>
<link>http://www.blogohblog.com/forums/topic/techicon-10-more-space#post-534</link>
<pubDate>Sat, 21 Jun 2008 19:55:09 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">534@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;You should modify style.css for that and modify widths of different elements.
&#60;/p&#62;</description>
</item>
<item>
<title>55940301 on "techicon 1.0 more space"</title>
<link>http://www.blogohblog.com/forums/topic/techicon-10-more-space#post-528</link>
<pubDate>Sat, 21 Jun 2008 06:09:29 +0000</pubDate>
<dc:creator>55940301</dc:creator>
<guid isPermaLink="false">528@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I'm trying to re-arrange the layout on the default theme and need some help.  Where it says &#34;Subscribe to my blog using RSS&#34; (sidebar.php?), I'd like to move that underneath where posts go. &#60;/p&#62;
&#60;p&#62;I'd also like to extend both posts and side bar to take up the whole width of the screen.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
