search field

Hello,

what must I do that the search field is on all sites?

Gretings

Comments

  • acrylian Administrator, Developer
    Place the search form function on any theme page. I strongly suggest to read the theming tutorial if you haven't already.
  • mfeske Member
    I read this http://www.zenphoto.org/news/theming-tutorial , but I don´t found the function to set the search for all sites, can you show me the Anker on the Site? And I found no function to make the correct String for download List in Codeblock of Gallery.
  • Laurent Member
    To have the search form i place this code in my inc-header.php file.

    `

    <?php if (getOption('Allow_search')) { printSearchForm("","search","",gettext("Search"),"$_zp_themeroot/images/search/search-drop.png"); } ?>

    `
    of course, you have to make a search.php page like this one :
    `http://www.zenphoto.org/news/theming-tutorial#searchphp`

    Laurent
Sign In or Register to comment.