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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745373483a4624898.html
评论列表(0条)