<?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: Skeptical - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/skeptical</link>
		<description>WordPress.com Forums &#187; Tag: Skeptical - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 06:43:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/skeptical" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "How to make posts wider?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-posts-wider#post-1306354</link>
			<pubDate>Sat, 15 Jun 2013 00:55:18 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1306354@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked the blog you selected when you created your help request, and I see it is currently using the Oxygen theme:<br />
<a href="http://thegoonermonkey.wordpress.com/" rel="nofollow">http://thegoonermonkey.wordpress.com/</a></p>
<p>Next, I found two example pages for reference. Here is a page using the full-width page template:<br />
<a href="http://thegoonermonkey.wordpress.com/arsenal/" rel="nofollow">http://thegoonermonkey.wordpress.com/arsenal/</a></p>
<p>And here is a recent post:<br />
<a href="http://thegoonermonkey.wordpress.com/2013/06/10/monday-news-round-up/" rel="nofollow">http://thegoonermonkey.wordpress.com/2013/06/10/monday-news-round-up/</a></p>
<p>I noticed you already have this custom CSS to hide the right sidebar on single posts:</p>
<pre><code>.single-post #tertiary {
	display: none;
}
.single-post #content {
	margin-right: 0;
}</code></pre>
<p>You can do the same thing to the left sidebar (#secondary) and set the left margin to zero to get an effect that's more like the full-width page template. In addition to the CSS you already have, add this:</p>
<pre><code>.single-post #secondary {
	display: none;
}
.single-post #content {
	margin-left: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>justpi on "Remove Sidebar when reading posts"</title>
			<link>http://en.forums.wordpress.com/topic/remove-sidebar-when-reading-posts#post-1282150</link>
			<pubDate>Tue, 28 May 2013 02:24:44 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1282150@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!</p>
<p>Note, for other users who might visit this thread: this is for the Skeptical theme.
</p>
]]></description>
					</item>
		<item>
			<title>cristobalshort on "Remove Sidebar when reading posts"</title>
			<link>http://en.forums.wordpress.com/topic/remove-sidebar-when-reading-posts#post-1282124</link>
			<pubDate>Tue, 28 May 2013 01:38:45 +0000</pubDate>
			<dc:creator>cristobalshort</dc:creator>
			<guid isPermaLink="false">1282124@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much!!!!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Remove Sidebar when reading posts"</title>
			<link>http://en.forums.wordpress.com/topic/remove-sidebar-when-reading-posts#post-1282119</link>
			<pubDate>Tue, 28 May 2013 01:35:46 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1282119@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try pasting this in the CSS editor:<br />
<pre><code>.single-post #sidebar {
    display: none;
}
.single-post #main.col-left {
    width: 940px;
}
.single-post .post .middle {
    margin: 0;
    width: 719px;
}
.single-post .nav-entries, .post-entries {
    width: 719px;
}
.single-post #comments {
    width: 940px;
}
.single-post #comments .comment .comment-container .comment-content {
    width: 799px;
}
.single-post #comments .comment.depth-2 .comment-content {
    width: 774px;
}
.single-post #comments .comment.depth-3 .comment-content {
	width: 749px;
}
.single-post #comments .comment.depth-4 .comment-content {
	width: 724px;
}
.single-post #comments .comment.depth-5 .comment-content {
	width: 674px;
}
.single-post #comments .comment.depth-6 .comment-content {
	width: 649px;
}
.single-post #comments .comment.depth-7 .comment-content {
	width: 624px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>cristobalshort on "Remove Sidebar when reading posts"</title>
			<link>http://en.forums.wordpress.com/topic/remove-sidebar-when-reading-posts#post-1282039</link>
			<pubDate>Tue, 28 May 2013 00:04:18 +0000</pubDate>
			<dc:creator>cristobalshort</dc:creator>
			<guid isPermaLink="false">1282039@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I change the CSS to remove the sidebar when reading a post?Or make the posts full page?<br />
