Search templates

Posted in: Newspaper
Post count: 4

I own a news portal and have 2 hubs that require a special header and footer, I achieved to setup with custom templates for archive files and single files but i missed the same to search files, in your theme options when selecting by category couldn’t find a field to change the template of the search results. I think it should be easy for you consider it insome of your upgrades. Tnks

Post count: 4

Or Please add a filter before loading the Search Template, so developers can override the template based on URL parameters, taxonomy, or custom logic.

$template_id = apply_filters(
‘tdb_search_template_id’,
$template_id
);

Post count: 20685

Hi,

Thank you for the suggestion, it is noted.

Regards.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.