<?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>Cutline Theme Support Forums: Last 35 Posts</title>
<link>http://cutline.tubetorial.com/forums-archive/</link>
<description>Cutline Theme Support Forums: Last 35 Posts</description>
<language>en</language>
<pubDate>Thu, 29 Jul 2010 12:36:36 +0000</pubDate>

<item>
<title>chicagoRealEstate on "Single.php Edit"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/singlephp-edit#post-1928</link>
<pubDate>Tue, 20 Jul 2010 07:02:13 +0000</pubDate>
<dc:creator>chicagoRealEstate</dc:creator>
<guid isPermaLink="false">1928@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;This is what I tried to do&#60;/p&#62;
&#60;p&#62;on Atahualpa Options&#60;br /&#62;
→ go to Center Column section&#60;br /&#62;
→ go to Style &#38;#38; edit CENTER COLUMN tab&#60;br /&#62;
→ Find The LOOP and for example in this code line&#60;/p&#62;
&#60;p&#62;Code:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php bfa_post_bodycopy('&#38;lt;div class=&#34;post-bodycopy clearfix&#34;&#38;gt;','&#38;lt;/div&#38;gt;'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;i tried to add something (in bold) and change it to this...&#60;/p&#62;
&#60;p&#62;Code:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php bfa_post_bodycopy('&#38;lt;div class=&#34;post-bodycopy clearfix&#34;&#38;gt;&#38;lt;img align=&#34;right&#34; src=&#34;http://localhost/wp/wp-content
&#60;/p&#62;</description>
</item>
<item>
<title>chicagoRealEstate on "Top tabs don't work"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/top-tabs-dont-work#post-1927</link>
<pubDate>Tue, 20 Jul 2010 06:59:31 +0000</pubDate>
<dc:creator>chicagoRealEstate</dc:creator>
<guid isPermaLink="false">1927@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I am having the same problem and seems related to running dual monitors.  If I maximize the Chrome window on my primary monitor, the tabs run off the right side of the screen and block the min/max/close buttons in win 7.  However if I maximize it in the other monitor, it works fine. It's a really annoying problem as I have to keep juggling Chrome between both monitors as I open more tabs. by adametrnal
&#60;/p&#62;</description>
</item>
<item>
<title>chicagoRealEstate on "Increasing RSS image size?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/increasing-rss-image-size#post-1926</link>
<pubDate>Tue, 20 Jul 2010 06:57:01 +0000</pubDate>
<dc:creator>chicagoRealEstate</dc:creator>
<guid isPermaLink="false">1926@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Not sure if an answer to this has been posted at all?&#60;/p&#62;
&#60;p&#62;Was hoping to be able to set a maximum dimenion/resize when an image is uploaded through an upload field in the admin section.. have encountered a client who uploads images from their own clients, and they seem to be supplying 9mb image files.. A too big B JIT has issues with large images at present on my install.. to keep page rendering times down.. I would Ideally like to limit the image size and dimensions via the backend to assist a little with keeping load times to a minimum.. is there scope for this functionality on an upload field.. baring in mind I'm a light coder.. what's the best approach?
&#60;/p&#62;</description>
</item>
<item>
<title>chicagoRealEstate on "Adding Search to Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/adding-search-to-sidebar#post-1925</link>
<pubDate>Tue, 20 Jul 2010 06:54:23 +0000</pubDate>
<dc:creator>chicagoRealEstate</dc:creator>
<guid isPermaLink="false">1925@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;have corrected it and everyone will receive in next update. If you are in hurry, here's the code..&#60;/p&#62;
&#60;p&#62;/* Widget Search Section ------------ */&#60;/p&#62;
&#60;p&#62;#blog_sidebar #search, #blog_sidebar_r #search, #blog_sidebar_l #search {&#60;br /&#62;
width:auto;&#60;br /&#62;
background:none;&#60;br /&#62;
overflow:hidden;&#60;br /&#62;
height:100%;&#60;br /&#62;
float:none;&#60;br /&#62;
}&#60;br /&#62;
#blog_sidebar h2 {&#60;br /&#62;
clear:both;&#60;br /&#62;
}&#60;br /&#62;
#blog_sidebar #searchform, #blog_sidebar_r #searchform, #blog_sidebar_l #searchform {&#60;br /&#62;
margin:0 auto;&#60;br /&#62;
text-align:left;&#60;br /&#62;
float:none;&#60;br /&#62;
background:none;&#60;br /&#62;
}&#60;br /&#62;
#blog_sidebar #searchform input, #blog_sidebar_l #searchform input, #blog_sidebar_r #searchform input {&#60;br /&#62;
margin-bottom:5px;&#60;br /&#62;
padding:3px;&#60;br /&#62;
font:bold 11px Arial, Helvetica, sans-serif;&#60;br /&#62;
}&#60;br /&#62;
#blog_sidebar #search, #blog_sidebar_l #search, #blog_sidebar_r #search {&#60;br /&#62;
border:none;&#60;br /&#62;
background:#fff url(../images/i_search.png) no-repeat 3px 5px;&#60;br /&#62;
}&#60;br /&#62;
#blog_sidebar #search #s, #blog_sidebar_l #search #s, #blog_sidebar_r #search #s   {&#60;br /&#62;
border:1px solid #ccc;&#60;br /&#62;
font:normal 11px Arial, Helvetica, sans-serif;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Add it at the end of css/blog-common.css file
&#60;/p&#62;</description>
</item>
<item>
<title>BuyDogTreats on "Traffic - 500 visitors a day possible for a new website?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/traffic-500-visitors-a-day-possible-for-a-new-website#post-1922</link>
<pubDate>Wed, 07 Jul 2010 14:47:34 +0000</pubDate>
<dc:creator>BuyDogTreats</dc:creator>
<guid isPermaLink="false">1922@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;If the Website is as like to discuss general problems and owner is fully aware all the current affairs of the world. Further you make attraction by launching sports and entertainment activities to attract the public interest on your website.
&#60;/p&#62;</description>
</item>
<item>
<title>BuyDogTreats on "Hello Everyone"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/hello-everyone#post-1921</link>
<pubDate>Wed, 07 Jul 2010 14:43:48 +0000</pubDate>
<dc:creator>BuyDogTreats</dc:creator>
<guid isPermaLink="false">1921@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Welcome Sadder I am Elizabeth from Asia. My hobby is to General discussion on the public forum. I think forum is the best way to share your problems with other.
&#60;/p&#62;</description>
</item>
<item>
<title>tulinking on "categories for pages"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/categories-for-pages#post-1917</link>
<pubDate>Thu, 01 Jul 2010 14:31:33 +0000</pubDate>
<dc:creator>tulinking</dc:creator>
<guid isPermaLink="false">1917@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;kimbere -&#60;/p&#62;
&#60;p&#62;Thanks for the code for your cool sidebar feed - once I get my catagory pages changed I hope I remember to use this!&#60;br /&#62;
&#60;a href=&#34;http://www.silicone-cases.com/BlackBerry-Cases/&#34;&#62;blackberry silicone cases&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.silicone-cases.com/manufacturer.html&#34;&#62;iphone case manufacturer&#60;/a&#62;&#60;br /&#62;
You new site is looking good - I think I would take out the centering in the sidebars though
&#60;/p&#62;</description>
</item>
<item>
<title>tulinking on "SiteMap page broken"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/sitemap-page-broken#post-1916</link>
<pubDate>Thu, 01 Jul 2010 14:29:26 +0000</pubDate>
<dc:creator>tulinking</dc:creator>
<guid isPermaLink="false">1916@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;s site-map, not sitemap.&#60;/p&#62;
&#60;p&#62;Other pages were broken too, such as archive and Contact us.&#60;/p&#62;
&#60;p&#62;But never mind. The problem was in the way I intergated bbPress with WordPress. It was including bb-load.php from wp-config.php, and apparently some of the bbPress and WordPress functions have same names, and as the result WordPress was calling bbPress's version of the function.&#60;br /&#62;
&#60;a href=&#34;http://www.silicone-cases.com&#34;&#62;iphone custom cases&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.silicone-cases.com/BlackBerry-Cases/&#34;&#62;blackberry silicone cases&#60;/a&#62;&#60;br /&#62;
Once I commented out require_once (ABSPATH. 'forums/bb-load.php'); the pages began to work normally.
&#60;/p&#62;</description>
</item>
<item>
<title>gfreecrowd on "Seeking an easy Login/Register plugin for Cutline"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/seeking-an-easy-loginregister-plugin-for-cutline#post-1887</link>
<pubDate>Mon, 07 Jun 2010 14:41:14 +0000</pubDate>
<dc:creator>gfreecrowd</dc:creator>
<guid isPermaLink="false">1887@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Can someone suggest a good plugin for Cutline themers that makes the new user registration process easy to navigate?&#60;br /&#62;
I need to change from my current login Plugin (using &#34;Login-Logout&#34;) to one that:&#60;br /&#62;
1) doesn't use the Wordpress interface window,&#60;br /&#62;
2) doesn't generate such super-long temp passwords, and&#60;br /&#62;
3) appears more seamless with Cutline theme.
&#60;/p&#62;</description>
</item>
<item>
<title>sadder on "Pages?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/pages#post-1878</link>
<pubDate>Wed, 02 Jun 2010 11:02:25 +0000</pubDate>
<dc:creator>sadder</dc:creator>
<guid isPermaLink="false">1878@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Thankx for the suggestions and codes.
&#60;/p&#62;</description>
</item>
<item>
<title>sadder on "Top tabs don't work"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/top-tabs-dont-work#post-1877</link>
<pubDate>Wed, 02 Jun 2010 11:00:58 +0000</pubDate>
<dc:creator>sadder</dc:creator>
<guid isPermaLink="false">1877@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;You must use the ww:url with nested &#60;/p&#62;
&#60;p&#62;For instance&#60;br /&#62;
&#38;lt;ww:url id=&#34;editProjectUrl&#34; action=&#34;projectEdit&#34;&#38;gt;&#60;br /&#62;
&#38;lt;ww:param name=&#34;projectId&#34; value=&#34;${pageScope.project.id}&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;ww:param name=&#34;projectName&#34; value=&#34;${pageScope.project.name}&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;/ww:url&#38;gt;&#60;br /&#62;
&#38;lt;ww:a href=&#34;%{editProjectUrl}&#34;&#38;gt;&#60;br /&#62;
&#38;lt;img src=&#34;&#38;lt;ww:url value='/images/edit.gif'/&#38;gt;&#34; alt=&#34;Edit&#34; title=&#34;Edit&#34; border=&#34;0&#34;&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>sadder on "Cutline meets Grunge"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/cutline-meets-grunge#post-1876</link>
<pubDate>Wed, 02 Jun 2010 10:58:30 +0000</pubDate>
<dc:creator>sadder</dc:creator>
<guid isPermaLink="false">1876@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Great work keep t up all the hard work.....loves ur style.
&#60;/p&#62;</description>
</item>
<item>
<title>sadder on "Hello Everyone"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/hello-everyone#post-1875</link>
<pubDate>Wed, 02 Jun 2010 10:57:01 +0000</pubDate>
<dc:creator>sadder</dc:creator>
<guid isPermaLink="false">1875@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hello everyone! I am new to the forum. I know that forums are a  good place to learn and interact with other people , so that People can share their experience with eachother.
&#60;/p&#62;</description>
</item>
<item>
<title>abc260199038 on "edit time format on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/edit-time-format-on-front-page#post-1796</link>
<pubDate>Tue, 25 May 2010 06:53:41 +0000</pubDate>
<dc:creator>abc260199038</dc:creator>
<guid isPermaLink="false">1796@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Strangely, &#60;a href=&#34;http://www.labatterie.com&#34;&#62;labatterie&#60;/a&#62;，&#60;br /&#62;
the index.php was not loaded to the server after changing the settings.
&#60;/p&#62;</description>
</item>
<item>
<title>abc260199038 on "dfh"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/dfh#post-1791</link>
<pubDate>Tue, 25 May 2010 06:36:21 +0000</pubDate>
<dc:creator>abc260199038</dc:creator>
<guid isPermaLink="false">1791@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Very well developed&#60;br /&#62;
&#60;a href=&#34;http://www.labatterie.com&#34;&#62;labatterie&#60;/a&#62; with great information.
&#60;/p&#62;</description>
</item>
<item>
<title>coachbags on "Remove header image, change header color"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/remove-header-image-change-header-color-1#post-1782</link>
<pubDate>Tue, 25 May 2010 01:39:47 +0000</pubDate>
<dc:creator>coachbags</dc:creator>
<guid isPermaLink="false">1782@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Cool comments. Big thanks for all visitors and for author. I love this site
&#60;/p&#62;</description>
</item>
<item>
<title>coachbags on "Right Sidebar at bottom of page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/right-sidebar-at-bottom-of-page#post-1781</link>
<pubDate>Tue, 25 May 2010 01:38:51 +0000</pubDate>
<dc:creator>coachbags</dc:creator>
<guid isPermaLink="false">1781@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Thanks a lot for enjoying this beauty article with me. That's great,I am apreciating it very much! Looking forward to another great article. Good luck to the author! all the best!
&#60;/p&#62;</description>
</item>
<item>
<title>DACON9 on "Right Sidebar at bottom of page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/right-sidebar-at-bottom-of-page#post-1780</link>
<pubDate>Mon, 24 May 2010 17:17:38 +0000</pubDate>
<dc:creator>DACON9</dc:creator>
<guid isPermaLink="false">1780@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I HAVE THE SAME PROBLEM&#60;br /&#62;
WHY ISNT ANYONE OFFERING ASSISTANCE&#60;/p&#62;
&#60;p&#62;I SURELY LOVE TO FIX THIS
&#60;/p&#62;</description>
</item>
<item>
<title>abc260199038 on "Comments function not working"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/comments-function-not-working#post-1779</link>
<pubDate>Mon, 24 May 2010 09:26:58 +0000</pubDate>
<dc:creator>abc260199038</dc:creator>
<guid isPermaLink="false">1779@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I would appreciate any  &#60;a href=&#34;http://www.labatterie.com&#34;&#62;labatterie&#60;/a&#62; ideas about troubleshooting.
&#60;/p&#62;</description>
</item>
<item>
<title>HandSanitizer on "Insert Favicon"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/insert-favicon#post-1767</link>
<pubDate>Wed, 05 May 2010 02:16:18 +0000</pubDate>
<dc:creator>HandSanitizer</dc:creator>
<guid isPermaLink="false">1767@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Thanks for a great time visiting your site. It's really a pleasure knowing a site like this packed with great information.
&#60;/p&#62;</description>
</item>
<item>
<title>HandSanitizer on "dfh"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/dfh#post-1766</link>
<pubDate>Wed, 05 May 2010 02:15:18 +0000</pubDate>
<dc:creator>HandSanitizer</dc:creator>
<guid isPermaLink="false">1766@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;his site is amazing. Very well developed with great information.
&#60;/p&#62;</description>
</item>
<item>
<title>HandSanitizer on "Pages?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/pages#post-1765</link>
<pubDate>Wed, 05 May 2010 02:14:22 +0000</pubDate>
<dc:creator>HandSanitizer</dc:creator>
<guid isPermaLink="false">1765@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Thanks for a great time visiting your site. It's really a pleasure knowing a site like this packed with great information.
&#60;/p&#62;</description>
</item>
<item>
<title>facialtissue on "Pages?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/pages#post-1764</link>
<pubDate>Wed, 05 May 2010 02:06:24 +0000</pubDate>
<dc:creator>facialtissue</dc:creator>
<guid isPermaLink="false">1764@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Cool comments. Big thanks for all visitors and for author. I love this site!!!
&#60;/p&#62;</description>
</item>
<item>
<title>facialtissue on "after downloading cutline"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/after-downloading-cutline#post-1763</link>
<pubDate>Fri, 30 Apr 2010 08:31:15 +0000</pubDate>
<dc:creator>facialtissue</dc:creator>
<guid isPermaLink="false">1763@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;it was a wonderful chance to visit this kind of site and I am happy to know. thank you so much for giving us a chance to have this opportunity!
&#60;/p&#62;</description>
</item>
<item>
<title>facialtissue on "after downloading cutline"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/after-downloading-cutline#post-1762</link>
<pubDate>Mon, 26 Apr 2010 11:12:38 +0000</pubDate>
<dc:creator>facialtissue</dc:creator>
<guid isPermaLink="false">1762@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I am excited about learning way more than what I have already taught myself. Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>tulinking on "Add User ID To Posts?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/add-user-id-to-posts#post-1754</link>
<pubDate>Mon, 19 Apr 2010 09:06:41 +0000</pubDate>
<dc:creator>tulinking</dc:creator>
<guid isPermaLink="false">1754@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;The solution worked great. &#60;a href=&#34;http://www.silicone-cases.com&#34;&#62;custom iphone cases&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tulinking on "Comments function not working"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/comments-function-not-working#post-1753</link>
<pubDate>Mon, 19 Apr 2010 09:05:40 +0000</pubDate>
<dc:creator>tulinking</dc:creator>
<guid isPermaLink="false">1753@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Issue resolved&#60;br /&#62;
Thanks &#60;a href=&#34;http://www.silicone-cases.com&#34;&#62;custom iphone cases&#60;/a&#62; anyways
&#60;/p&#62;</description>
</item>
<item>
<title>tulinking on "Change default Home Page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/change-default-home-page#post-1751</link>
<pubDate>Mon, 19 Apr 2010 09:01:38 +0000</pubDate>
<dc:creator>tulinking</dc:creator>
<guid isPermaLink="false">1751@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;maybe google is good choice&#60;br /&#62;
&#60;a href=&#34;http://www.silicone-cases.com&#34;&#62;custom iphone cases&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tulinking on "Alingment and captions"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/alingment-and-captions#post-1750</link>
<pubDate>Mon, 19 Apr 2010 08:59:21 +0000</pubDate>
<dc:creator>tulinking</dc:creator>
<guid isPermaLink="false">1750@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;If that doesn't work, then it's a css issue where the padding would need to be adjusted. &#60;a href=&#34;http://www.silicone-cases.com&#34;&#62;custom iphone cases&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tulinking on "edit time format on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/edit-time-format-on-front-page#post-1749</link>
<pubDate>Mon, 19 Apr 2010 08:57:44 +0000</pubDate>
<dc:creator>tulinking</dc:creator>
<guid isPermaLink="false">1749@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Problem resolved. The file in question is index.php. Strangely, the index.php was not loaded to the server after changing the settings.&#60;br /&#62;
&#60;a href=&#34;http://www.silicone-cases.com&#34;&#62;custom iphone cases&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tulinking on "after downloading cutline"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/after-downloading-cutline#post-1748</link>
<pubDate>Mon, 19 Apr 2010 08:56:11 +0000</pubDate>
<dc:creator>tulinking</dc:creator>
<guid isPermaLink="false">1748@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;may be I can
&#60;/p&#62;</description>
</item>
<item>
<title>davidmorgan94965 on "how to hide a sidebar on just one page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/how-to-hide-a-sidebar-on-just-one-page#post-1747</link>
<pubDate>Fri, 05 Mar 2010 01:09:26 +0000</pubDate>
<dc:creator>davidmorgan94965</dc:creator>
<guid isPermaLink="false">1747@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hassan,&#60;br /&#62;
did you ever figure out how to remove the sidebar?
&#60;/p&#62;</description>
</item>
<item>
<title>davidmorgan94965 on "how do I remove the side bar from a template"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/how-do-i-remove-the-side-bar-from-a-template#post-1746</link>
<pubDate>Thu, 04 Mar 2010 01:15:56 +0000</pubDate>
<dc:creator>davidmorgan94965</dc:creator>
<guid isPermaLink="false">1746@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;specifically would like to remove the side bar from all or the posts and pages in my post. I don't know where to look to modify the Cutline template.
&#60;/p&#62;</description>
</item>
<item>
<title>billydupee on "What font is used on the default header??"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/what-font-is-used-on-the-default-header#post-1745</link>
<pubDate>Fri, 29 Jan 2010 01:01:42 +0000</pubDate>
<dc:creator>billydupee</dc:creator>
<guid isPermaLink="false">1745@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hi i wanted to know what font it is that appears on the default header of the cutline theme on wordpress. It looks a bit like arial bold but it is a bit different.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>honeyhill on "My Rotating Images have got stuck!"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/my-rotating-images-have-got-stuck#post-1744</link>
<pubDate>Mon, 25 Jan 2010 17:43:23 +0000</pubDate>
<dc:creator>honeyhill</dc:creator>
<guid isPermaLink="false">1744@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I've just found your header.php with random function and used it in 2 blogs and it is totally awesome!!&#60;/p&#62;
&#60;p&#62;:-)&#60;/p&#62;
&#60;p&#62;Tx
&#60;/p&#62;</description>
</item>

</channel>
</rss>
