<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Remove Event Detail Sections</title>
		<link>http://www.themolitor.com/forums/topic/remove-event-detail-sections</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Remove Event Detail Sections</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 05:58:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/remove-event-detail-sections" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Remove Event Detail Sections"</title>
			<link>http://www.themolitor.com/forums/topic/remove-event-detail-sections#post-26453</link>
			<pubDate>Fri, 17 Jan 2014 09:56:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26453@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Those items don't have distinct IDs, so there isn't an update-proof method to do that via CSS. The only other option would be using a child theme with a custom single.php page template file.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>copephotos on "Remove Event Detail Sections"</title>
			<link>http://www.themolitor.com/forums/topic/remove-event-detail-sections#post-26446</link>
			<pubDate>Thu, 16 Jan 2014 15:49:29 +0000</pubDate>
			<dc:creator>copephotos</dc:creator>
			<guid isPermaLink="false">26446@http://www.themolitor.com/forums/</guid>
			<description><p>Wouldn't that remove all of the details? like ticket link, map, etc.</p>
<p>I just want to remove the author and comments from that area.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Remove Event Detail Sections"</title>
			<link>http://www.themolitor.com/forums/topic/remove-event-detail-sections#post-26445</link>
			<pubDate>Thu, 16 Jan 2014 15:46:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26445@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Add the following to your Custom CSS box on the Customize page...</p>
<pre><code>.smallMeta {display: none !important;}</code></pre>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>copephotos on "Remove Event Detail Sections"</title>
			<link>http://www.themolitor.com/forums/topic/remove-event-detail-sections#post-26444</link>
			<pubDate>Thu, 16 Jan 2014 15:12:04 +0000</pubDate>
			<dc:creator>copephotos</dc:creator>
			<guid isPermaLink="false">26444@http://www.themolitor.com/forums/</guid>
			<description><p>Is there any way to remove the details that won't get overwritten by a future update to the theme?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Remove Event Detail Sections"</title>
			<link>http://www.themolitor.com/forums/topic/remove-event-detail-sections#post-25706</link>
			<pubDate>Fri, 20 Dec 2013 09:45:49 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">25706@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>All those details are located in single.php on lines 71-84...</p>
<pre><code>&#60;div class=&#34;smallMeta&#34;&#62;
	&#60;?php if(in_category($eventCat) &#38;&#38; strtotime(get_the_time(&#039;Y-m-d&#039;)) &#60; strtotime(date(&#039;Y-m-d&#039;))){?&#62;&#60;i class=&#34;icon-exclamation red&#34;&#62;&#60;/i&#62;&#60;?php _e(&#039;Event Expired&#039;,&#039;themolitor&#039;);?&#62;&#60;br /&#62;&#60;?php }?&#62;
	&#60;i class=&#34;icon-calendar&#34;&#62;&#60;/i&#62;&#60;time itemprop=&#34;startDate&#34; datetime=&#34;&#60;?php the_time(&#039;Y-m-d&#039;); ?&#62;T&#60;?php the_time(&#039;G:i&#039;);?&#62;&#34;&#62;&#60;?php the_time(&#039;l, F jS, Y&#039;); ?&#62;&#60;/time&#62;&#60;br /&#62;
	&#60;i class=&#34;icon-time&#34;&#62;&#60;/i&#62;&#60;?php the_time(&#039;g:i a&#039;); ?&#62;&#60;br /&#62;
	&#60;?php if($duration){?&#62;&#60;i class=&#34;icon-refresh&#34;&#62;&#60;/i&#62;&#60;?php echo $duration; ?&#62;&#60;br /&#62;&#60;?php } ?&#62;
	&#60;?php if($address){?&#62;&#60;i class=&#34;icon-map-marker&#34;&#62;&#60;/i&#62;&#60;a target=&#34;blank&#34; href=&#34;http://maps.google.com/?q=&#60;?php echo $addressLink; ?&#62;&#38;z=14&#34;&#62;&#60;span itemprop=&#34;location&#34; itemscope itemtype=&#34;http://data-vocabulary.org/Organization&#34;&#62;&#60;?php echo $address; ?&#62;&#60;/span&#62;&#60;/a&#62;&#60;br /&#62;&#60;?php }
	elseif ($data[ &#039;google_map&#039; ]) { ?&#62;&#60;i class=&#34;icon-map-marker&#34;&#62;&#60;/i&#62;&#60;a target=&#34;blank&#34; href=&#34;&#60;?php echo $data[ &#039;google_map&#039; ]; ?&#62;&#34;&#62;&#60;?php _e(&#039;Get Directions&#039;,&#039;themolitor&#039;);?&#62;&#60;/a&#62;&#60;br /&#62;&#60;?php } ?&#62;
	&#60;?php if($cost){?&#62;&#60;i class=&#34;icon-money&#34;&#62;&#60;/i&#62;&#60;span itemprop=&#34;price&#34;&#62;&#60;?php echo $cost; ?&#62;&#60;/span&#62;&#60;br /&#62;&#60;?php } ?&#62;
	&#60;?php if($ages){?&#62;&#60;i class=&#34;icon-group&#34;&#62;&#60;/i&#62;&#60;?php echo $ages; ?&#62;&#60;br /&#62;&#60;?php } ?&#62;
	&#60;?php if($link){?&#62;&#60;i class=&#34;icon-link&#34;&#62;&#60;/i&#62;&#60;a target=&#34;_blank&#34; href=&#34;&#60;?php echo $link; ?&#62;&#34;&#62;&#60;?php echo $link; ?&#62;&#60;/a&#62;&#60;br /&#62;&#60;?php } ?&#62;
	&#60;i class=&#34;icon-folder-close&#34;&#62;&#60;/i&#62;&#60;?php the_category(&#039;, &#039;); ?&#62;&#60;br /&#62;
	&#60;i class=&#34;icon-user&#34;&#62;&#60;/i&#62;&#60;?php the_author(); ?&#62;&#60;br /&#62;
	&#60;i class=&#34;icon-comment&#34;&#62;&#60;/i&#62;&#60;?php comments_popup_link(__(&#039;0 Comments&#039;,&#039;themolitor&#039;), __(&#039;1 Comment&#039;,&#039;themolitor&#039;), __(&#039;% Comments&#039;,&#039;themolitor&#039;)); ?&#62;&#60;br /&#62;
&#60;/div&#62;</code></pre>
<p>Just delete the details you don't want to display there.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>kyproz on "Remove Event Detail Sections"</title>
			<link>http://www.themolitor.com/forums/topic/remove-event-detail-sections#post-25701</link>
			<pubDate>Fri, 20 Dec 2013 09:36:03 +0000</pubDate>
			<dc:creator>kyproz</dc:creator>
			<guid isPermaLink="false">25701@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>How can I delete some sections from event page (duration, categories, author, comments)?</p>
<p>Here is prtsc of sections i sont want to show in details: <a href="http://i43.tinypic.com/b6pl54.png" rel="nofollow">http://i43.tinypic.com/b6pl54.png</a></p>
<p>Thanks for answer
</p></description>
		</item>

	</channel>
</rss>
