ZenphotoCMS Forum
How to include search-funktion into Wordpress-Search? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: How to include search-funktion into Wordpress-Search? (/thread-1968.html)



How to include search-funktion into Wordpress-Search? - weed - 22-12-2007

Some of my users do extensively searches in my blog, using the wordpress search. Is there a (simple) way to include the zp search in the wp search.php? I think about displaying both search results (zp/wp) with a horizontal or vertical spacing ...




How to include search-funktion into Wordpress-Search? - sbillard - 22-12-2007

I don't think there is any "simple" way. You would have to setup the zp search envronment on you wp page. Then you can use the next_album() and next_image() functions. To setup the environment you need to have the search parameters 'posted' and call the zp_load_search() function.