<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Tag: The Columnist - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/the-columnist</link>
		<description>WordPress.com Forums &#187; Tag: The Columnist - Recent Posts</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 01:40:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/the-columnist" rel="self" type="application/rss+xml" />

		<item>
			<title>justpi on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1273536</link>
			<pubDate>Tue, 21 May 2013 12:33:40 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1273536@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!
</p>
]]></description>
					</item>
		<item>
			<title>michelionascu on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1273531</link>
			<pubDate>Tue, 21 May 2013 12:31:53 +0000</pubDate>
			<dc:creator>michelionascu</dc:creator>
			<guid isPermaLink="false">1273531@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>THANKS!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1273503</link>
			<pubDate>Tue, 21 May 2013 11:47:01 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1273503@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Paste this in the CSS editor:<br />
<pre><code>#main, .site-footer {
    margin: auto;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>michelionascu on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1273495</link>
			<pubDate>Tue, 21 May 2013 11:38:34 +0000</pubDate>
			<dc:creator>michelionascu</dc:creator>
			<guid isPermaLink="false">1273495@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for your help!<br />
just can you tell me what is the css code to write on the right to center my columnist website?<br />
thank you
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "post"</title>
			<link>http://en.forums.wordpress.com/topic/post-15#post-1267886</link>
			<pubDate>Thu, 16 May 2013 17:02:36 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1267886@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also see <a href="http://en.forums.wordpress.com/topic/featured-image-for-post?replies=2#post-1265147" rel="nofollow">http://en.forums.wordpress.com/topic/featured-image-for-post?replies=2#post-1265147</a>
</p>
]]></description>
					</item>
		<item>
			<title>mirimary on "post"</title>
			<link>http://en.forums.wordpress.com/topic/post-15#post-1267384</link>
			<pubDate>Thu, 16 May 2013 08:11:22 +0000</pubDate>
			<dc:creator>mirimary</dc:creator>
			<guid isPermaLink="false">1267384@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Eh, I can't seem to edit my first reply.</p>
<p>Not sure why the code display is weird but the proper code should be:<br />
<code>.home .post.category-event .thumbnail {display: none;}</code>
</p>
]]></description>
					</item>
		<item>
			<title>mirimary on "post"</title>
			<link>http://en.forums.wordpress.com/topic/post-15#post-1267382</link>
			<pubDate>Thu, 16 May 2013 08:07:10 +0000</pubDate>
			<dc:creator>mirimary</dc:creator>
			<guid isPermaLink="false">1267382@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Looks like it's a limitation of the theme you're using <a href="http://theme.wordpress.com/themes/the-columnist/">The Columnist</a>.</p>
<p>Normally, you can fix this by editing the theme's PHP files. Sadly, WordPress.com does not allow us to edit those files. :&#124;</p>
<p>BUT you can make do by hiding the box for the thumbnail using CSS code, only for posts of the event category. This will require <a href="http://en.support.wordpress.com/custom-design/">the Custom Design upgrade (found here)</a>.</p>
<p>You can try the upgrade before buying it first. <a href="http://en.support.wordpress.com/custom-design/">Go to this page</a> and look for the "I’m not sure if the Custom Design upgrade is for me. Can I try before I buy?" part.</p>
<p>When it instructs you to edit your CSS, add this piece of code at the bottom of the file:<br />
<code>&lt;br /&gt;
.home .post.category-event .thumbnail {&lt;br /&gt;
display: none;&lt;br /&gt;
}&lt;br /&gt;
</code></p>
<p>In the code above, replace "event" with the name of the category you wish to hide. Take note that this will hide ALL images/coloured boxes for all posts of the event category in your homepage. Even if you add a featured image to the, event post, it won't show up.</p>
<p>If this works for you and you think it's worth $30 per blog, per year, you can decide whether to purchase the CSS upgrade or not. :)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "post"</title>
			<link>http://en.forums.wordpress.com/topic/post-15#post-1267357</link>
			<pubDate>Thu, 16 May 2013 07:23:04 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1267357@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Make sure on each post that you do not set a featured image. If you have featured images set for the posts, you can remove the featured image as explained in this <a href="http://en.support.wordpress.com/featured-images/#removing-a-featured-image">support document</a>.
