<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Remove Post meta data (date and author) PLEASE :-) &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 13 Oct 2025 09:11:53 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-135439</guid>
					<title><![CDATA[Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-135439</link>
					<pubDate>Thu, 30 Oct 2014 21:26:15 +0000</pubDate>
					<dc:creator>KatyH888</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I would like to remove the date from all of my posts. I&#8217;m using the child theme RENEW. I don&#8217;t know how to get into the php files and would if possible much prefer to add this as a CSS. Is there such a way? Or would I have to alter the php files and if so how?</p>
<p>Many thanks for any replies!</p>
<p>Kate</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-135593</guid>
					<title><![CDATA[Reply To: Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-135593</link>
					<pubDate>Fri, 31 Oct 2014 03:00:37 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Use the following CSS workaround, place it into your Customizer, <strong>Custom &gt; CSS</strong> section using the menu <strong>Appearance -&gt; Customize</strong>. </p>
<pre><code>
.blog .entry-header .p-meta &gt; span:nth-child(1), .single .entry-header .p-meta &gt; span:nth-child(1) {
    display: none;
}

.blog .entry-header .p-meta &gt; span:nth-child(2), .single .entry-header .p-meta &gt; span:nth-child(2) {
    display: none;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-136466</guid>
					<title><![CDATA[Reply To: Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-136466</link>
					<pubDate>Sat, 01 Nov 2014 15:48:28 +0000</pubDate>
					<dc:creator>KatyH888</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks very much for the reply. Unfortunately it didn&#8217;t seem to work, I&#8217;m not sure why, maybe I&#8217;ve done something? I pasted it into the CSS part of the customise section.</p>
<p>Thanks again.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-136575</guid>
					<title><![CDATA[Reply To: Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-136575</link>
					<pubDate>Sat, 01 Nov 2014 21:54:56 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kate,</p>
<p>Can you please try adding this CSS code below instead?</p>
<pre><code>.p-meta span:first-of-type, .p-meta span:nth-of-type(2) {
display: none;
}</code></pre>
<p>If that doesn&#8217;t work, would you mind providing url of your site for us to check,</p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-141798</guid>
					<title><![CDATA[Reply To: Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-141798</link>
					<pubDate>Mon, 10 Nov 2014 16:08:38 +0000</pubDate>
					<dc:creator>KatyH888</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;m sorry about the delay in getting back. Many thanks again for the info. I tried the above link but that didn&#8217;t work either. My url is <a href="https://cambridgewithkids.com" rel="nofollow">https://cambridgewithkids.com</a></p>
<p>Many thanks again</p>
<p>Kate</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-141852</guid>
					<title><![CDATA[Reply To: Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-141852</link>
					<pubDate>Mon, 10 Nov 2014 16:40:32 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Please add the following CSS code into your Customizer, <strong>Custom &gt; CSS</strong> section. </p>
<pre><code>
.x-recent-posts-date {
    display: none !important;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-142221</guid>
					<title><![CDATA[Reply To: Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-142221</link>
					<pubDate>Tue, 11 Nov 2014 04:42:20 +0000</pubDate>
					<dc:creator>BagnatoFurniture</dc:creator>

					<description>
						<![CDATA[
						<p>how about removing the date and category on the images in the blog slider as well as the arrows and the &#8216;view post&#8217; box? <a href="http://bagnato.com" rel="nofollow">http://bagnato.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-142460</guid>
					<title><![CDATA[Reply To: Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-142460</link>
					<pubDate>Tue, 11 Nov 2014 13:59:56 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
.x-post-slider .flex-direction-nav a,
.x-post-slider .featured-view,
.x-post-slider .featured-meta {
     display:none;
}
</code></pre>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-142926</guid>
					<title><![CDATA[Reply To: Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-142926</link>
					<pubDate>Tue, 11 Nov 2014 23:42:53 +0000</pubDate>
					<dc:creator>BagnatoFurniture</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks so much..support forum here is great&#8230;many thanks!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-143131</guid>
					<title><![CDATA[Reply To: Remove Post meta data (date and author) PLEASE :-)]]></title>
					<link>https://theme.co/archive/forums/topic/remove-post-meta-data-date-and-author-please/#post-143131</link>
					<pubDate>Wed, 12 Nov 2014 09:14:42 +0000</pubDate>
					<dc:creator>KatyH888</dc:creator>

					<description>
						<![CDATA[
						<p>Dear Support,</p>
<p>I tried the custom CSS from November 10th and that worked on my Home page which is great thanks! The date still shows in my feed in what&#8217;s on pages but this is less important.</p>
<p>Thanks very much again</p>
<p>Kate</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

