<?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: A few questions</title>
		<link>http://www.themolitor.com/forums/topic/a-few-questions</link>
		<description>THE MOLITOR FORUMS &#187; Topic: A few questions</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:44:28 +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/a-few-questions" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "A few questions"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions#post-35545</link>
			<pubDate>Tue, 04 Aug 2015 10:01:00 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">35545@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Regarding justification, I didn't realize you wanted all category description to be justified. For that, add the following to your Custom CSS box...</p>
<pre><code>body.category #title-info p {
    text-align: justify;
}</code></pre>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "A few questions"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions#post-35542</link>
			<pubDate>Tue, 04 Aug 2015 09:35:36 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">35542@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The "reveal" effect is only applied to aside post formats. That is because the aside post format does not have a link to the post page like regular/gallery posts do.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>alisonleon on "A few questions"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions#post-35539</link>
			<pubDate>Tue, 04 Aug 2015 02:48:54 +0000</pubDate>
			<dc:creator>alisonleon</dc:creator>
			<guid isPermaLink="false">35539@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks. I knew where the excert goes but what I wanted was to have the same effect as the 'The Team' where you click on the '+' symbol and more appears?</p>
<p>thanks </p>
<p><a href="https://www.dropbox.com/s/uwu8ouldqr74mqn/harcap2.jpg?dl=0" rel="nofollow">https://www.dropbox.com/s/uwu8ouldqr74mqn/harcap2.jpg?dl=0</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "A few questions"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions#post-35533</link>
			<pubDate>Mon, 03 Aug 2015 12:34:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">35533@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You can control that text from the excerpt field on the post edit screen.</p>
<p>If you don't see the excerpt field on your post/page edit screen, follow these instructions to turn the excerpt field on: <a href="http://i.imgur.com/lD2VB1X.jpg" rel="nofollow">http://i.imgur.com/lD2VB1X.jpg</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>alisonleon on "A few questions"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions#post-35531</link>
			<pubDate>Mon, 03 Aug 2015 11:21:44 +0000</pubDate>
			<dc:creator>alisonleon</dc:creator>
			<guid isPermaLink="false">35531@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks that worked!</p>
<p>I have one last question:<br />
On this page <a href="http://harcapltd.com/category/asset-management/" rel="nofollow">http://harcapltd.com/category/asset-management/</a><br />
- password Cromwell1!</p>
<p>YOU CAM SEE AN IMAGE HERE<br />
<a href="https://www.dropbox.com/s/48bc2veji9wtwvd/harcap2.png?dl=0" rel="nofollow">https://www.dropbox.com/s/48bc2veji9wtwvd/harcap2.png?dl=0</a></p>
<p>Is it possible to make the exerpt to only show some of the text NOT all of it?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "A few questions"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions#post-35526</link>
			<pubDate>Mon, 03 Aug 2015 10:08:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">35526@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>1. Yes, but that would require custom CSS. For customizations, please use this form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>2. Open functions.php and change the following on lines 32-53 from this...</p>
<pre><code>/////////////////////////////////
//IMAGE ATTACHMENTS FOR POST PAGE
/////////////////////////////////
function molitor_attachment_postpage() {
	if($images = get_children(array(
		&#039;order&#039;   =&#62; &#039;ASC&#039;,
		&#039;orderby&#039; =&#62; &#039;menu_order&#039;,
		&#039;post_parent&#039;    =&#62; get_the_ID(),
		&#039;post_type&#039;      =&#62; &#039;attachment&#039;,
		&#039;numberposts&#039;    =&#62; -1, // show all
		&#039;post_status&#039;    =&#62; null,
		&#039;post_mime_type&#039; =&#62; &#039;image&#039;
	))) {
		foreach($images as $image) {
			$attimg   = wp_get_attachment_image_src($image-&#62;ID,&#039;full&#039;);
			$attimgGrid   = wp_get_attachment_image($image-&#62;ID,&#039;grid&#039;);
			$atturl   = wp_get_attachment_url($image-&#62;ID);
			$atttitle = apply_filters(&#039;the_title&#039;,$image-&#62;post_title);
			echo&#039;&#60;li&#62;&#60;a rel=&#34;zoomBox[gallery]&#34; href=&#34;&#039;. $attimg[0].&#039;&#34; /&#62;&#039;.$attimgGrid.&#039;&#60;p&#62;&#039;.$atttitle.&#039;&#60;/p&#62;&#60;/a&#62;&#60;/li&#62;&#039;;
		}
	}
}</code></pre>
<p>...to this...</p>
<pre><code>/////////////////////////////////
//IMAGE ATTACHMENTS FOR POST PAGE
/////////////////////////////////
function molitor_attachment_postpage() {
	$thumb_ID = get_post_thumbnail_id( $post-&#62;ID );
	if($images = get_children(array(
		&#039;order&#039;   =&#62; &#039;ASC&#039;,
		&#039;orderby&#039; =&#62; &#039;menu_order&#039;,
		&#039;post_parent&#039;    =&#62; get_the_ID(),
		&#039;post_type&#039;      =&#62; &#039;attachment&#039;,
		&#039;numberposts&#039;    =&#62; -1, // show all
		&#039;post_status&#039;    =&#62; null,
		&#039;post_mime_type&#039; =&#62; &#039;image&#039;,
		&#039;exclude&#039; =&#62; $thumb_ID,
	))) {
		foreach($images as $image) {
			$attimg   = wp_get_attachment_image_src($image-&#62;ID,&#039;full&#039;);
			$attimgGrid   = wp_get_attachment_image($image-&#62;ID,&#039;grid&#039;);
			$atturl   = wp_get_attachment_url($image-&#62;ID);
			$atttitle = apply_filters(&#039;the_title&#039;,$image-&#62;post_title);
			echo&#039;&#60;li&#62;&#60;a rel=&#34;zoomBox[gallery]&#34; href=&#34;&#039;. $attimg[0].&#039;&#34; /&#62;&#039;.$attimgGrid.&#039;&#60;p&#62;&#039;.$atttitle.&#039;&#60;/p&#62;&#60;/a&#62;&#60;/li&#62;&#039;;
		}
	}
}</code></pre>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>alisonleon on "A few questions"</title>
			<link>http://www.themolitor.com/forums/topic/a-few-questions#post-35516</link>
			<pubDate>Mon, 03 Aug 2015 01:20:35 +0000</pubDate>
			<dc:creator>alisonleon</dc:creator>
			<guid isPermaLink="false">35516@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>A have a couple of questions:</p>
<p>1. Is it possible to make the 'catergory description' justified?</p>
<p>2. Within a 'gallery' I would like to make a 'header' image not to appear in the gallery. When I unattach it from the gallery it also gets removed from the header. Is there a way I can work around this?<br />
Please see attachment <a href="https://www.dropbox.com/s/g4l2pdrk7wocy29/harcap.jpg?dl=0" rel="nofollow">https://www.dropbox.com/s/g4l2pdrk7wocy29/harcap.jpg?dl=0</a>
</p></description>
		</item>

	</channel>
</rss>