</p>
]]></description>
					</item>
		<item>
			<title>tecnimpresasrl on "post"</title>
			<link>http://en.forums.wordpress.com/topic/post-15#post-1267352</link>
			<pubDate>Thu, 16 May 2013 07:20:06 +0000</pubDate>
			<dc:creator>tecnimpresasrl</dc:creator>
			<guid isPermaLink="false">1267352@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi! I need help to change a configuration of some posts in my blog.<br />
There is a way in which I can publish all posts of event category without any featured image or coloured box? I would like to publish the events' posts only with the text.</p>
<p>Thanks in advance
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1266235</link>
			<pubDate>Wed, 15 May 2013 14:41:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1266235@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>if I copy paste the source code from the safari menu, copy paste it on the display CSS window, will I keep the design originally generated by the template without loosing any information?</p></blockquote>
<p>Nope, you should not do that unless you are advanced at CSS.</p>
<blockquote><p>if not, how can I keep the original generated design and have it transfered as CSS code into that window?</p></blockquote>
<p>You should only add updates to the CSS editor in the Appearance &#8594; Themes &#8594; Customize &#8594; CSS panel unless you want to delete all of the theme's original CSS to completely start from scratch with a blank slate.</p>
<p>To see the current CSS, just use the browser tools built in to your web browser. In Safari, go to Preferences → Advanced and check the "Show Develop menu in menu bar" to turn on the developer tools. Then load your website, right-click on any item, and select the "Inspect Element" option. that will pull up a view of the HTML for what you clicked on as well as all the CSS that applies to that element on the right. Once you find the selectors in the CSS that match what you want to change, you can write new CSS rules (or copy individual blocks from the web inspector) and put them in your WordPress.com CSS editor to make changes to your blog's appearance.
</p>
]]></description>
					</item>
		<item>
			<title>michelionascu on "HOW TO TRANSFER TEMPLATE CODE TO CSS WINDOW"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-transfer-template-code-to-css-window#post-1266168</link>
			<pubDate>Wed, 15 May 2013 13:06:23 +0000</pubDate>
			<dc:creator>michelionascu</dc:creator>
			<guid isPermaLink="false">1266168@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I customized my site through the templates available on WordPress (the columnist). After upgrading in order to be able to modify the design and personalize the site, I am brought to a new page where I can change the CSS code. Unfortunately the original CSS code does not appear on the right hand display window. I am only given a welcome text. I would like to keep the original design from the template and its CSS code to modify a few details within it (such as centering and such...).<br />
I have the following questions:<br />
if I copy paste the source code from the safari menu, copy paste it on the display CSS window, will I keep the design originally generated by the template without loosing any information?<br />
if not, how can I keep the original generated design and have it transfered as CSS code into that window?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Image does not show"</title>
			<link>http://en.forums.wordpress.com/topic/image-does-not-show#post-1265603</link>
			<pubDate>Tue, 14 May 2013 20:02:24 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1265603@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Are you familiar with the content in the theme description found here?<br />
<a href="http://theme.wordpress.com/themes/the-columnist/" rel="nofollow">http://theme.wordpress.com/themes/the-columnist/</a></p>
<p>You need to set a featured image of the exact dimensions required by the theme.</p>
<blockquote><p>    Featured Images<br />
    If you assign a feature image to one of your posts it will display differently depending on which template you are viewing. For instance: on the home page as well as all other pages that display multiple posts, your featured image will appear cropped at 180 pixels wide by 180 pixels tall. In cases where your original uploaded featured image is 610 pixles wide or wider, it will also appear at the very top of single posts and pages.</p></blockquote>
<p>Setting a featured image &#62; <a href="http://en.support.wordpress.com/featured-images/#setting-a-featured-image" rel="nofollow">http://en.support.wordpress.com/featured-images/#setting-a-featured-image</a><br />
If you don’t see the Featured Image module on your Add New or Edit Post page, please make sure you’ve selected Featured Image in your Screen Options. <a href="http://en.support.wordpress.com/screen-options" rel="nofollow">http://en.support.wordpress.com/screen-options</a>
</p>
]]></description>
					</item>
		<item>
			<title>j61zhang on "Image does not show"</title>
			<link>http://en.forums.wordpress.com/topic/image-does-not-show#post-1265597</link>
			<pubDate>Tue, 14 May 2013 19:57:24 +0000</pubDate>
			<dc:creator>j61zhang</dc:creator>
			<guid isPermaLink="false">1265597@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I use the Columnist as  theme, and some of my images do not show in my home page, but if you click the articles, they show with article. I am not sure what the problem is. I try to find out figured image options, and did not see it.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "featured image for post"</title>
			<link>http://en.forums.wordpress.com/topic/featured-image-for-post#post-1265147</link>
			<pubDate>Tue, 14 May 2013 10:23:39 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1265147@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add this in the CSS editor:<br />
