<?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: Several issues with The Daily Press theme</title>
		<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Several issues with The Daily Press theme</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 23:31:35 +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/several-issues-with-the-daily-press-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>setyoufree on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-13123</link>
			<pubDate>Tue, 24 Jul 2012 01:12:26 +0000</pubDate>
			<dc:creator>setyoufree</dc:creator>
			<guid isPermaLink="false">13123@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you :)<br />
It works.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-13078</link>
			<pubDate>Mon, 23 Jul 2012 10:10:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">13078@http://www.themolitor.com/forums/</guid>
			<description><p>Here is the official notice for this upate: <a href="http://tinyurl.com/bsvcpf7" rel="nofollow">http://tinyurl.com/bsvcpf7</a></p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-13074</link>
			<pubDate>Mon, 23 Jul 2012 08:29:23 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">13074@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Very sorry. You are 100% CORRECT!!! This theme restricts the front-end search feature to posts only so that you don't get pages showing in your search results. Turns out this affects the dashboard search, which I was not aware of. Since the media are considered attachments and not posts, they don't get accessed.</p>
<p>Here's the fix...</p>
<ol>
<li>Open functions.php.</li>
<li>On line 54 locate the following...<br />
<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>
</li>
<li>...change it to the following (notice the new if statement at the beginning and the extra bracket at the end)...<br />
<pre><code>//EXCLUDE PAGES FROM SEARCH
if (!is_admin()){
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>
</li>
<li>Save and you're done.</li>
</ol>
<p>Sorry again for assuming this wasn't a theme thing. I've never heard of this issue before and didn't think that stuff impacted the back-end.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>setyoufree on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-13062</link>
			<pubDate>Mon, 23 Jul 2012 05:00:28 +0000</pubDate>
			<dc:creator>setyoufree</dc:creator>
			<guid isPermaLink="false">13062@http://www.themolitor.com/forums/</guid>
			<description><p>There are a lot of examples where custom themes cause problems to WP functions. To say no way, it is not the theme is simply not good enough. Where obviously it is the theme. </p>
<p>I offer you to log in into the dashboard and see it for yourself, switch from one theme to other and test the media search. Because we are really frustrated here, it is a very important function.</p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>setyoufree on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-13061</link>
			<pubDate>Mon, 23 Jul 2012 04:48:14 +0000</pubDate>
			<dc:creator>setyoufree</dc:creator>
			<guid isPermaLink="false">13061@http://www.themolitor.com/forums/</guid>
			<description><p>The Molitor, with all due respect, it is 100% to do with the theme. </p>
<p>Just checked again and double checked. Reverted to previous theme and the library search works, then switched to The Daily Press and the search returns no results.</p>
<p>How else can it be explained?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-13040</link>
			<pubDate>Sun, 22 Jul 2012 19:12:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">13040@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Are you talking about searching the media library in the WordPress dashboard? If so, as Justin mentioned that is not theme territory. At least not this theme. I'm not aware of a single piece of code in the theme that would have anything to do with that... at all... never... no way :-)</p>
<p>If you're referring to searching on the front-end of the site with the input field, that too is a WordPress feature and not a theme-specific function (i.e. I'm using standard WordPress code to generate that ability).</p>
<p>Hope that explains things a bit.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>setyoufree on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-13030</link>
			<pubDate>Sun, 22 Jul 2012 12:02:07 +0000</pubDate>
			<dc:creator>setyoufree</dc:creator>
			<guid isPermaLink="false">13030@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you Justin.</p>
<p>But the search function works perfectly on my previous custom theme and on wordpress original themes I tried, but not on this one.</p>
<p>This has to be a theme issue.</p>
<p>By 3D I mean when hovering on the image inserted into the post, the image lifts up and shadow appears below, giving it 3d look. It works on featured images, but not on inserted post images. Was wondering how to achieve this effect in posts.</p>
<p>Thanks again.
</p></description>
		</item>
		<item>
			<title>Justin on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-13015</link>
			<pubDate>Sun, 22 Jul 2012 05:26:59 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">13015@http://www.themolitor.com/forums/</guid>
			<description><p>Hey There, I'm going to set this to pending so that Chris can take a look.  The searching mechanism is 100% Wordpress, and not the theme, but he may have some ideas.</p>
<p>Also, when you say 3D, I'm not sure which portion of the theme you're referring to?</p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>setyoufree on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-12996</link>
			<pubDate>Sat, 21 Jul 2012 08:08:27 +0000</pubDate>
			<dc:creator>setyoufree</dc:creator>
			<guid isPermaLink="false">12996@http://www.themolitor.com/forums/</guid>
			<description><p>Update: Got the excerpt part working. Was unaware I need to tick the box in screen options.
</p></description>
		</item>
		<item>
			<title>setyoufree on "Several issues with The Daily Press theme"</title>
			<link>http://www.themolitor.com/forums/topic/several-issues-with-the-daily-press-theme#post-12995</link>
			<pubDate>Sat, 21 Jul 2012 07:25:36 +0000</pubDate>
			<dc:creator>setyoufree</dc:creator>
			<guid isPermaLink="false">12995@http://www.themolitor.com/forums/</guid>
			<description><p>Hello,</p>
<p>first let me thank you for a great theme, it is exactly what I've been looking for. Sadly, I am experiencing few problems:</p>
<p>1. There is no excerpt field displayed, when adding a new post. I have watched your introduction video and there is no such option on my WP.</p>
<p>2. After installing this theme I cannot search my media library for images anymore. Every search returns no results with a message "No media attachments found". </p>
<p>I have tried disabling all plugins, still nothing. I have installed Hotfix, nothing changed. After I switched to previous theme the problem disappeared, so I am convinced it is a theme problem. I have found this topic on wp forums where people experience the same problem with other themes <a href="http://wordpress.org/support/topic/cant-search-in-media-library" rel="nofollow">http://wordpress.org/support/topic/cant-search-in-media-library</a> </p>
<p>I would appreciate all the help. We have thousands of media files and having a functional search option is very important to us.</p>
<p>One more question: I cannot insert the image to the post with that 3d look like on your demo site. Any suggestions?</p>
<p>My website: <a href="http://www.setyoufreenews.com" rel="nofollow">http://www.setyoufreenews.com</a></p>
<p>Thank you
</p></description>
		</item>

	</channel>
</rss>