Thanks
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to make posts wider?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-posts-wider#post-1281542</link>
			<pubDate>Mon, 27 May 2013 18:06:17 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1281542@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I do not help with CSS editing. This thread is tagged and will be moved to the CSS Forum for you. Please be patient and do not create another thread.
</p>
]]></description>
					</item>
		<item>
			<title>cristobalshort on "How to make posts wider?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-posts-wider#post-1281533</link>
			<pubDate>Mon, 27 May 2013 18:00:14 +0000</pubDate>
			<dc:creator>cristobalshort</dc:creator>
			<guid isPermaLink="false">1281533@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That makes the posts move to the left a little bit but it does not make them larger to take up more space.<br />
Any other suggestions?<br />
Thanks for your help
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to make posts wider?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-posts-wider#post-1281502</link>
			<pubDate>Mon, 27 May 2013 17:43:44 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1281502@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Does this help?<br />
<a href="http://en.forums.wordpress.com/topic/wider-posts?replies=8#post-942183" rel="nofollow">http://en.forums.wordpress.com/topic/wider-posts?replies=8#post-942183</a>
</p>
]]></description>
					</item>
		<item>
			<title>cristobalshort on "How to make posts wider?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-make-posts-wider#post-1281498</link>
			<pubDate>Mon, 27 May 2013 17:41:02 +0000</pubDate>
			<dc:creator>cristobalshort</dc:creator>
			<guid isPermaLink="false">1281498@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Earlier I submitted a question wondering if you can make posts full width. What I mean by that is if it is possible to edit the CSS to where if you click on a post it will come up in the same fashion as a full-width page template.<br />
Thanks for your help
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How do I delete the link in the header image?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-delete-the-link-in-the-header-image#post-1190351</link>
			<pubDate>Thu, 21 Mar 2013 22:50:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1190351@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One way would be to hide the link and then manually re-add a background image to a different element and adjust spacing with CSS. However, I wouldn't recommend removing it. It's a good feature to have!
</p>
]]></description>
					</item>
		<item>
			<title>cleggles89 on "How do I delete the link in the header image?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-delete-the-link-in-the-header-image#post-1189854</link>
			<pubDate>Thu, 21 Mar 2013 17:04:28 +0000</pubDate>
			<dc:creator>cleggles89</dc:creator>
			<guid isPermaLink="false">1189854@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there, </p>
<p>Does anybody know how I completely delete the link in the header image I am using Skeptical theme? </p>
<p>Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>kalizamar on "Theme appearance: can I change appearance of Skepical theme to 3 columns?"</title>
			<link>http://en.forums.wordpress.com/topic/theme-appearance-can-i-change-appearance-of-skepical-theme-to-3-columns#post-1185938</link>
			<pubDate>Mon, 18 Mar 2013 13:51:25 +0000</pubDate>
			<dc:creator>kalizamar</dc:creator>
			<guid isPermaLink="false">1185938@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,<br />
Does anyone know if I can change the text on my blog (Skeptical theme) from 2 columns to 3 columns wide, so I can alter it according to whether I'm posting a poem or a travel article?</p>
<p>Is there an easy visual way for readers to see popular or recent posts (with photos) without having to scroll down in date order?</p>
<p>Or can you suggest another (user friendly) theme that I can use for the above </p>
<p>I want to keep my customised header &#38; if possible the customised background.</p>
<p>The blog I need help with is<br />
<a href="http://kalizamar.wordpress.com/" rel="nofollow">http://kalizamar.wordpress.com/</a></p>
<p>Many thanks
</p>
]]></description>
					</item>
		<item>
			<title>catrymer on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1132326</link>
			<pubDate>Wed, 23 Jan 2013 23:55:05 +0000</pubDate>
			<dc:creator>catrymer</dc:creator>
			<guid isPermaLink="false">1132326@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for posting the new thread.