<pre><code>.placeholder {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>tecnimpresasrl on "featured image for post"</title>
			<link>http://en.forums.wordpress.com/topic/featured-image-for-post#post-1265128</link>
			<pubDate>Tue, 14 May 2013 09:44:54 +0000</pubDate>
			<dc:creator>tecnimpresasrl</dc:creator>
			<guid isPermaLink="false">1265128@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi!<br />
There is a way in which i can choose to visualize on my homepage some posts without a featured image? I would like to publish my project's posts with image and my event's posts only with text. (not image or coloured box) thanks!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Size of Youtube and Vimeo players in The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/size-of-youtube-and-vimeo-players-in-the-columnist#post-1249803</link>
			<pubDate>Tue, 30 Apr 2013 23:11:55 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1249803@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I've been slogging through and finally came across the relevant command or declaration as regards Youtube -- why these things are not readily made available by WordPress or others (as though they were arcana) passes all understanding.
</p></blockquote>
<p>Because using that selector is not the best way to adjust those (or at least not common).</p>
<blockquote><p>One other thing: if you're referring to the box with a number in pixels on the CSS control panel, for setting a width for videos, etc.,
</p></blockquote>
<p>Exactly, the videos should get inserted at content width size (set in the Appearance → Themes → Customize → CSS panel). That should work so long as you haven't added any other specific size rules, like the Vimeo one currently has in the example you linked or with some other CSS.</p>
<p>Let's step back. What is your end goal exactly? Is it to make video embeds the same size as the content width, or a different size?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Placing a search widget on the &quot;feed-wrap&quot; pages in The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/placing-a-search-widget-on-the-feed-wrap-pages-in-the-columnist#post-1249082</link>
			<pubDate>Tue, 30 Apr 2013 18:09:43 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1249082@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>But have you any idea what might be preventing a horizontal scroll bar from appearing?</p></blockquote>
<p>The overflow property set to hidden for the #page element is causing that. A rule like that is usually added to clear floats. It wouldn't be good advice to remove without researching the theme a bit more because presumably the rule was added by the theme author for a good reason, and it could break the layout in unexpected ways.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Have the title of Category displayed on home page of The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/have-the-title-of-category-displayed-on-home-page-of-the-columnist#post-1247867</link>
			<pubDate>Mon, 29 Apr 2013 21:38:20 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1247867@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This site <a href="http://thecolumnist.info/" rel="nofollow">http://thecolumnist.info/</a> is not a free hosted WordPress.com blog. It is running the version of the theme that coded for use on WordPress&#62;ORG software.
</p>
]]></description>
					</item>
		<item>
			<title>thecolouredzebra on "Have the title of Category displayed on home page of The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/have-the-title-of-category-displayed-on-home-page-of-the-columnist#post-1247860</link>
			<pubDate>Mon, 29 Apr 2013 21:34:23 +0000</pubDate>
			<dc:creator>thecolouredzebra</dc:creator>
			<guid isPermaLink="false">1247860@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I tried and I still haven't been able to get the Titles (i.e. Advocacy) on top of my post on my front page.</p>
<p>Basically I want to have the exact say front page layout with headers like this:  <a href="http://thecolumnist.info/" rel="nofollow">http://thecolumnist.info/</a></p>
<p>Thanks for your help by the way, I greatly appreciate it!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Have the title of Category displayed on home page of The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/have-the-title-of-category-displayed-on-home-page-of-the-columnist#post-1247781</link>
			<pubDate>Mon, 29 Apr 2013 20:56:55 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1247781@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The theme description that applies to the version of the theme that's adapted to run on WordPress&#62;COM software  is here:<br />
