<?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 Tag:  admin</title>
<link>http://cutline.tubetorial.com/forums-archive/</link>
<description>Cutline Theme Support Forums Tag:  admin</description>
<language>en</language>
<pubDate>Fri, 10 Feb 2012 21:46:17 +0000</pubDate>

<item>
<title>phattnuss on "Can't login to admin"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/cant-login-to-admin#post-1500</link>
<pubDate>Thu, 31 Jul 2008 17:42:30 +0000</pubDate>
<dc:creator>phattnuss</dc:creator>
<guid isPermaLink="false">1500@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Nevermind, I figured it out.
&#60;/p&#62;</description>
</item>
<item>
<title>phattnuss on "Can't login to admin"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/cant-login-to-admin#post-1499</link>
<pubDate>Thu, 31 Jul 2008 17:13:39 +0000</pubDate>
<dc:creator>phattnuss</dc:creator>
<guid isPermaLink="false">1499@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I'm new to wordpress.org, and when I switched to the cutline 2.1 theme, my admin login link disappeared from the front page. I now can't get to my dashboard. &#60;/p&#62;
&#60;p&#62;Any ideas (other than dumping the theme and reinstalling it)?
&#60;/p&#62;</description>
</item>
<item>
<title>crawford on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-1465</link>
<pubDate>Thu, 03 Jul 2008 15:17:57 +0000</pubDate>
<dc:creator>crawford</dc:creator>
<guid isPermaLink="false">1465@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I tried kevinwmoore's suggestion, to no noticeable effect. My file already had register_sidebar(2); so I added register_sidebar(1); instead. The suggestion seems credible but may be only part of the solution.
&#60;/p&#62;</description>
</item>
<item>
<title>brucefryer on "How To Remove The ADMIN Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/how-to-remove-the-admin-sidebar#post-1432</link>
<pubDate>Wed, 11 Jun 2008 14:56:13 +0000</pubDate>
<dc:creator>brucefryer</dc:creator>
<guid isPermaLink="false">1432@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Add widgets to the left sidebar and the defaults go away.
&#60;/p&#62;</description>
</item>
<item>
<title>pypo on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-1430</link>
<pubDate>Wed, 11 Jun 2008 13:50:53 +0000</pubDate>
<dc:creator>pypo</dc:creator>
<guid isPermaLink="false">1430@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Where do I find:   Presentation &#38;gt; Widgets
&#60;/p&#62;</description>
</item>
<item>
<title>pypo on "How To Remove The ADMIN Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/how-to-remove-the-admin-sidebar#post-1429</link>
<pubDate>Wed, 11 Jun 2008 13:47:15 +0000</pubDate>
<dc:creator>pypo</dc:creator>
<guid isPermaLink="false">1429@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I would like to REMOVE the ADMIN sidebar from the default installation front page (left sidebar on bottom).&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>kevinwmoore on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-1367</link>
<pubDate>Sun, 11 May 2008 19:37:22 +0000</pubDate>
<dc:creator>kevinwmoore</dc:creator>
<guid isPermaLink="false">1367@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;arm0110:&#60;/p&#62;
&#60;p&#62;nycdeb provides a helpful answer here: &#60;a href=&#34;http://cutline.tubetorial.com/forums/topic/multiple-sidebars-for-page-templates?replies=7&#34; rel=&#34;nofollow&#34;&#62;http://cutline.tubetorial.com/forums/topic/multiple-sidebars-for-page-templates?replies=7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But I'll rephrase the advice, because there were some things unclear to me that might be unclear to others.&#60;/p&#62;
&#60;p&#62;1) If you have not already done so, you'll need to make your files for sidebar.php, r_sidebar.php, and functions.php writeable.&#60;/p&#62;
&#60;p&#62;2) Your sidebar.php and r_sidebar.php files should, respectively, have a line of code like this:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php if (!function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(1)) : ?&#38;gt;&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php if (!function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(2)) : ?&#38;gt;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This line tells the function.php file which sidebar is which. But the function.php has only one call line for for the first sidebar file. So you need to create another call line calling out to the second sidebar file.&#60;/p&#62;
&#60;p&#62;3) Do this by opening the function.php file. Find the line (near the top) that reads:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;if ( function_exists('register_sidebars') )&#60;br /&#62;
    register_sidebar(1);&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Copy the &#34;register_sidebar(1);&#34; line. Paste the new line below it. Change the &#34;1&#34; to a &#34;2&#34; like this:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;    register_sidebar(2);&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Be sure to keep the semicolon!&#60;br /&#62;
And that's it! You should see &#34;Sidebar 1&#34; and &#34;Sidebar 2&#34; in your widgets options.
&#60;/p&#62;</description>
</item>
<item>
<title>aciecka on "How to access Meta Admin"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/how-to-access-meta-admin#post-1269</link>
<pubDate>Thu, 13 Mar 2008 04:21:21 +0000</pubDate>
<dc:creator>aciecka</dc:creator>
<guid isPermaLink="false">1269@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I can't seem to find where to access the meta, on my newly posted site, where i can than enter my password and do all the admin stuff. Think i have been messing around too much with the theme and possibly have deleted it, or not.
&#60;/p&#62;</description>
</item>
<item>
<title>arm0110 on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-1052</link>
<pubDate>Sun, 20 Jan 2008 05:35:42 +0000</pubDate>
<dc:creator>arm0110</dc:creator>
<guid isPermaLink="false">1052@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I have the same problem in Cutline with the two right sidebars. Sidebar 1 displays in the Widgets admin area and works fine, but Sidebar 2 does not appear at all in Widgets Admin. I have not modified the code from the original downloaded files, so why the r_sidebar (which has the widget code in it) does not display in Admin is a mystery.  Anyone know how to fix this???
&#60;/p&#62;</description>
</item>
<item>
<title>Stephanie on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-861</link>
<pubDate>Tue, 18 Dec 2007 19:03:09 +0000</pubDate>
<dc:creator>Stephanie</dc:creator>
<guid isPermaLink="false">861@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;One place to look is Presentation -&#38;gt; Widgets. You should see Sidebar 1 and Sidebar 2. Another is in the Theme Editor (also under Presentation) look for the files labeled r_sidebar.php and l_sidebar.php. Finally, you can download the widgets file from the directory labeled blog on your server for access to the widgets. -Good luck.
&#60;/p&#62;</description>
</item>
<item>
<title>cutlinegurl on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-849</link>
<pubDate>Sun, 16 Dec 2007 09:17:33 +0000</pubDate>
<dc:creator>cutlinegurl</dc:creator>
<guid isPermaLink="false">849@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I am using the 3 column layout.  In my admin area I have only one sidebar - functioning fine with widgets, etc.  But on my site, there are two sidebars displaying (which I want).  I just have no idea where the content is coming from and I would like more control over this.
&#60;/p&#62;</description>
</item>
<item>
<title>beisbolct on "Lost Admin widget"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/lost-admin-widget#post-729</link>
<pubDate>Thu, 22 Nov 2007 05:06:11 +0000</pubDate>
<dc:creator>beisbolct</dc:creator>
<guid isPermaLink="false">729@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;are you looking for the meta one. It should be under presentation, widgets.
&#60;/p&#62;</description>
</item>
<item>
<title>magothy on "Lost Admin widget"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/lost-admin-widget#post-725</link>
<pubDate>Wed, 21 Nov 2007 01:57:09 +0000</pubDate>
<dc:creator>magothy</dc:creator>
<guid isPermaLink="false">725@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Somehow while editing my left sidebar, I lost my Admin widget. Can anyone send me the code?
&#60;/p&#62;</description>
</item>

</channel>
</rss>

