Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
teole
tagDiv Member

I think, You can use the meta refresh in the head section.
<meta http-equiv=”refresh” content=”180″/>

or using javascript put in the theme’s Js codes

<script language=”javascript”>
setTimeout(function(){
window.location.reload(true);
}, 180000);
</script>

//period is passed in milliseconds: 3 * 60000 = 180000

Viewing 1 post (of 1 total)