Support our work
Footer alternating text
added to astra template file desktop-builder-layout.php
Solved by php code - rotate based on current time:
"... about fighting climate change. ",
"... about energy and the environment. ",
"... about energy and the economy. ",
];
$index = time() % count($texts);
echo $texts[$index];
?>