<?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: Last 35 Posts</title>
<link>http://www.blogohblog.com/forums/</link>
<description>Blog Oh! Blog Forums: Last 35 Posts</description>
<language>en</language>
<pubDate>Sat, 17 May 2008 08:56:26 +0000</pubDate>

<item>
<title>meshmallowman on "HELP! Flash banner does not work for subpages in BOBV2/"</title>
<link>http://www.blogohblog.com/forums/topic/help-flash-banner-does-not-work-for-subpages-in-bobv2#post-414</link>
<pubDate>Fri, 16 May 2008 09:50:17 +0000</pubDate>
<dc:creator>meshmallowman</dc:creator>
<guid isPermaLink="false">414@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;problem solved... i solved it by using an absolute path instead of a relative path.&#60;/p&#62;
&#60;p&#62;thanks anyway... case closed.
&#60;/p&#62;</description>
</item>
<item>
<title>meshmallowman on "HELP! Flash banner does not work for subpages in BOBV2/"</title>
<link>http://www.blogohblog.com/forums/topic/help-flash-banner-does-not-work-for-subpages-in-bobv2#post-413</link>
<pubDate>Fri, 16 May 2008 04:16:09 +0000</pubDate>
<dc:creator>meshmallowman</dc:creator>
<guid isPermaLink="false">413@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hope anyone knows can assist!&#60;/p&#62;
&#60;p&#62;My flash banner on the frontpage of my blog &#60;a href=&#34;http://libraboys.com&#34; rel=&#34;nofollow&#34;&#62;http://libraboys.com&#60;/a&#62; works. However, when clicking the subpages eg. &#60;a href=&#34;http://libraboys.com/blog/contact-us/,&#34; rel=&#34;nofollow&#34;&#62;http://libraboys.com/blog/contact-us/,&#60;/a&#62; the flash banner doesn't load.&#60;/p&#62;
&#60;p&#62;The entire portion went blank. Example: &#60;a href=&#34;http://libraboys.com/blog/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://libraboys.com/blog/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance for anyone who can help!
&#60;/p&#62;</description>
</item>
<item>
<title>hivalb on "Delete sidebar for certain pages"</title>
<link>http://www.blogohblog.com/forums/topic/delete-sidebar-for-certain-pages#post-412</link>
<pubDate>Fri, 16 May 2008 01:53:07 +0000</pubDate>
<dc:creator>hivalb</dc:creator>
<guid isPermaLink="false">412@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I am using the blue box theme at &#60;a href=&#34;http://www.commonwaters.net&#34; rel=&#34;nofollow&#34;&#62;www.commonwaters.net&#60;/a&#62; and I would like to delete the sidebar on my &#34;links&#34; page.&#60;/p&#62;
&#60;p&#62;From the Blue Box themes folder, I copied the page.php file and renamed it page_no_sidebar.php. In the latter I deleted &#60;code&#62;&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;I then replaced that string in page.php with the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if (is_page(&#38;#39;links&#38;#39;) ):
 // we&#38;#39;re in the links page, and using a modified template ?&#38;gt;
 &#38;lt;?php include (&#38;#39;page_no_sidebar.php&#38;#39;); ?&#38;gt;&#38;gt;
&#38;lt;?php } elseif (is_page() ):
 // we&#38;#39;re using the default template ?&#38;gt;
 &#38;lt;?php include (&#38;#39;sidebar.php&#38;#39;); ?&#38;gt;&#38;gt;
