Is it possible to use other template than rows.html for links that appear in search results?
When I change the file rows.html it changes the way rows are looking in categories and in search results.. and I want to make them to be separated..
Thanks.
Is it possible to use other template than rows.html for links that appear in search results?
When I change the file rows.html it changes the way rows are looking in categories and in search results.. and I want to make them to be separated..
Thanks.
..
You probably could, but I've never tried it so this is a guess.
You'd have to change search.php and probably power_search.php as well. Copy rows.html and rename it, and then in search.php replace rows.html with the name of the new template file.
Works perfect! I change the template from seach.php and it works fine.
..