<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Tag: search</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 10:09:43 +0000</pubDate>

<item>
<title>helgatheviking on "Improving tags and search returned items"</title>
<link>http://themeshaper.com/forums/topic/improving-tags-and-search-returned-items#post-26128</link>
<pubDate>Mon, 02 Apr 2012 14:46:25 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26128@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;glad you got it solved.  for future readers, this function (like EVERYTHING we suggest here) belongs in your CHILD THEME'S functions.php
&#60;/p&#62;</description>
</item>
<item>
<title>miguel_lopez on "Improving tags and search returned items"</title>
<link>http://themeshaper.com/forums/topic/improving-tags-and-search-returned-items#post-26125</link>
<pubDate>Mon, 02 Apr 2012 11:00:44 +0000</pubDate>
<dc:creator>miguel_lopez</dc:creator>
<guid isPermaLink="false">26125@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Nevermind, got it solved with your function, Helga.&#60;br /&#62;
Thanks so much.
&#60;/p&#62;</description>
</item>
<item>
<title>miguel_lopez on "Improving tags and search returned items"</title>
<link>http://themeshaper.com/forums/topic/improving-tags-and-search-returned-items#post-26110</link>
<pubDate>Fri, 30 Mar 2012 12:48:48 +0000</pubDate>
<dc:creator>miguel_lopez</dc:creator>
<guid isPermaLink="false">26110@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry for the bad explanation, in my case there is no excerpt because the posts don't contain any text, each post is an image so no excerpt can be generated. That's why I need to see the content (the image) of every post the loop is retrieving.&#60;/p&#62;
&#60;p&#62;I'm really noob at this, and I bet the solution u put in there is fully functional, but I don't know how to include it to make it work for me (I put it into Thematic's functions.php and save changes, but nothing happens).&#60;/p&#62;
&#60;p&#62;Is there any other way of doing this? I mean, like changing the loop in tag.php and search.php in place of thematic_tagloop(); // thematic_searchloop();&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Improving tags and search returned items"</title>
<link>http://themeshaper.com/forums/topic/improving-tags-and-search-returned-items#post-26109</link>
<pubDate>Fri, 30 Mar 2012 12:22:58 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26109@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;don't understand what you're asking.  sounds like you want to modify the loops, but the default tag and search loops show thumbnails AND excerpts so it isn't like all you get is title, tags and comment link.  if you'd like search to display the full post content (in lieu of the excerpt you should be able to do this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function kia_content($content){
  if (is_search()){
     $content = &#38;quot;full&#38;quot;;
  }
  return $content;
}
add_filter(&#38;#39;thematic_content&#38;#39;,&#38;#39;kia_content&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>miguel_lopez on "Improving tags and search returned items"</title>
<link>http://themeshaper.com/forums/topic/improving-tags-and-search-returned-items#post-26108</link>
<pubDate>Fri, 30 Mar 2012 08:23:49 +0000</pubDate>
<dc:creator>miguel_lopez</dc:creator>
<guid isPermaLink="false">26108@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I realized the search and tags widgets return the adecquate posts to their queries, but incomplete (only the title, tags and comment links, etc). The results of a search don't show the content of each post it returns, and in my case I need to do so...&#60;/p&#62;
&#60;p&#62;I'm new in WP, newest on Thematic template, any suggestions/ideas to solve this quick and clean?&#60;br /&#62;
Thank you for your time.
&#60;/p&#62;</description>
</item>
<item>
<title>danromanchik on "Changing the search box text"</title>
<link>http://themeshaper.com/forums/topic/changing-the-search-box-text#post-25317</link>
<pubDate>Fri, 10 Feb 2012 20:35:20 +0000</pubDate>
<dc:creator>danromanchik</dc:creator>
<guid isPermaLink="false">25317@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;OK. I've changed the text for the search box, but how do I style the text?  And, can I add an image? The designer wants to add one of those little magnifying glasses to the text box.
&#60;/p&#62;</description>
</item>
<item>
<title>middlesister on "Editing thematic_searchloop() and search results page"</title>
<link>http://themeshaper.com/forums/topic/editing-thematic_searchloop-and-search-results-page#post-25276</link>
<pubDate>Thu, 09 Feb 2012 12:15:37 +0000</pubDate>
<dc:creator>middlesister</dc:creator>
<guid isPermaLink="false">25276@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;What do you want do do?&#60;/p&#62;
&#60;p&#62;This thread is a bit old, and the OP doesn't even seem to be using the Gallery theme anymore. While the code above should work fine (fixing the error like kodamapixel says) you can also use a childtheme_override function. Just create a &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_override_search_loop() {
    // Your content goes in here
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in your functions.php file and you are good to go.
&#60;/p&#62;</description>
</item>
<item>
<title>sixfootjames on "Editing thematic_searchloop() and search results page"</title>
<link>http://themeshaper.com/forums/topic/editing-thematic_searchloop-and-search-results-page#post-25271</link>
<pubDate>Thu, 09 Feb 2012 10:05:19 +0000</pubDate>
<dc:creator>sixfootjames</dc:creator>
<guid isPermaLink="false">25271@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Did anyone ever get this resolved? I too would like to clean up my search results page without hacking Thematic core and would appreciate it if someone solved this. I have tried everything suggested here and more but no joy yet.
&#60;/p&#62;</description>
</item>
<item>
<title>sixfootjames on "Changing the search box text"</title>
<link>http://themeshaper.com/forums/topic/changing-the-search-box-text#post-24784</link>
<pubDate>Tue, 10 Jan 2012 13:03:16 +0000</pubDate>
<dc:creator>sixfootjames</dc:creator>
<guid isPermaLink="false">24784@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Managed to hash it together from this post...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/style-search-bar-and-button-change-title-of-widget&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/style-search-bar-and-button-change-title-of-widget&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>sixfootjames on "Changing the search box text"</title>
<link>http://themeshaper.com/forums/topic/changing-the-search-box-text#post-24783</link>
<pubDate>Tue, 10 Jan 2012 12:57:08 +0000</pubDate>
<dc:creator>sixfootjames</dc:creator>
<guid isPermaLink="false">24783@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Could someone please tell me how you go about changing the button's text from &#34;Search&#34; to &#34;Go&#34;?&#60;/p&#62;
&#60;p&#62;Many thanks,&#60;br /&#62;
James
&#60;/p&#62;</description>
</item>
<item>
<title>bluejpro on "Changing the search box text"</title>
<link>http://themeshaper.com/forums/topic/changing-the-search-box-text#post-24461</link>
<pubDate>Fri, 23 Dec 2011 13:53:44 +0000</pubDate>
<dc:creator>bluejpro</dc:creator>
<guid isPermaLink="false">24461@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Helga - thank you&#60;/p&#62;
&#60;p&#62;I am using the native 'search' widget and dragging it into the custom header-aside widgetized area.&#60;/p&#62;
&#60;p&#62;And I just discovered that for the change to apply, I have to drag the 'search' widget out of the area and then drag it back in.&#60;/p&#62;
&#60;p&#62;Go figure...&#60;/p&#62;
&#60;p&#62;And thank you again -- I found your functions.php code for changing the &#60;a href=&#34;http://themeshaper.com/forums/topic/search-box-to-long&#34;&#62;search input box size too&#60;/a&#62; using functions.php.&#60;/p&#62;
&#60;p&#62;What a gem.  The css style option didn't work for my purposes but your code did.&#60;/p&#62;
&#60;p&#62;Thank you - your posts are like little presents..
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Changing the search box text"</title>
<link>http://themeshaper.com/forums/topic/changing-the-search-box-text#post-24460</link>
<pubDate>Fri, 23 Dec 2011 13:47:47 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24460@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;how are you adding the form? thematic_search_form() or something else?
&#60;/p&#62;</description>
</item>
<item>
<title>bluejpro on "Changing the search box text"</title>
<link>http://themeshaper.com/forums/topic/changing-the-search-box-text#post-24459</link>
<pubDate>Fri, 23 Dec 2011 13:06:17 +0000</pubDate>
<dc:creator>bluejpro</dc:creator>
<guid isPermaLink="false">24459@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This works to change the search box text in thematic's widgetized area&#60;/p&#62;
&#60;p&#62;BUt when I create my own widgetized area (header-aside) this doesn't work - the native search hint still shows.  And it doesn't disappear on click.&#60;/p&#62;
&#60;p&#62;Inspecting the element shows the childtheme functions.php is active.&#60;/p&#62;
&#60;p&#62;But it's not being applied to my childtheme widget....&#60;/p&#62;
&#60;p&#62;If you want to see a screenshot showing the problem: &#60;a href=&#34;http://bit.ly/uEoEDS&#34;&#62;Here it is...&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any advice??
&#60;/p&#62;</description>
</item>
<item>
<title>gluca on "[HOW TO] Replace WordPress Search with Google Custom Search in Thematic"</title>
<link>http://themeshaper.com/forums/topic/how-to-replace-wordpress-search-with-google-custom-search-in-thematic#post-24407</link>
<pubDate>Tue, 20 Dec 2011 14:10:49 +0000</pubDate>
<dc:creator>gluca</dc:creator>
<guid isPermaLink="false">24407@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Now box is appearing. but search still doesn't work. it seems to recall home page simply &#60;a href=&#34;http://www.minimarketing.it/?q=test&#34; rel=&#34;nofollow&#34;&#62;http://www.minimarketing.it/?q=test&#60;/a&#62;&#60;br /&#62;
No search at all :(
&#60;/p&#62;</description>
</item>
<item>
<title>gluca on "[HOW TO] Replace WordPress Search with Google Custom Search in Thematic"</title>
<link>http://themeshaper.com/forums/topic/how-to-replace-wordpress-search-with-google-custom-search-in-thematic#post-24404</link>
<pubDate>Tue, 20 Dec 2011 13:29:24 +0000</pubDate>
<dc:creator>gluca</dc:creator>
<guid isPermaLink="false">24404@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I follow step by step your recipe (thx!) but my search box is showing a sad &#34;loading&#34;&#60;br /&#62;
could you take a look at my blog &#60;a href=&#34;http://www.minimarketing.it&#34; rel=&#34;nofollow&#34;&#62;www.minimarketing.it&#60;/a&#62; (&#34;cerca&#34;)&#60;br /&#62;
I tried several workaround, as to disable js plugin, but nothing seems to work :(&#60;br /&#62;
script seems ok!
&#60;/p&#62;</description>
</item>
<item>
<title>wlanni on "[HOW TO] Replace WordPress Search with Google Custom Search in Thematic"</title>
<link>http://themeshaper.com/forums/topic/how-to-replace-wordpress-search-with-google-custom-search-in-thematic#post-24300</link>
<pubDate>Wed, 14 Dec 2011 11:41:13 +0000</pubDate>
<dc:creator>wlanni</dc:creator>
<guid isPermaLink="false">24300@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello peoples!&#60;/p&#62;
&#60;p&#62;I've mucked with WordPress' search before, and I always feel like I'm fighting a battle not worth fighting. Its results are kinda crappy, relevance is non-existant... all in all pretty much a waste of my time.&#60;/p&#62;
&#60;p&#62;I figured I'd let Google do the hard work for me, since they specialize in Search, right? But how to do that easily in Thematic, without having to go and completely rewrite search forms, search results, or even worse... download outdated plugins that refer to outdated Google Search techniques like iFrames!?&#60;/p&#62;
&#60;p&#62;As of Dec, 2012, the following information should hold true. Hopefully Google doesn't change things up any time soon, and if they do, well, hopefully I'll get the emails to come update this.&#60;/p&#62;
&#60;p&#62;First off, &#60;a href=&#34;http://devpress.com/blog/using-google-search-within-a-wordpress-site/&#34;&#62;refer to this wonderful web page that describes setting up google custom search and how to set up all the code on the Google Side.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You'll return back here once you have the google code that the author of that page instructs you to cut and paste into the contents of searchform.php and search.php. We're going to do it differently, using hooks'n'filters and your child theme functions.php.&#60;/p&#62;
&#60;p&#62;OK... I assume you're back, and you got a page of from Google with a couple fields of code on it.&#60;/p&#62;
&#60;p&#62;What you'll do now is open your functions.php file in your child theme that you're developing out of rather than altering the default Thematic templates (Right? RIGHT?!)&#60;/p&#62;
&#60;p&#62;In your Functions.php, you're first going to create a filter to rewrite searchform php. You're going to copy the blurb of google code from the top field, and insert into a custom function that looks something like the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_search_form() {
?&#38;gt;

INSERT YOUR CODE HERE (and replace this text)

&#38;lt;?php
}
add_filter(&#38;#39;thematic_search_form&#38;#39;, &#38;#39;childtheme_search_form&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The default look and feel of the wordpress search won't change, but the functionality behind it will.&#60;/p&#62;
&#60;p&#62;Next you'll make use of the really handy childtheme_override function that's already built into Thematic, for the Search Loop. You'll insert the block of code from the second google field where I describe:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_override_search_loop() {
?&#38;gt;

INSERT YOUR CODE HERE (and remove this line).

&#38;lt;?php
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Lastly, you might want to customize some of the look and feel of the google elements. You can either sign up for their paid-for search partnership, OR you can go back and download the .css file from the theme you chose when you were setting up your search. It will be the 2nd to last link at the bottom of the &#34;Get Code&#34; page, and it should say something like&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;You can customize the look and feel even more or extend the functionality of the Custom Search element by:&#60;/p&#62;
&#60;li&#62;Downloading the CSS source file.&#60;/li&#62;&#60;/blockquote&#62;
&#60;p&#62;I copied the contents of that css file into its own search.css file that I plopped into a &#34;layouts&#34; directory in my childtheme. I then used an @import in the style.css to have it automatically included. I then proceeded to restyle the theme I chose to match the site I built. &#60;strong&#62;Note: you have to use !important after any style elements you update, as the google css is pulled in after your style sheet.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;And that's it. The site I just finished about 30 minutes ago (so the site hasn't been indexed and there are no results showing yet, as of Dec. 14 2012, 3:40am) is &#60;a href=&#34;http://pacificstandardtimefestival.org&#34;&#62;Pacific Standard Time Art and Performance Festival&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;All right, hope that helps!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Replacing Wordpress search with Google"</title>
<link>http://themeshaper.com/forums/topic/replacing-wordpress-search-with-google#post-24205</link>
<pubDate>Thu, 08 Dec 2011 12:14:21 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24205@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;no tutorials that i know of.  your code for replacing the search loop looks fine.  however, if you are getting a 404 then your loop isn't the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>Nate H on "Replacing Wordpress search with Google"</title>
<link>http://themeshaper.com/forums/topic/replacing-wordpress-search-with-google#post-24184</link>
<pubDate>Wed, 07 Dec 2011 20:22:05 +0000</pubDate>
<dc:creator>Nate H</dc:creator>
<guid isPermaLink="false">24184@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I must be missing something. Is there a tutorial for adding a Google Custom Search to Thematic? &#60;/p&#62;
&#60;p&#62;Thanks again for the help.
&#60;/p&#62;</description>
</item>
<item>
<title>Nate H on "Replacing Wordpress search with Google"</title>
<link>http://themeshaper.com/forums/topic/replacing-wordpress-search-with-google#post-24177</link>
<pubDate>Wed, 07 Dec 2011 03:18:05 +0000</pubDate>
<dc:creator>Nate H</dc:creator>
<guid isPermaLink="false">24177@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you for the help!&#60;/p&#62;
&#60;p&#62;I found this tutorial:&#60;br /&#62;
&#60;a href=&#34;http://www.newtechie.com/2011/11/how-to-add-google-custom-search-to.html#axzz1fmuG5yr5&#34; rel=&#34;nofollow&#34;&#62;http://www.newtechie.com/2011/11/how-to-add-google-custom-search-to.html#axzz1fmuG5yr5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Which uses the Two Page layout method. I get a 404'd when I tried getting it to work.&#60;/p&#62;
&#60;p&#62;Here is my latest attempt, that isn't working, at removing the Thematic loop and adding the google code within the functions.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// remove the standard search loop
function remove_search_loop() {
	remove_action(&#38;#39;thematic_searchloop&#38;#39;, &#38;#39;thematic_search_loop&#38;#39;);
}
add_action(&#38;#39;wp&#38;#39;, &#38;#39;remove_search_loop&#38;#39;);
// create your own search loop

function my_search_loop() {
// Your content goes in here
 &#38;lt;?php if ( have_posts() ) : ?&#38;gt;
&#38;lt;div id=&#38;quot;cse&#38;quot; style=&#38;quot;width: 100%;&#38;quot;&#38;gt;Loading&#38;lt;/div&#38;gt;
&#38;lt;script src=&#38;quot;//www.google.com/jsapi&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
  function parseQueryFromUrl () {
    var queryParamName = &#38;quot;s&#38;quot;;
    var search = window.location.search.substr(1);
    var parts = search.split(&#38;#39;&#38;#38;&#38;#39;);
    for (var i = 0; i &#38;lt; parts.length; i++) {
      var keyvaluepair = parts[i].split(&#38;#39;=&#38;#39;);
      if (decodeURIComponent(keyvaluepair[0]) == queryParamName) {
        return decodeURIComponent(keyvaluepair[1].replace(/\+/g, &#38;#39; &#38;#39;));
      }
    }
    return &#38;#39;&#38;#39;;
  }

  google.load(&#38;#39;search&#38;#39;, &#38;#39;1&#38;#39;, {language : &#38;#39;en&#38;#39;, style : google.loader.themes.MINIMALIST});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl(
      &#38;#39;XXXXXXXXXXXXXXXXXXXXXX&#38;#39;);

    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    customSearchControl.draw(&#38;#39;cse&#38;#39;);
    var queryFromUrl = parseQueryFromUrl();
    if (queryFromUrl) {
      customSearchControl.execute(queryFromUrl);
    }
  }, true);
&#38;lt;/script&#38;gt;
&#38;lt;?php endif; ?&#38;gt;
add_action(&#38;#39;thematic_searchloop&#38;#39;, &#38;#39;my_search_loop&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>helgatheviking on "Replacing Wordpress search with Google"</title>
<link>http://themeshaper.com/forums/topic/replacing-wordpress-search-with-google#post-24175</link>
<pubDate>Wed, 07 Dec 2011 01:32:47 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24175@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thematic_search_form() is the form&#60;/p&#62;
&#60;p&#62;and &#60;/p&#62;
&#60;p&#62;thematic_searchloop() is the results&#60;/p&#62;
&#60;p&#62;don't know if that helps
&#60;/p&#62;</description>
</item>
<item>
<title>Nate H on "Replacing Wordpress search with Google"</title>
<link>http://themeshaper.com/forums/topic/replacing-wordpress-search-with-google#post-24174</link>
<pubDate>Tue, 06 Dec 2011 19:55:45 +0000</pubDate>
<dc:creator>Nate H</dc:creator>
<guid isPermaLink="false">24174@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Aloha,&#60;br /&#62;
I have been trying to get Google search results on my webpage and seem to be missing something. I have found no plugin that will work, because google recently changed their Custom Google Search Control panel to not have an iframe option.&#60;/p&#62;
&#60;p&#62;I thought I was getting somewhere with this article, but it seems like Thematic overrides the search results page:  &#60;a href=&#34;http://iamtgc.com/2011/07/10/integrating-a-google-custom-search-engine-into-your-wordpress-blog/&#34; rel=&#34;nofollow&#34;&#62;http://iamtgc.com/2011/07/10/integrating-a-google-custom-search-engine-into-your-wordpress-blog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any insight would be very much appreciated.&#60;/p&#62;
&#60;p&#62;Thank You,&#60;br /&#62;
Nate
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Creating a custom homepage with multiple category search fields"</title>
<link>http://themeshaper.com/forums/topic/creating-a-custom-homepage-with-multiple-category-search-fields#post-24018</link>
<pubDate>Wed, 30 Nov 2011 15:55:26 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24018@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;why are you are manually calling the widget.  the readme.txt (always a good idea to check out) says to do so if your theme doesn't support widgets.  thematic has something like 13 widget areas and in my very first reply i mentioned how to add another.  regardless, glad you have solved it.
&#60;/p&#62;</description>
</item>
<item>
<title>MrChase on "Creating a custom homepage with multiple category search fields"</title>
<link>http://themeshaper.com/forums/topic/creating-a-custom-homepage-with-multiple-category-search-fields#post-24017</link>
<pubDate>Wed, 30 Nov 2011 15:17:16 +0000</pubDate>
<dc:creator>MrChase</dc:creator>
<guid isPermaLink="false">24017@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Helga for your usefull reply and the tricks.&#60;br /&#62;
I'm using the .home class now, thanks for mention it.&#60;/p&#62;
&#60;p&#62;Well, I'm a bit of a noob when it comes to PHP but the problem was the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;home&#38;quot;&#38;gt;
&#38;lt;?php ctf_widget() ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I replaced the ctf_widget line with the this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;home&#38;quot;&#38;gt;
&#38;lt;?php the_widget(&#38;#39;cat_tag_filter&#38;#39;, $instance, $args); ?&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The solution was in de readme.txt in the plugin folder:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
If your theme doesn't support widgets, you can use this code:&#60;br /&#62;
&#38;lt;?php the_widget('cat_tag_filter', $instance, $args); ?&#38;gt;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Lesson learned! From now on I'll always read readme files ;)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Creating a custom homepage with multiple category search fields"</title>
<link>http://themeshaper.com/forums/topic/creating-a-custom-homepage-with-multiple-category-search-fields#post-24016</link>
<pubDate>Wed, 30 Nov 2011 13:48:46 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24016@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;are you using firebug?  or the chrome/safari equivalent developer tools?  if you aren't you absolutely NEED to be, as these types of questions are rendered extraordinarily simple.&#60;/p&#62;
&#60;p&#62;for instance, thematic's default style is &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.aside #searchsubmit {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which is probably hiding your submit button.  (by the by, you can wrap code with two ` backtick marks... if you have a US keyboard that is usually up next to the 1.  so you'd need to override that somehow&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.filter-cat .ctf-submit{
border-style:solid;
border-width:1px;
border-color:#000;
display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that might not be specific enough, i'm not sure w/o actually testing it, but hopefully you get the point.&#60;/p&#62;
&#60;p&#62;where did this &#34;.home-only&#34; class come from?  did you add it to the dynamic body classes or is it a place holder b/c you don't know what to actually put there?  if the later, you can again use firebug to read all the dynamic thematic body classes&#60;/p&#62;
&#60;p&#62;home page page-id-62 page-template-default logged-in admin-bar windows chrome ch15&#60;/p&#62;
&#60;p&#62;and the first one happens to be home so in lieu of .home-only you'd just use .home&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.home .filter-cat{
font-size:24px;
border-style:solid;
border-width:8px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if you have hidden selects i'm not sure what the problem is.  but you can probably sort it out w/ firebug.
&#60;/p&#62;</description>
</item>
<item>
<title>MrChase on "Creating a custom homepage with multiple category search fields"</title>
<link>http://themeshaper.com/forums/topic/creating-a-custom-homepage-with-multiple-category-search-fields#post-24010</link>
<pubDate>Wed, 30 Nov 2011 08:53:35 +0000</pubDate>
<dc:creator>MrChase</dc:creator>
<guid isPermaLink="false">24010@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ok, some screenshots:&#60;br /&#62;
&#60;a href=&#34;http://img824.imageshack.us/img824/2603/themehome.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img824.imageshack.us/img824/2603/themehome.jpg&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://img528.imageshack.us/img528/7624/themesub.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img528.imageshack.us/img528/7624/themesub.jpg&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>MrChase on "Creating a custom homepage with multiple category search fields"</title>
<link>http://themeshaper.com/forums/topic/creating-a-custom-homepage-with-multiple-category-search-fields#post-24009</link>
<pubDate>Wed, 30 Nov 2011 08:44:00 +0000</pubDate>
<dc:creator>MrChase</dc:creator>
<guid isPermaLink="false">24009@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ok, it's kind of working. Now I've got another problem:&#60;br /&#62;
I want to have one plugin (http://wordpress.org/extend/plugins/cat-tag-filter-widget/) with two styles: one style for the homepage, one style for the other pages. Let's say I want the form at the homepage having bigger fields than on the other pages. (Sorry for my bad english.)&#60;/p&#62;
&#60;p&#62;Is this possible?&#60;/p&#62;
&#60;p&#62;This is in the plugin functions PHP file:&#60;br /&#62;
Note the form within the &#34;filter-cat&#34; div.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function ctf_widget(){&#60;br /&#62;
  global $ctf_options; ?&#38;gt;&#60;br /&#62;
  &#38;lt;div class=&#34;filter-cat&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;form action=&#34;&#38;lt;?php echo get_bloginfo('wpurl') . '/' . PLUGINDIR . '/' . dirname(plugin_basename(__FILE__)) . '/cat-tag-filter.php'; ?&#38;gt;&#34; method=&#34;post&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;?php if ($ctf_options['cat_list_label']) echo '&#38;lt;label for=&#34;ctf-cat-select&#34;&#38;gt;' . $ctf_options['cat_list_label'] . '&#38;lt;/label&#38;gt;'; ?&#38;gt;&#60;br /&#62;
    &#38;lt;select name=&#34;cat&#34; class=&#34;ctf-cat-select&#34; &#38;gt;&#60;br /&#62;
      &#38;lt;option value=&#34;-1&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;?php if ($ctf_options['all_cats_text'] != '') echo $ctf_options['all_cats_text']; else _e('Any category', 'cat-tag-filter'); ?&#38;gt;&#60;br /&#62;
      &#38;lt;/option&#38;gt;&#60;br /&#62;
      &#38;lt;?php echo cat_options(); ?&#38;gt;&#60;br /&#62;
    &#38;lt;/select&#38;gt;&#60;br /&#62;
    &#38;lt;?php if ($ctf_options['tag_list_label']) echo '&#38;lt;label for=&#34;ctf-tag-select&#34;&#38;gt;' . $ctf_options['tag_list_label'] . '&#38;lt;/label&#38;gt;'; ?&#38;gt;&#60;br /&#62;
    &#38;lt;select name=&#34;tag&#34; class=&#34;ctf-tag-select&#34; &#38;gt;&#60;br /&#62;
      &#38;lt;option value=&#34;-1&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;?php if ($ctf_options['all_tags_text'] != '') echo $ctf_options['all_tags_text']; else _e('Any tag', 'cat-tag-filter'); ?&#38;gt;&#60;br /&#62;
      &#38;lt;/option&#38;gt;&#60;br /&#62;
      &#38;lt;?php echo tag_options(); ?&#38;gt;&#60;br /&#62;
    &#38;lt;/select&#38;gt;&#60;br /&#62;
    &#38;lt;input type=&#34;hidden&#34; name=&#34;ctf_submit&#34; value=&#34;1&#34; /&#38;gt;&#60;br /&#62;
    &#38;lt;input type=&#34;hidden&#34; name=&#34;home_url&#34; value=&#34;&#38;lt;?php bloginfo('url'); ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
    &#38;lt;input class=&#34;ctf-submit&#34; class=&#34;button&#34; type=&#34;submit&#34;  value=&#34;&#38;lt;?php echo $ctf_options['button_title']; ?&#38;gt;&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;/form&#38;gt; &#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is in the style.css in the childtheme folder:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
/* =Cat Tag Filter&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;.filter-cat{&#60;br /&#62;
font-size:12px;&#60;br /&#62;
border-style:solid;&#60;br /&#62;
border-width:3px;&#60;br /&#62;
}&#60;br /&#62;
.filter-cat .ctf-tag-select,.ctf-cat-select,.ctf-submit{&#60;br /&#62;
width: 130px;&#60;br /&#62;
}&#60;br /&#62;
.filter-cat .ctf-submit{&#60;br /&#62;
border-style:solid;&#60;br /&#62;
border-width:1px;&#60;br /&#62;
border-color:#000;&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;/* =Cat Tag Filter Home Only&#60;br /&#62;
-------------------------------------------------------------- */&#60;/p&#62;
&#60;p&#62;.home-only .filter-cat{&#60;br /&#62;
font-size:24px;&#60;br /&#62;
border-style:solid;&#60;br /&#62;
border-width:8px;&#60;br /&#62;
}&#60;br /&#62;
.home-only .filter-cat .ctf-tag-select,.ctf-cat-select,.ctf-submit{&#60;br /&#62;
width: 200px;&#60;br /&#62;
}&#60;br /&#62;
.home-only .filter-cat .ctf-submit{&#60;br /&#62;
border-style:solid;&#60;br /&#62;
border-width:5px;&#60;br /&#62;
border-color:#FFF;&#60;br /&#62;
}&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Styles are just an example.&#60;br /&#62;
I've got a different homepage calling the Cat Tag Filter widget within the &#34;class=&#34;home-only&#34; div.&#60;/p&#62;
&#60;p&#62;It's working, only the&#60;br /&#62;
.ctf-tag-select, .ctf-cat-select and the .ctf-submit aren't visible at the homepage.&#60;/p&#62;
&#60;p&#62;I hope you'll understand this problem. Thanks in advance for your replie!
&#60;/p&#62;</description>
</item>
<item>
<title>MrChase on "Creating a custom homepage with multiple category search fields"</title>
<link>http://themeshaper.com/forums/topic/creating-a-custom-homepage-with-multiple-category-search-fields#post-23977</link>
<pubDate>Mon, 28 Nov 2011 18:42:11 +0000</pubDate>
<dc:creator>MrChase</dc:creator>
<guid isPermaLink="false">23977@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for your reply Helga! That widget area looks nice and quite simple. I'll go figure it out!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Creating a custom homepage with multiple category search fields"</title>
<link>http://themeshaper.com/forums/topic/creating-a-custom-homepage-with-multiple-category-search-fields#post-23973</link>
<pubDate>Mon, 28 Nov 2011 16:57:56 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23973@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you can add any amount of divs you'd like to the header.  that part is easy, but thematic does not have that type of search ability built in.  in lieu of writing it yourself, i'd go w/ the plugin.  why re-invent the wheel? &#60;/p&#62;
&#60;p&#62;you can always add a widget area in the header and drop it in there.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/something-new-bout-widgetized-areas#post-6660&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/something-new-bout-widgetized-areas#post-6660&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;if the plugin is loading its own stylesheet, but you'd rather that it didn't... assuming that it is well-written you should be able to deregister it's stylesheet and then handle all of its styles in your own style.css&#60;/p&#62;
&#60;p&#62;see Devin's post on deregistering stuff&#60;br /&#62;
&#60;a href=&#34;http://wptheming.com/2009/12/optimize-plug-in-script-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://wptheming.com/2009/12/optimize-plug-in-script-wordpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>MrChase on "Creating a custom homepage with multiple category search fields"</title>
<link>http://themeshaper.com/forums/topic/creating-a-custom-homepage-with-multiple-category-search-fields#post-23970</link>
<pubDate>Mon, 28 Nov 2011 16:05:40 +0000</pubDate>
<dc:creator>MrChase</dc:creator>
<guid isPermaLink="false">23970@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Here's a sketch: &#60;a href=&#34;http://img717.imageshack.us/img717/232/thematiccustomexample.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img717.imageshack.us/img717/232/thematiccustomexample.jpg&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>MrChase on "Creating a custom homepage with multiple category search fields"</title>
<link>http://themeshaper.com/forums/topic/creating-a-custom-homepage-with-multiple-category-search-fields#post-23969</link>
<pubDate>Mon, 28 Nov 2011 15:49:57 +0000</pubDate>
<dc:creator>MrChase</dc:creator>
<guid isPermaLink="false">23969@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi there! This is my first post. I'm from the Netherlands so my english isn't that good. I'm sorry for that! First thing I want to say: Thematic rocks!&#60;/p&#62;
&#60;p&#62;Okay, here's the deal: I want to make a custom homepage (frontpage) with an extra area below the header section. In this custom area, I want to have a multiple category search widget. (See: &#60;a href=&#34;http://wordpress.org/extend/plugins/multiple-category-selection-widget/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/multiple-category-selection-widget/&#60;/a&#62; and &#60;a href=&#34;http://wordpress.zackdesign.biz/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.zackdesign.biz/&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;In other words: I want a huge header with a nice background image and a div containing the multiple cat search, so visitors can filter categories.&#60;/p&#62;
&#60;p&#62;My questions:&#60;br /&#62;
1) Is there already a kind of &#34;Thematic multiple category search filter&#34; ready to use?&#60;br /&#62;
2) If not: Do you guys and girls know a tutorial so I can create this multi-cat-search box straight into my custome homepage / frontpage?&#60;/p&#62;
&#60;p&#62;I just don't like to add lots of non-thematic plugins to my wp theme and want to have a clean childtheme with only one stylesheet.&#60;/p&#62;
&#60;p&#62;Is there any kind of solution, or should I keep dreaming?&#60;br /&#62;
I'm kind of a noob with PHP, but I'm familiar with HTML and CSS.&#60;br /&#62;
Thanks for your replies!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