&#38;lt;?php endif; // end the if, no templates for other pages ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where have I gone wrong? I am a newbie so thank you for your help!&#60;/p&#62;
&#60;p&#62;Valerie
&#60;/p&#62;</description>
</item>
<item>
<title>bloggeroftheweb on "How do I include a Flash SWF as my header banner for BOBv2?"</title>
<link>http://www.blogohblog.com/forums/topic/how-do-i-include-a-flash-swf-as-my-header-banner-for-bobv2#post-411</link>
<pubDate>Thu, 15 May 2008 16:49:13 +0000</pubDate>
<dc:creator>bloggeroftheweb</dc:creator>
<guid isPermaLink="false">411@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;This is the HTML file I generated from my Flash CS3 Professional.&#60;/p&#62;
&#60;p&#62;=================================&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xml:lang=&#34;en&#34; lang=&#34;en&#34;&#38;gt;&#60;br /&#62;
&#38;lt;head&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt;logo&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;script language=&#34;javascript&#34;&#38;gt;AC_FL_RunContent = 0;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;script src=&#34;AC_RunActiveContent.js&#34; language=&#34;javascript&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
&#38;lt;body bgcolor=&#34;#ffffff&#34;&#38;gt;&#60;br /&#62;
&#38;lt;!--url's used in the movie--&#38;gt;&#60;br /&#62;
&#38;lt;!--text used in the movie--&#38;gt;&#60;br /&#62;
&#38;lt;!-- saved from url=(0013)about:internet --&#38;gt;&#60;br /&#62;
&#38;lt;script language=&#34;javascript&#34;&#38;gt;&#60;br /&#62;
	if (AC_FL_RunContent == 0) {&#60;br /&#62;
		alert(&#34;This page requires AC_RunActiveContent.js.&#34;);&#60;br /&#62;
	} else {&#60;br /&#62;
		AC_FL_RunContent(&#60;br /&#62;
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',&#60;br /&#62;
			'width', '967',&#60;br /&#62;
			'height', '70',&#60;br /&#62;
			'src', 'logo',&#60;br /&#62;
			'quality', 'high',&#60;br /&#62;
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',&#60;br /&#62;
			'align', 'middle',&#60;br /&#62;
			'play', 'true',&#60;br /&#62;
			'loop', 'true',&#60;br /&#62;
			'scale', 'showall',&#60;br /&#62;
			'wmode', 'window',&#60;br /&#62;
			'devicefont', 'false',&#60;br /&#62;
			'id', 'logo',&#60;br /&#62;
			'bgcolor', '#ffffff',&#60;br /&#62;
			'name', 'logo',&#60;br /&#62;
			'menu', 'true',&#60;br /&#62;
			'allowFullScreen', 'false',&#60;br /&#62;
			'allowScriptAccess','sameDomain',&#60;br /&#62;
			'movie', 'logo',&#60;br /&#62;
			'salign', ''&#60;br /&#62;
			); //end AC code&#60;br /&#62;
	}&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;noscript&#38;gt;&#60;br /&#62;
	&#38;lt;object classid=&#34;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#34; codebase=&#34;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&#34; width=&#34;967&#34; height=&#34;70&#34; id=&#34;logo&#34; align=&#34;middle&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;param name=&#34;allowScriptAccess&#34; value=&#34;sameDomain&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;param name=&#34;allowFullScreen&#34; value=&#34;false&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;param name=&#34;movie&#34; value=&#34;logo.swf&#34; /&#38;gt;&#38;lt;param name=&#34;quality&#34; value=&#34;high&#34; /&#38;gt;&#38;lt;param name=&#34;bgcolor&#34; value=&#34;#ffffff&#34; /&#38;gt;	&#38;lt;embed src=&#34;logo.swf&#34; quality=&#34;high&#34; bgcolor=&#34;#ffffff&#34; width=&#34;967&#34; height=&#34;70&#34; name=&#34;logo&#34; align=&#34;middle&#34; allowScriptAccess=&#34;sameDomain&#34; allowFullScreen=&#34;false&#34; type=&#34;application/x-shockwave-flash&#34; pluginspage=&#34;http://www.macromedia.com/go/getflashplayer&#34; /&#38;gt;&#60;br /&#62;
	&#38;lt;/object&#38;gt;&#60;br /&#62;
&#38;lt;/noscript&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;br /&#62;
==========================================&#60;/p&#62;
&#60;p&#62;May I know how to go about include above into the theme so that my header banner can be a Flash banner? I am using the theme BOBv2 by the way.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
BloggerOfTheWeb&#60;br /&#62;
&#60;a href=&#34;http://libraboys.com&#34; rel=&#34;nofollow&#34;&#62;http://libraboys.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ss on "How to add multiple unique "pages" in Limau Orange"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-add-multiple-unique-pages-in-limau-orange#post-410</link>
<pubDate>Thu, 15 May 2008 06:52:15 +0000</pubDate>
<dc:creator>ss</dc:creator>
<guid isPermaLink="false">410@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I would like to have unique &#34;pages&#34; on both the left and right sidebars.  Currently, when I write pages it duplicates the content for both sides.&#60;/p&#62;
&#60;p&#62;Is it possible to set-up different pages?  For example, page1 and page2, etc?
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "News Blue Header Question?"</title>
<link>http://www.blogohblog.com/forums/topic/news-blue-header-question#post-409</link>
<pubDate>Sun, 11 May 2008 22:45:21 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">409@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;You can do it by modifying the style.css file.
&#60;/p&#62;</description>
</item>
<item>
<title>milepile83 on "News Blue Header Question?"</title>
<link>http://www.blogohblog.com/forums/topic/news-blue-header-question#post-408</link>
<pubDate>Sat, 10 May 2008 14:38:10 +0000</pubDate>
<dc:creator>milepile83</dc:creator>
<guid isPermaLink="false">408@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;hi, is it possible to alter the height on the News Blue header? its currently stuck at 962x100.
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "How to add adsense to sidebar (Limau Orange)"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-add-adsense-to-sidebar-limau-orange#post-407</link>
<pubDate>Fri, 09 May 2008 07:13:13 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">407@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hi ss,&#60;/p&#62;
&#60;p&#62;When I make a theme, there is default stuff that I add to the sidebars (in case someone doesn't use widgets). Since you are using a text widget, this overrides that custom stuff in the sidebars. So, to get back the categories etc., you can add their widgets too which are available just like a text widget in your widgets section.
&#60;/p&#62;</description>
</item>
<item>
<title>ss on "How to change header text in limau orange"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-change-header-text-in-limau-orange#post-406</link>
<pubDate>Fri, 09 May 2008 01:09:09 +0000</pubDate>
<dc:creator>ss</dc:creator>
<guid isPermaLink="false">406@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;If you have Photoshop, you can change the logo from the original PSD file that is provided when you downloaded the zip file.
&#60;/p&#62;</description>
</item>
<item>
<title>ss on "How to add adsense to sidebar (Limau Orange)"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-add-adsense-to-sidebar-limau-orange#post-405</link>
<pubDate>Fri, 09 May 2008 01:03:22 +0000</pubDate>
<dc:creator>ss</dc:creator>
<guid isPermaLink="false">405@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hey Jai-&#60;/p&#62;
&#60;p&#62;When I add a text widget to the left side bar, my existing categories disappear and the entire side bar is just my adsense.&#60;/p&#62;
&#60;p&#62;What else could I have done wrong?&#60;/p&#62;
&#60;p&#62;btw, thank you sooo much for the help... you have the best WP themes available!
&#60;/p&#62;</description>
</item>
<item>
<title>elaine on "How to change header text in limau orange"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-change-header-text-in-limau-orange#post-404</link>
<pubDate>Thu, 08 May 2008 23:43:43 +0000</pubDate>
<dc:creator>elaine</dc:creator>
<guid isPermaLink="false">404@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;sorry, i'm a newbie and don't know how to create my own logo image, any tutorial on that i can find somewhere? what if i only want to change the text only?
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "How to add adsense to sidebar (Limau Orange)"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-add-adsense-to-sidebar-limau-orange#post-403</link>
<pubDate>Thu, 08 May 2008 20:35:58 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">403@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Try inserting a text widget in your sidebar through the widgets section of wp-admin. Now open that text widget and put your adsense code in it.
&#60;/p&#62;</description>
</item>
<item>
<title>ss on "How to add adsense to sidebar (Limau Orange)"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-add-adsense-to-sidebar-limau-orange#post-402</link>
<pubDate>Thu, 08 May 2008 01:50:05 +0000</pubDate>
<dc:creator>ss</dc:creator>
<guid isPermaLink="false">402@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;How do I add an adsense block or banner image to a sidebar with the Limau Orange theme?&#60;/p&#62;
&#60;p&#62;I just want to add it below a category I have set-up on the left side bar.  I've tried inserting the code in the &#34;left sidebar&#34; php but it then makes all my posts disappear.
&#60;/p&#62;</description>
</item>
<item>
<title>Justin on "Page buttons in header"</title>
<link>http://www.blogohblog.com/forums/topic/page-buttons-in-header#post-401</link>
<pubDate>Wed, 07 May 2008 19:35:53 +0000</pubDate>
<dc:creator>Justin</dc:creator>
<guid isPermaLink="false">401@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Thanks so much.  Works great.
&#60;/p&#62;</description>
</item>
<item>
<title>terrasyne on "Problem with widgets"</title>
<link>http://www.blogohblog.com/forums/topic/problem-with-widgets#post-400</link>
<pubDate>Wed, 07 May 2008 19:09:48 +0000</pubDate>
<dc:creator>terrasyne</dc:creator>
<guid isPermaLink="false">400@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I'm using Velocity with WP 2.5.1. I can add Widgets to Sidebar 2, and they show up (and replace the default listings). However, adding Widgets to Sidebar 1 doesn't work. Recent Posts remains no matter what.&#60;/p&#62;
&#60;p&#62;I'd appreciate any help! Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "How to change header text in limau orange"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-change-header-text-in-limau-orange#post-399</link>
<pubDate>Wed, 07 May 2008 07:31:27 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">399@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Go to the images sub-folder of your theme folder. Replace the logo image with one of your own. Make sure its the same size in dimensions.
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "Page buttons in header"</title>
<link>http://www.blogohblog.com/forums/topic/page-buttons-in-header#post-398</link>
<pubDate>Wed, 07 May 2008 07:30:40 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">398@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Open header.php file from your theme folder.&#60;/p&#62;
&#60;p&#62;Replace&#60;/p&#62;
&#60;pre&#62;&#38;lt;?php wp_list_pages('title_li='); ?&#38;gt;&#60;/pre&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;pre&#62;&#38;lt;?php wp_list_pages('depth=1&#38;#38;title_li='); ?&#38;gt;&#60;/pre&#62;</description>
</item>
<item>
<title>elaine on "How to change header text in limau orange"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-change-header-text-in-limau-orange#post-397</link>
<pubDate>Wed, 07 May 2008 03:33:28 +0000</pubDate>
<dc:creator>elaine</dc:creator>
<guid isPermaLink="false">397@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I am using Limau Orange for my blog and i loved it but i would like to change the header text from Limau Orange to my own header, how do i do that?&#60;/p&#62;
&#60;p&#62;my site &#60;a href=&#34;http://www.thenewageparents.com/blog&#34; rel=&#34;nofollow&#34;&#62;www.thenewageparents.com/blog&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Justin on "Page buttons in header"</title>
<link>http://www.blogohblog.com/forums/topic/page-buttons-in-header#post-396</link>
<pubDate>Tue, 06 May 2008 00:03:54 +0000</pubDate>
<dc:creator>Justin</dc:creator>
<guid isPermaLink="false">396@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I am using Blue Box and am wondering how to only show parent pages in the header instead of all my pages.
&#60;/p&#62;</description>
</item>
<item>
<title>BradE on "Blue Box Sidebar Color"</title>
<link>http://www.blogohblog.com/forums/topic/blue-box-sidebar-color#post-395</link>
<pubDate>Mon, 05 May 2008 12:52:53 +0000</pubDate>
<dc:creator>BradE</dc:creator>
<guid isPermaLink="false">395@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Thanks!!!&#60;/p&#62;
&#60;p&#62;That is subtle.  Earlier I went through all the .gifs, and saw that one, but with a quick look I didn't notice there were actually  two colors making up the one pixel line; thinking it was maybe a spacer.  But I see and understand now.&#60;/p&#62;
&#60;p&#62;BTW, speaking of subtle, that's what I like about the visual design of the page - very clean with all the elements working together nicely.&#60;/p&#62;
&#60;p&#62;Best - Brad
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "Add Comments box to pages"</title>
<link>http://www.blogohblog.com/forums/topic/add-comments-box-to-pages#post-394</link>
<pubDate>Mon, 05 May 2008 02:42:33 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">394@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To add comments to a page, you will just have to call the comments template. Add this code &#60;/p&#62;
&#60;pre&#62;&#38;lt;?php comments_template(); ?&#38;gt;&#60;/pre&#62;
&#60;p&#62;below the content loop on the page.php file
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "Blue Box Sidebar Color"</title>
<link>http://www.blogohblog.com/forums/topic/blue-box-sidebar-color#post-393</link>
<pubDate>Mon, 05 May 2008 02:40:49 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">393@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hello BradE,&#60;/p&#62;
&#60;p&#62;That color is not HTML color but an image that has been tiled vertically on the y-axis on a DIV. Try to look for the image called mainbck.gif in the images folder of your theme.&#60;/p&#62;
&#60;p&#62;You can replace that image with your own.
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "Can't add links to link column on Statement theme"</title>
<link>http://www.blogohblog.com/forums/topic/cant-add-links-to-link-column-on-statement-theme#post-392</link>
<pubDate>Mon, 05 May 2008 02:36:27 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">392@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Where exactly are you adding the links ? Through the blogroll ? Because you should do it under the links section in your wp-admin.
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "how to add the the contact ,archive and advertise  on the header of limau orange"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-add-the-the-contact-archive-and-advertise-on-the-header-of-limau-orange#post-391</link>
<pubDate>Mon, 05 May 2008 02:34:54 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">391@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hello Needle189,&#60;/p&#62;
&#60;p&#62;To build all these, you will have to write pages in your WordPress. Once the pages are made, they will come up in your header menu. To do this, login to your wp-admin and write a page instead of a post.&#60;/p&#62;
&#60;p&#62;Hope that helps you.&#60;/p&#62;
&#60;p&#62;For further help, read on &#60;a href=&#34;http://www.wordpress.org&#34; rel=&#34;nofollow&#34;&#62;www.wordpress.org&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>needle189 on "how to add the the contact ,archive and advertise  on the header of limau orange"</title>
<link>http://www.blogohblog.com/forums/topic/how-to-add-the-the-contact-archive-and-advertise-on-the-header-of-limau-orange#post-390</link>
<pubDate>Sat, 03 May 2008 13:21:50 +0000</pubDate>
<dc:creator>needle189</dc:creator>
<guid isPermaLink="false">390@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;hi ,I wanted to add the home ,contact,archive and advertise links in my header how to do it ? can somebody help me ?&#60;/p&#62;
&#60;p&#62;thanks in advance ...
&#60;/p&#62;</description>
</item>
<item>
<title>wordsmith on "Can't add links to link column on Statement theme"</title>
<link>http://www.blogohblog.com/forums/topic/cant-add-links-to-link-column-on-statement-theme#post-389</link>
<pubDate>Thu, 01 May 2008 00:35:23 +0000</pubDate>
<dc:creator>wordsmith</dc:creator>
<guid isPermaLink="false">389@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Statement theme is awesome. I'n having trouble adding links to 'Links' column on right. I create a link category and add a link (the cpanel tells me it's visible) but nothing shows. I'm stumped. Help?
&#60;/p&#62;</description>
</item>
<item>
<title>BradE on "Blue Box Sidebar Color"</title>
<link>http://www.blogohblog.com/forums/topic/blue-box-sidebar-color#post-388</link>
<pubDate>Thu, 01 May 2008 00:24:46 +0000</pubDate>
<dc:creator>BradE</dc:creator>
<guid isPermaLink="false">388@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hi...&#60;/p&#62;
&#60;p&#62;Just found your Blue Box theme - it's great.&#60;/p&#62;
&#60;p&#62;I'd like to change the background color of the right sidebar from light blue to another color.  I've searched and tweaked just about everything in the CSS (which I'm new to) and other files, but nothing seems to change.&#60;/p&#62;
&#60;p&#62;Can someone point me in the right direction?&#60;/p&#62;
&#60;p&#62;Thanx - Brad
&#60;/p&#62;</description>
</item>
<item>
<title>DjAlf on "theme changes back automaticaly"</title>
<link>http://www.blogohblog.com/forums/topic/theme-changes-back-automaticaly#post-387</link>
<pubDate>Wed, 30 Apr 2008 07:15:50 +0000</pubDate>
<dc:creator>DjAlf</dc:creator>
<guid isPermaLink="false">387@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hey Jai&#60;/p&#62;
&#60;p&#62;Thats odd. I never touched the style.css .. Couldt it be WordPress's Caching Feature ?
&#60;/p&#62;</description>
</item>
<item>
<title>moserw on "Leaving comments on Blog Oh Blog!"</title>
<link>http://www.blogohblog.com/forums/topic/leaving-comments-on-blog-oh-blog#post-386</link>
<pubDate>Fri, 25 Apr 2008 04:22:14 +0000</pubDate>
<dc:creator>moserw</dc:creator>
<guid isPermaLink="false">386@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;I have been having trouble leaving comments on Blog Oh Blog for a while now.  Not even one of my comments shows up even for days after leaving it.  I have even used the contact form to inform Jai or the Admin, but have not heard anything from anyone and even now my comments are accepted when I post them but they never show up on the comments section.  Now with the PlayStation Competetion I have written a review, but cannot post about it in the comments section.  Any help would be appreciated about what to do to fix this problem.&#60;/p&#62;
&#60;p&#62;My ID - moserw&#60;br /&#62;
My email ID - &#60;a href=&#34;mailto:moserw@gmail.com&#34;&#62;moserw@gmail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;moserw
&#60;/p&#62;</description>
</item>
<item>
<title>NigelCarr on "Add Comments box to pages"</title>
<link>http://www.blogohblog.com/forums/topic/add-comments-box-to-pages#post-385</link>
<pubDate>Wed, 23 Apr 2008 22:08:40 +0000</pubDate>
<dc:creator>NigelCarr</dc:creator>
<guid isPermaLink="false">385@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;REF: RED wordpress theme&#60;/p&#62;
&#60;p&#62;Can anybody help with a code to add a comments boxes on the page section &#60;/p&#62;
&#60;p&#62;I have an add comments box in the post section only.&#60;/p&#62;
&#60;p&#62;PS all relevant boxes have been ticked so I am sure its not a wordpress issue.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Nigel Carr
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "theme changes back automaticaly"</title>
<link>http://www.blogohblog.com/forums/topic/theme-changes-back-automaticaly#post-384</link>
<pubDate>Tue, 22 Apr 2008 22:14:07 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">384@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;This usually happens if your style.css is not being read by wordpress for your selected theme. Find out why...
&#60;/p&#62;</description>
</item>
<item>
<title>DjAlf on "theme changes back automaticaly"</title>
<link>http://www.blogohblog.com/forums/topic/theme-changes-back-automaticaly#post-383</link>
<pubDate>Tue, 22 Apr 2008 20:17:51 +0000</pubDate>
<dc:creator>DjAlf</dc:creator>
<guid isPermaLink="false">383@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;I'm running the techpress / techicon theme on my site, but i have a problem. &#60;/p&#62;
&#60;p&#62;About 36-48 hours after i switch to theme, WordPress changes it back to the default theme..&#60;/p&#62;
&#60;p&#62;i change to tecpress again and in 36-48 hours, the default theme is back.&#60;/p&#62;
&#60;p&#62;why  ????&#60;/p&#62;
&#60;p&#62;regards Jacob
&#60;/p&#62;</description>
</item>
<item>
<title>multitalentedmommy on "logo img is not displaying in news-blue -01"</title>
<link>http://www.blogohblog.com/forums/topic/logo-img-is-not-displaying-in-news-blue-01#post-382</link>
<pubDate>Tue, 22 Apr 2008 02:45:37 +0000</pubDate>
<dc:creator>multitalentedmommy</dc:creator>
<guid isPermaLink="false">382@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;thank you very much!  fixed everything! :)
&#60;/p&#62;</description>
</item>
<item>
<title>VivianRollins on "Changing Posts to show only 4 lines in main page of Limau Orange 0.1 Theme"</title>
<link>http://www.blogohblog.com/forums/topic/changing-posts-to-show-only-4-lines-in-main-page-of-limau-orange-01-theme#post-381</link>
<pubDate>Mon, 21 Apr 2008 04:49:53 +0000</pubDate>
<dc:creator>VivianRollins</dc:creator>
<guid isPermaLink="false">381@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Thanks for the code. It worked but now I have a new problem which is that the post no longer has working links in the main index page. It can only be clickable when in the post. I have posts which needs to be clickable from the post in the main index page. Is there something else I can do?&#60;br /&#62;
Thanks so much!
&#60;/p&#62;</description>
</item>
<item>
<title>Jai on "Give me a (line) break! *BlueBox0.1*"</title>
<link>http://www.blogohblog.com/forums/topic/give-me-a-line-break-bluebox01#post-380</link>
<pubDate>Mon, 21 Apr 2008 04:31:46 +0000</pubDate>
<dc:creator>Jai</dc:creator>
<guid isPermaLink="false">380@http://www.blogohblog.com/forums/</guid>
<description>&#60;p&#62;Cool!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
