2023-01-31, 06:29:42
(2023-01-31, 04:16:29)Carlos Wrote:(2023-01-31, 01:48:58)Oleg06 Wrote: Carlos, hi. I want to use a slider in the header on the main page, and regular headings in the posts. How can i do this?
In your template:
Code:<?php if (nm_is_home()) { ?>
... slider ...
<?php } ?>
(Conditional functions)
Thank you for your support, which has not changed over the years.