<?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: blogroll</title>
<link>http://cutline.tubetorial.com/forums-archive/</link>
<description>Cutline Theme Support Forums Tag: blogroll</description>
<language>en</language>
<pubDate>Wed, 08 Sep 2010 04:48:20 +0000</pubDate>

<item>
<title>tipjar on "Changing title of "Blogroll""</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/changing-title-of-blogroll#post-1487</link>
<pubDate>Fri, 25 Jul 2008 21:14:55 +0000</pubDate>
<dc:creator>tipjar</dc:creator>
<guid isPermaLink="false">1487@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I'm looking for the same answer, only I'm using Cutline 1.3
&#60;/p&#62;</description>
</item>
<item>
<title>phrasewrite on "Blogroll Removal"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/blogroll-removal#post-1481</link>
<pubDate>Wed, 23 Jul 2008 01:32:24 +0000</pubDate>
<dc:creator>phrasewrite</dc:creator>
<guid isPermaLink="false">1481@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Because I hit send on the above, I now find what needs removing from the right sidebar:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_links_list('id'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;I'm my own solution tonight. Thank you :)
&#60;/p&#62;</description>
</item>
<item>
<title>phrasewrite on "Blogroll Removal"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/blogroll-removal#post-1480</link>
<pubDate>Wed, 23 Jul 2008 01:26:27 +0000</pubDate>
<dc:creator>phrasewrite</dc:creator>
<guid isPermaLink="false">1480@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Let me mention, the blogroll is there without activating the widget. When the widget is activated, another duplicate blogroll appears on the left. &#60;a href=&#34;http://66.44.210.251/~polkgove&#34; rel=&#34;nofollow&#34;&#62;http://66.44.210.251/~polkgove&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>phrasewrite on "Blogroll Removal"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/blogroll-removal#post-1479</link>
<pubDate>Wed, 23 Jul 2008 01:20:11 +0000</pubDate>
<dc:creator>phrasewrite</dc:creator>
<guid isPermaLink="false">1479@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;How does one go about removing the Blogroll in the right sidebar?
&#60;/p&#62;</description>
</item>
<item>
<title>wareckl on "Changing title of "Blogroll""</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/changing-title-of-blogroll#post-1477</link>
<pubDate>Mon, 21 Jul 2008 21:49:54 +0000</pubDate>
<dc:creator>wareckl</dc:creator>
<guid isPermaLink="false">1477@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I'm new to wordpress and using the cutline 3 column split theme.  I'm trying to change the title &#34;Blogroll&#34; to &#34;Links&#34; on the home page, and I'm not sure how to accomplish this. Any advice? Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>whynotlime on "Coding Blogroll in Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/coding-blogroll-in-sidebar#post-1234</link>
<pubDate>Fri, 29 Feb 2008 03:27:21 +0000</pubDate>
<dc:creator>whynotlime</dc:creator>
<guid isPermaLink="false">1234@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Okay, I tried it, but it didn't work. I deleted all the files. Every other theme that I try works. Why won't this one? Frustrating. Here is my code for my right sidebar - if you note anything wrong with it, please let me know. Thanks.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;sidebar&#38;quot;&#38;gt;
	&#38;lt;ul class=&#38;quot;sidebar_list&#38;quot;&#38;gt;
		&#38;lt;?php if (!function_exists(&#38;#39;dynamic_sidebar&#38;#39;) &#124;&#124; !dynamic_sidebar(2)) : ?&#38;gt;
		&#38;lt;li class=&#38;quot;widget&#38;quot;&#38;gt;
			&#38;lt;h2&#38;gt;Search It!&#38;lt;/h2&#38;gt;
			&#38;lt;?php include (TEMPLATEPATH . &#38;#39;/searchform.php&#38;#39;); ?&#38;gt;
		&#38;lt;/li&#38;gt;
		&#38;lt;li class=&#38;quot;widget&#38;quot;&#38;gt;
			&#38;lt;h2&#38;gt;Recent Entries&#38;lt;/h2&#38;gt;
			&#38;lt;ul&#38;gt;
				&#38;lt;?php query_posts(&#38;#39;showposts=10&#38;#39;); ?&#38;gt;
				&#38;lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#38;gt;
				&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink() ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title() ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;span class=&#38;quot;recent_date&#38;quot;&#38;gt;&#38;lt;?php the_time(&#38;#39;n.j&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/li&#38;gt;
				&#38;lt;?php endwhile; endif; ?&#38;gt;
				&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;/archives&#38;quot; title=&#38;quot;Visit the archives!&#38;quot;&#38;gt;Visit the archives for more!&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
			&#38;lt;/ul&#38;gt;
		&#38;lt;/li&#38;gt;
		&#38;lt;?php if (function_exists(&#38;#39;get_flickrrss&#38;#39;)) { ?&#38;gt;
		&#38;lt;li class=&#38;quot;widget&#38;quot;&#38;gt;
			&#38;lt;h2&#38;gt;&#38;lt;span class=&#38;quot;flickr_blue&#38;quot;&#38;gt;Flick&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;flickr_pink&#38;quot;&#38;gt;r&#38;lt;/span&#38;gt;&#38;lt;/h2&#38;gt;
			&#38;lt;ul class=&#38;quot;flickr_stream&#38;quot;&#38;gt;
				&#38;lt;?php get_flickrrss(); ?&#38;gt;
			&#38;lt;/ul&#38;gt;
		&#38;lt;/li&#38;gt;
		&#38;lt;?php } ?&#38;gt;
		&#38;lt;?php get_links_list(&#38;#39;id&#38;#39;); ?&#38;gt;
		&#38;lt;?php endif; ?&#38;gt;
	&#38;lt;/ul&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>goffin on "Coding Blogroll in Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/coding-blogroll-in-sidebar#post-1225</link>
<pubDate>Tue, 26 Feb 2008 13:27:20 +0000</pubDate>
<dc:creator>goffin</dc:creator>
<guid isPermaLink="false">1225@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;OK, you say everything works fine with the classic theme. What I would do is delete the theme giving you problems, download a fresh copy from wherever you got it from before, and  then unzip (if needed) and ftp the contents to your wp-content/themes folder. Activate the theme, deactivate all plugins, and let's see what it looks like.&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
</item>
<item>
<title>whynotlime on "Coding Blogroll in Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/coding-blogroll-in-sidebar#post-1224</link>
<pubDate>Tue, 26 Feb 2008 05:35:48 +0000</pubDate>
<dc:creator>whynotlime</dc:creator>
<guid isPermaLink="false">1224@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;And I don't have any idea how to approach the blogroll... it posts fine when I switch it to a &#34;classic&#34; wp theme. Hm.
&#60;/p&#62;</description>
</item>
<item>
<title>whynotlime on "Coding Blogroll in Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/coding-blogroll-in-sidebar#post-1223</link>
<pubDate>Tue, 26 Feb 2008 05:35:01 +0000</pubDate>
<dc:creator>whynotlime</dc:creator>
<guid isPermaLink="false">1223@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Okay, I tried changing my permalink structure, but that didn't work (not sure where to upload the .htaccess file). So, I tried going the other route, but the code in the header.php is different than what Chris details in the instructions.&#60;/p&#62;
&#60;p&#62;Here is the code that I have:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li&#38;gt;&#38;lt;a&#38;gt;href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;/archives/&#38;quot;&#38;gt;archives&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#38;lt;li&#38;gt;&#38;lt;a&#38;gt;href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;); ?&#38;gt;/about/&#38;quot;&#38;gt;about&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;br /&#62;
How would I change this header and archives code? &#60;/p&#62;
&#60;p&#62;At least I feel like I'm starting to understand something. :)&#60;/p&#62;
&#60;p&#62;Thanks - &#60;/p&#62;
&#60;p&#62;Annie
&#60;/p&#62;</description>
</item>
<item>
<title>whynotlime on "Coding Blogroll in Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/coding-blogroll-in-sidebar#post-1222</link>
<pubDate>Tue, 26 Feb 2008 03:54:45 +0000</pubDate>
<dc:creator>whynotlime</dc:creator>
<guid isPermaLink="false">1222@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I'm beginning to wonder if my files are all stored in the right place. I had someone else move them, so maybe are in the right place, but just to get the main page to work? When I tried to create the sitemap and archives pages, it wouldn't work. Any helpful links here? I know this isn't cutline-related, probably. but thanks for reading and possibly helping.
&#60;/p&#62;</description>
</item>
<item>
<title>whynotlime on "Coding Blogroll in Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/coding-blogroll-in-sidebar#post-1221</link>
<pubDate>Tue, 26 Feb 2008 03:35:35 +0000</pubDate>
<dc:creator>whynotlime</dc:creator>
<guid isPermaLink="false">1221@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Goffin - &#60;/p&#62;
&#60;p&#62;Thanks for the reply.&#60;/p&#62;
&#60;p&#62;Local Recommendations is another blog roll... I can add another link to the specific header of &#34;Blog Roll&#34;... but when I add links through WordPress, that's how they show up. I'm not sure what happened to my formatting, since I didn't edit it at all, but my blog rolls aren't being picked up by the theme code. Am I entering them wrong somehow? Maybe it's because I deleted all the supplied blog links instead of just editing some to my own? Hmm.&#60;/p&#62;
&#60;p&#62;I'm going to check out the tutorial that you linked for me also. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>goffin on "Coding Blogroll in Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/coding-blogroll-in-sidebar#post-1212</link>
<pubDate>Mon, 25 Feb 2008 16:07:07 +0000</pubDate>
<dc:creator>goffin</dc:creator>
<guid isPermaLink="false">1212@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I don't see a blogroll on your site.&#60;br /&#62;
&#34;Local recommendations&#34; is way out on the far right. How did you manage that?&#60;br /&#62;
As far as the archives and about problem, there is a good tutorial at&#60;br /&#62;
&#60;a href=&#34;http://www.haanchiang.com/wordpress-cutline-theme-sitemap-and-archives-fix/&#34; rel=&#34;nofollow&#34;&#62;http://www.haanchiang.com/wordpress-cutline-theme-sitemap-and-archives-fix/&#60;/a&#62;&#60;br /&#62;
Good Luck
&#60;/p&#62;</description>
</item>
<item>
<title>whynotlime on "Coding Blogroll in Sidebar"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/coding-blogroll-in-sidebar#post-1210</link>
<pubDate>Mon, 25 Feb 2008 04:10:38 +0000</pubDate>
<dc:creator>whynotlime</dc:creator>
<guid isPermaLink="false">1210@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hi - I'm sure this is a very simple fix. I am new to much of this code and feeling overwhelmed.&#60;/p&#62;
&#60;p&#62;My only problem (well, the primary one, right now) is that my blog roll won't take on the same format as the rest of the blog or link lists. (www.whynotlime.com)&#60;/p&#62;
&#60;p&#62;I'm also trying to make some headway with the additional pages, ie Archives and About.&#60;/p&#62;
&#60;p&#62;Any help? Helpful links? Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>thirdeyetc on "Blogroll creates a fourth column, loses format"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/blogroll-creates-a-fourth-column-loses-format#post-426</link>
<pubDate>Tue, 16 Oct 2007 03:37:02 +0000</pubDate>
<dc:creator>thirdeyetc</dc:creator>
<guid isPermaLink="false">426@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;check your links for extra slashes or a missing slash... but this is mind boggling to me, especially if you overwrote the file. Suppose you could delete the links in your blogroll and readd them&#60;/p&#62;
&#60;p&#62;Using the latest wordpress? 2.3?&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_links_list('id'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;That's all you need. This will display your blogroll ordered by category. If you check out the wordpress codex, there's more options to just display a certain category or the like. But that line of code outputs the list.&#60;/p&#62;
&#60;p&#62;All I can think is that somehow it is not inheriting the necessary styling from your style sheet. If you haven't made any changes to your site design, then you might as well try reinstalling the entire theme and see if that takes care of it if you don't want to mess around with the code.
&#60;/p&#62;</description>
</item>
<item>
<title>jenyipnyc on "Blogroll creates a fourth column, loses format"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/blogroll-creates-a-fourth-column-loses-format#post-420</link>
<pubDate>Mon, 15 Oct 2007 22:38:21 +0000</pubDate>
<dc:creator>jenyipnyc</dc:creator>
<guid isPermaLink="false">420@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hi! Thanks for your help. I didnt do my blogroll with widgets, I just used it the way it came. I think it has always been behaving this way, since I added my first link.&#60;/p&#62;
&#60;p&#62;My r_sidebar.php does have the same code at the end as yours. I redownloaded the theme and overwrote r_sidebar.php, but it didn't seem to fix the problem. Very strange. &#60;/p&#62;
&#60;p&#62;In which file is the code for the line item associated with the blogroll (as you listed above?) &#60;/p&#62;
&#60;p&#62;Any help appreciated, it's so frustrating :-)
&#60;/p&#62;</description>
</item>
<item>
<title>thirdeyetc on "Blogroll creates a fourth column, loses format"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/blogroll-creates-a-fourth-column-loses-format#post-389</link>
<pubDate>Fri, 12 Oct 2007 21:08:34 +0000</pubDate>
<dc:creator>thirdeyetc</dc:creator>
<guid isPermaLink="false">389@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Did you do your blogroll with widgets, or is that just the way it came? Was there a point in time you noticed this starting. When I compare your pages code to mine I am noticing that I have an additional class in the LI associated with the blogroll&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;linkcat-2&#38;quot; class=&#38;quot;linkcat&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Yours just says:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;linkcat-1&#38;quot; &#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you haven't made any modifcations to the l_sidebar.php or r_sidebar.php files, I would recommend simply downloading the theme again and overwriting the r_sidebar.php file with a new one.&#60;/p&#62;
&#60;p&#62;Either way if you open that file and look at it you should see this as the last item in your list:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;/li&#38;gt;
&#38;lt;?php } ?&#38;gt;
&#38;lt;?php get_links_list(&#38;#39;id&#38;#39;); ?&#38;gt;
&#38;lt;?php endif; ?&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So examine that and make sure it looks the same, or just overwrite..
&#60;/p&#62;</description>
</item>
<item>
<title>jenyipnyc on "Blogroll creates a fourth column, loses format"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/blogroll-creates-a-fourth-column-loses-format#post-386</link>
<pubDate>Fri, 12 Oct 2007 18:59:50 +0000</pubDate>
<dc:creator>jenyipnyc</dc:creator>
<guid isPermaLink="false">386@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I have cutline 3 split, and my blogroll wanders off and creates a 4th column on the right. Also, it loses all of its formatting. How can I fix this? You can see it at jenyip.com/blog.
&#60;/p&#62;</description>
</item>
<item>
<title>jtbloom on "blogroll problems"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/blogroll-problems#post-173</link>
<pubDate>Sun, 16 Sep 2007 15:00:29 +0000</pubDate>
<dc:creator>jtbloom</dc:creator>
<guid isPermaLink="false">173@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hi There,&#60;br /&#62;
I activated a blogroll in my side bar &#60;a href=&#34;http://www.stylechatter.com&#34; rel=&#34;nofollow&#34;&#62;www.stylechatter.com&#60;/a&#62; - each time I add a link to the blogroll in my admin panel, empty the cache and view my site, the blogroll link title is not consistent with the other catagory titles (catagories, recent entries and so on).  The text of the blogroll area is smaller and off center and the link that I added has smaler text.  How do I fix this.&#60;br /&#62;
jtbloom
&#60;/p&#62;</description>
</item>

</channel>
</rss>
