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

		<item>
			<title>THE MOLITOR on "A Couple of Questions"</title>
			<link>http://www.themolitor.com/forums/topic/a-couple-of-questions#post-16358</link>
			<pubDate>Wed, 05 Dec 2012 10:24:54 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">16358@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>1. This is a built-in WordPress feature. Typically the search feature looks at the post title and main content of the post. There are a bunch of plugins out there that extend the functionality of the built-in search feature.</p>
<p>2. Another user brought this to my attention. This is caused by pages showing in the search results. Open up "functions.php" and add the following AFTER the first "<code>&#60;?php</code>"...</p>
<pre><code>//EXCLUDE PAGES FROM SEARCH
function SearchFilter($query) {
if ($query-&#62;is_search) {
$query-&#62;set(&#039;post_type&#039;, &#039;post&#039;);
}
return $query;
}
add_filter(&#039;pre_get_posts&#039;,&#039;SearchFilter&#039;);</code></pre>
<p>3. This theme is built to display like a book, so part of the design is the two posts layout. Anything beyond this would be a customization: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>4. Can you provide a screenshot or link to what you're referring to? </p>
<p>5. You can adjust the name in the menu by editing the menu link title.</p>
<p>Hope that helps!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>kindra30 on "A Couple of Questions"</title>
			<link>http://www.themolitor.com/forums/topic/a-couple-of-questions#post-16343</link>
			<pubDate>Tue, 04 Dec 2012 19:49:38 +0000</pubDate>
			<dc:creator>kindra30</dc:creator>
			<guid isPermaLink="false">16343@http://www.themolitor.com/forums/</guid>
			<description><p>Hi (Thanks Chris for all your help so far!),<br />
I have a few questions:<br />
1) The Search Widget...how does the search box/widget go about conducting a search if a person types in a word or phrase? Is it possible to have key words and phrases searched for through tags?<br />
2) The Search Widget...when I type in a keyword or phrase in the search box, the formatting for the site gets really messed up! The double column is lost because the writing goes across the book format. It just really gets messed up. Is there a solution for this? My site is: kindakindra.com<br />
3) Is there a way to fix the two posts per page feature? If I increase the number of posts that can be viewed per page, the formatting gets messed up.<br />
4) Is there a way to tweak the code, etc. for the gallery function? For instance, if I want to create a pic gallery with books...if i upload a featured image for a book, for example, the book will repeat again in the gallery space. and if you click the book in the gallery space, the formatting, presentation is kind of off...<br />
5) Forcing page titles...I have a couple of pages that function as menu items on my site. For example, if I create a page and the title is "home", that's how the page will appear on the menu. Is there a way to fix this? I would want to have a menu item called "home", but when you click on the word "home", I would want the page to have a different title. Like I said, if I change it, it also changes the title in the menu.<br />
I know this is a lot, but thanks so much for any help that you may be able to give me!<br />
Kindra
</p></description>
		</item>

	</channel>
</rss>
