Posted June 19 '09 at 10:33 PM
Posts: 2
nono you can use conditional php (if) statements for entire divs or an entire layout for that matter.
Well, he could do that, but it would require some modification to his site. As of now, all he would like to do is integrate some sort of search system.
Would it be possible to create your own list of search "terms", and once the search is performed, return a list of articles/content relating to the term? If your page contains a lot of static HTML pages, then I would assume you have some sort of understanding/naming scheme for the pages (say "may_photos", or "fall_photos"). For example, searching "photos" would return a list of all of your static pages that fit with "photos".
The upside to this is that you don't need to search every single page of your site, or convert it to some sort of heavily-PHP based system, which isn't something you have now (from what I was able to garner). The downside is that you must define each of the results returned for each query. Once it's set up, it should be fairly easy to maintain, but, depending on the size of your site, may take some time to set up fully.