please is there any plugin or code that can refresh specific posts without reloading the browser...like livescore websites
<?php
if(is_single( ’17’ ))
{
echo ‘<META HTTP-EQUIV=”REFRESH” CONTENT=”10″>’ ;
}
?>
17 is post id while 10 is the refresh time in seconds
above code works well but keeps reloading the browser