</p>
]]></description>
					</item>
		<item>
			<title>hollyannegetspoetic on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1132290</link>
			<pubDate>Wed, 23 Jan 2013 22:42:31 +0000</pubDate>
			<dc:creator>hollyannegetspoetic</dc:creator>
			<guid isPermaLink="false">1132290@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, will do. Here's a link to the new thread.<br />
<a href="http://en.forums.wordpress.com/topic/post-title-not-appearing-in-reader?replies=1#post-1132289" rel="nofollow">http://en.forums.wordpress.com/topic/post-title-not-appearing-in-reader?replies=1#post-1132289</a><br />
I hope someone can help!
</p>
]]></description>
					</item>
		<item>
			<title>catrymer on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1131954</link>
			<pubDate>Wed, 23 Jan 2013 17:18:05 +0000</pubDate>
			<dc:creator>catrymer</dc:creator>
			<guid isPermaLink="false">1131954@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@hollyannegetspoetic: It sounds like you're having a slightly different problem. Your posts are in the right format but the titles aren't appearing in the reader.  Could you start a new thread for this problem and post a link to it here so we can keep the issues separate to make it easier for others browsing the forums?
</p>
]]></description>
					</item>
		<item>
			<title>hollyannegetspoetic on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1131676</link>
			<pubDate>Wed, 23 Jan 2013 11:30:27 +0000</pubDate>
			<dc:creator>hollyannegetspoetic</dc:creator>
			<guid isPermaLink="false">1131676@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ps. My posts are all text, no pictures. I title each one, but the title is not appearing in the reader for subscribers to click on.
</p>
]]></description>
					</item>
		<item>
			<title>hollyannegetspoetic on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1131672</link>
			<pubDate>Wed, 23 Jan 2013 11:27:42 +0000</pubDate>
			<dc:creator>hollyannegetspoetic</dc:creator>
			<guid isPermaLink="false">1131672@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My posts in Pink Touch 2 in the standard format still appear in the reader without titles. I have tried all the suggested fixes to no avail. Please help! There was some suggestion on the first page of this thread that there could be some kind of bug?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1131627</link>
			<pubDate>Wed, 23 Jan 2013 10:18:03 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1131627@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@catrymer: Why do you think we should resort to workarounds? Does it seem a good idea to you that a post may change its format against our will?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1131277</link>
			<pubDate>Wed, 23 Jan 2013 00:50:47 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1131277@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Halleluia!
</p>
]]></description>
					</item>
		<item>
			<title>louisa911 on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1131270</link>
			<pubDate>Wed, 23 Jan 2013 00:46:12 +0000</pubDate>
			<dc:creator>louisa911</dc:creator>
			<guid isPermaLink="false">1131270@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the advice, everyoneeee! It finally works for me too!
</p>
]]></description>
					</item>
		<item>
			<title>itsrainingpopsicles on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1131244</link>
			<pubDate>Wed, 23 Jan 2013 00:10:12 +0000</pubDate>
			<dc:creator>itsrainingpopsicles</dc:creator>
			<guid isPermaLink="false">1131244@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you....
</p>
]]></description>
					</item>
		<item>
			<title>catrymer on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1131235</link>
			<pubDate>Wed, 23 Jan 2013 00:03:43 +0000</pubDate>
			<dc:creator>catrymer</dc:creator>
			<guid isPermaLink="false">1131235@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you have a theme that supports post formats, then each format displays differently when you view your blog.  In the case of the Vertigo theme, for example, there is a gray border around the image and no post title for posts that have the image format. Any theme with post formats has the option to have custom displays based on the post format applied.</p>
<p>In addition to the other work-arounds that have been mentioned, you can force the standard format by choosing the text option from the new post menu rather than the photo option.  This allows for the creation of a titled post into which the image can be inserted as the 'text' content.
</p>
]]></description>
					</item>
		<item>
			<title>itsrainingpopsicles on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1129685</link>
			<pubDate>Mon, 21 Jan 2013 16:53:24 +0000</pubDate>
			<dc:creator>itsrainingpopsicles</dc:creator>
			<guid isPermaLink="false">1129685@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The change I made was to hit return twice before adding my image. It worked!