<a href="http://theme.wordpress.com/themes/the-columnist/" rel="nofollow">http://theme.wordpress.com/themes/the-columnist/</a><br />
You can create a custom menu and include exactly what you want in it while excluding what you don't want from it.<br />
<a href="http://en.support.wordpress.com/menus/" rel="nofollow">http://en.support.wordpress.com/menus/</a><br />
You can create a custom menu and then add the dynamic categories pages and sub-categories pages to it.<br />
<a href="http://en.support.wordpress.com/menus/#adding-category-pages" rel="nofollow">http://en.support.wordpress.com/menus/#adding-category-pages</a><br />
<a href="http://en.support.wordpress.com/menus/#changing-the-order-creating-sub-menus" rel="nofollow">http://en.support.wordpress.com/menus/#changing-the-order-creating-sub-menus</a></p>
<p>There are many common errors, misunderstandings and misconceptions when creating custom menus and you can read about them here. &#62; <a href="http://wpbtips.wordpress.com/2011/12/19/custom-menus/" rel="nofollow">http://wpbtips.wordpress.com/2011/12/19/custom-menus/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thecolouredzebra on "Have the title of Category displayed on home page of The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/have-the-title-of-category-displayed-on-home-page-of-the-columnist#post-1247769</link>
			<pubDate>Mon, 29 Apr 2013 20:50:23 +0000</pubDate>
			<dc:creator>thecolouredzebra</dc:creator>
			<guid isPermaLink="false">1247769@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>I was wondering is there anyway to have the Titles for each of the Categories be displays on the front page of this theme?</p>
<p>(Kinda like The Columnist theme for the .org version of the Columnist: <a href="http://thecolumnist.info/" rel="nofollow">http://thecolumnist.info/</a>) </p>
<p>Thanks!</p>
<p>TheColouredZebra
</p>
]]></description>
					</item>
		<item>
			<title>musicuratum on "Size of Youtube and Vimeo players in The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/size-of-youtube-and-vimeo-players-in-the-columnist#post-1241229</link>
			<pubDate>Wed, 24 Apr 2013 20:37:09 +0000</pubDate>
			<dc:creator>musicuratum</dc:creator>
			<guid isPermaLink="false">1241229@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One other thing: if you're referring to the box with a number in pixels on the CSS control panel, for setting a width for videos, etc., if the content width has been changed from the standard, I've tried that too -- I mean, I experimented on an existing post, removed the Youtube short codes, saved the changed post, and then reinserted them, saving it again: but it did not display any differently than before. I realize that this feature (as is said explicitly) cannot be expected to effect changes in existing posts, but it seems that it does not work at all, at least for The Columnist theme.
</p>
]]></description>
					</item>
		<item>
			<title>musicuratum on "Size of Youtube and Vimeo players in The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/size-of-youtube-and-vimeo-players-in-the-columnist#post-1241204</link>
			<pubDate>Wed, 24 Apr 2013 20:31:08 +0000</pubDate>
			<dc:creator>musicuratum</dc:creator>
			<guid isPermaLink="false">1241204@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've been slogging through and finally came across the relevant command or declaration as regards Youtube -- why these things are not readily made available by WordPress or others (as though they were arcana) passes all understanding.</p>
