1. How i can exclude pages and some category from search results? Is there a way? 2. I'm using the_excerpt() function for get posts on homepage. How i change "[...]" chars to "Read More" link (this is screenshot and description about this question: http://screencast.com/t/okTeJtEjW)? 3. I'm using this codes for display page title. But i want to check bloginfo("description"); and bloginfo("name"); functions. If this functions returns nothing i will display something different title. How i can do this?
1. you have to make search.php and before while in the loop put query posts and exclude what you want (you have some examples of query posts in my articles)
2. search for excerpt reloaded plugin, i use it all the time it's great you can set a length, etc..
3. hm i'm not sure about this one, but to check if something is empty wp uses ! sign, try wp codex
Okay. I excluded a category from search results (i hope there is no pagination problem). But how i can exclude one or more pages? I can't find any parameter for this situation from WP codex.