</p>
]]></description>
					</item>
		<item>
			<title>louisa911 on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1129683</link>
			<pubDate>Mon, 21 Jan 2013 16:49:49 +0000</pubDate>
			<dc:creator>louisa911</dc:creator>
			<guid isPermaLink="false">1129683@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Same problem, different theme: Skeptical (by WooThemes)</p>
<p>I already posted the items and after a while i found out that the title did not show up. I tried all of the suggested sollutions, but none of them worked :(. @justpi I tried the ones you suggested, like changing the format into chat. But that also did not work. Is that because I already posted my posts and then tried to change them afterwards? </p>
<p>zoektengijzultvinden.wordpress.com --&#62; six word stories.</p>
<p>Should I open a new topic about this subject? I have the same problems, just a different theme.
</p>
]]></description>
					</item>
		<item>
			<title>itsrainingpopsicles on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1129538</link>
			<pubDate>Mon, 21 Jan 2013 13:35:26 +0000</pubDate>
			<dc:creator>itsrainingpopsicles</dc:creator>
			<guid isPermaLink="false">1129538@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>justpi,</p>
<p>i have just posted my blog and your solution worked! i am so grateful to you.</p>
<p>it is a shame that wordpress's own tech experts did not give me this info.
</p>
]]></description>
					</item>
		<item>
			<title>hollyannegetspoetic on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1129526</link>
			<pubDate>Mon, 21 Jan 2013 13:05:19 +0000</pubDate>
			<dc:creator>hollyannegetspoetic</dc:creator>
			<guid isPermaLink="false">1129526@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi - sorry to spam up this thread: I know it's already flagged. But just looking at things again. I've seen how my posts appear in a subscriber's reader now - they're there, but there's simply no title to the posts for anyone to click on - i.e. the title that appears in extra large font as per the new reader. It's simply not there - and I title all my posts when I create them. Just wanted to ensure all the info is there when staff get to look at this. Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>hollyannegetspoetic on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1129334</link>
			<pubDate>Mon, 21 Jan 2013 01:19:51 +0000</pubDate>
			<dc:creator>hollyannegetspoetic</dc:creator>
			<guid isPermaLink="false">1129334@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, thanks.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1129332</link>
			<pubDate>Mon, 21 Jan 2013 01:18:21 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1129332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@hollyannegetspoetic<br />
Hi there,<br />
 I hope you don't feel lost. No you don't need to create another thread. This one is already tagged for Staff.
</p>
]]></description>
					</item>
		<item>
			<title>itsrainingpopsicles on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1129330</link>
			<pubDate>Mon, 21 Jan 2013 01:14:57 +0000</pubDate>
			<dc:creator>itsrainingpopsicles</dc:creator>
			<guid isPermaLink="false">1129330@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It is beyond me to understand why the change would be made. Makes it so much harder to post.</p>
<p>I really appreciate your insight and information. I post on Mondays so am looking forward to applying your advice.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "why does wordpress no longer publish the title of each blog entry?"</title>
			<link>http://en.forums.wordpress.com/topic/why-does-wordpress-no-longer-publish-the-title-of-each-blog-entry/page/2#post-1129329</link>
			<pubDate>Mon, 21 Jan 2013 01:11:43 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1129329@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.</p>
<p>"I did reply to the staff and did not get an answer other than the one I described."<br />
I mean you should reply to <em>that</em> answer.</p>
<p>"I even wrote the designer and he had no idea how to help".<br />
Once a theme is adopted by WP and adapted for wp.com, its original designer has nothing to do with it.</p>
<p>"I received a response from support but it did not acknowledge that the vertigo theme had worked perfectly until it suddenly had problems."<br />
WP changes things all the time. And this quirk is neither a bug nor limited to Vertigo: it has been introduced intentionally.
</p>
]]></description>
					</item>

	</channel>
</rss>