<p>It's ".youtube-player."</p>
<p>Currently I'm hunting for the correlate command for Vimeo, but haven't yet found it. (And for the Soundcloud widgets, too.)</p>
<p>This post includes both Youtube and Vimeo videos:</p>
<p><a href="http://musicuratum.com/2012/12/31/through-rooms-of-music-heidi-locher-and-frederick-paxtons-hotel-kalifornia/" rel="nofollow">http://musicuratum.com/2012/12/31/through-rooms-of-music-heidi-locher-and-frederick-paxtons-hotel-kalifornia/</a></p>
<p>Whereas I've dealt with the Youtube ones, you'll notice that the Vimeo one is still governed by the coding I've put in for Iframes, which now governs e.g. the (relatively few) Bandcamp players I've embedded on my site -- and I'm probably going to convert the Soundcloud widgets I have embedded to the Iframe format as well. But because I've styled the Iframes with a certain optical effect, I need to find the code for the Vimeo players (which are also Iframes) in order to counteract it for them.</p>
<p>(The categories and tags for single posts I did manage to configure -- though not yet completely. I've been trying to make enough sense of Firebug to be able to identify the elements I still want to alter, but without success. Do you happen to know the CSS handles of these elements?)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to style linking text in posts in The Columnist theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-style-linking-text-in-posts-in-the-columnist-theme#post-1240799</link>
			<pubDate>Wed, 24 Apr 2013 17:37:55 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1240799@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you use "!important" too many times, it can start to overlap and become a bit hard to manage. Make sure to use it sparingly.</p>
<p>I agree we need to see an example link. Without one, it's hard to make guesses, especially since you've already modified CSS.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Size of Youtube and Vimeo players in The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/size-of-youtube-and-vimeo-players-in-the-columnist#post-1240789</link>
			<pubDate>Wed, 24 Apr 2013 17:30:41 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1240789@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm not sure if that would work, but we can try it. Can you please link to an example post?</p>
<p>Also, if you are inserting the videos at full width and you have adjusted the main column content width via CSS, make sure you have also adjusted the content width setting in the Appearance &#8594; Themes &#8594; Customize &#8594; CSS panel to match.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Category and tag information next to single posts in The Columnist"</title>
			<link>http://en.forums.wordpress.com/topic/category-and-tag-information-next-to-single-posts-in-the-columnist#post-1240768</link>
			<pubDate>Wed, 24 Apr 2013 17:20:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1240768@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I found an example single post on your blog:<br />
<a href="http://musicuratum.com/2013/04/07/sunday-evening-round-up-on-soundcloud/" rel="nofollow">http://musicuratum.com/2013/04/07/sunday-evening-round-up-on-soundcloud/</a></p>
<p>And the categories and tags look positioned next to the text column on the right. Am I looking at the right thing? Do you still need help with this issue?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Sidebar(Widgets) is not displayed The Columnist Theme"</title>
			<link>http://en.forums.wordpress.com/topic/sidebarwidgets-is-not-displayed-the-columnist-theme#post-1239073</link>
			<pubDate>Tue, 23 Apr 2013 21:38:05 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1239073@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your widgets <em>are</em> displaying (when you view a single post or a static page): they show <em>below</em> the content. The Columnist doesn't have a widget sidebar, it has footer widget areas only, and the labels "<em>Sidebar</em> 1/2/3/4" in Appearance &#62; Widgets are simply misleading.
</p>
]]></description>
					</item>
		<item>
			<title>motivatedtribe on "Sidebar(Widgets) is not displayed The Columnist Theme"</title>
			<link>http://en.forums.wordpress.com/topic/sidebarwidgets-is-not-displayed-the-columnist-theme#post-1238931</link>
			<pubDate>Tue, 23 Apr 2013 20:38:02 +0000</pubDate>
			<dc:creator>motivatedtribe</dc:creator>
			<guid isPermaLink="false">1238931@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>According to the theme developer  <a href="http://theme.wordpress.com/themes/the-columnist/" rel="nofollow">http://theme.wordpress.com/themes/the-columnist/</a></p>
<p>"Widgets will not appear in any template where multiple posts are displayed."</p>
<p>Are you trying to get them to display on the front page, or single post pages?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How to customize (with CSS) some features of The Columnist?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-customize-with-css-some-features-of-the-columnist#post-1238283</link>
			<pubDate>Tue, 23 Apr 2013 15:51:53 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1238283@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You didn't notice this:<br />
"Same things when you <em>hover over a tag in the HTML column</em>."<br />
After you reveal the nested HTML tags, you can hover over them and see which one produces the rectangle around the item you're looking for.<br />
And again this isn't necessary when the tag encloses some obvious content; for instance, you don't need the rectangle to realize that this item is the post date:<br />
<code>&lt;time class=&quot;entry-date&quot; ETC ETC&quot;&gt;April 14, 2013&lt;/time&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>anilbhaskar on "Sidebar(Widgets) is not displayed The Columnist Theme"</title>
			<link>http://en.forums.wordpress.com/topic/sidebarwidgets-is-not-displayed-the-columnist-theme#post-1237842</link>
			<pubDate>Tue, 23 Apr 2013 08:19:43 +0000</pubDate>
			<dc:creator>anilbhaskar</dc:creator>
			<guid isPermaLink="false">1237842@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using The Columnist Theme for my blog. I have added some widgets in sidebar, but they are not getting displayed in my blog.<br />
Please help somebody.
</p>
]]></description>
					</item>

	</channel>
</rss>
