最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Refresh wordpress post without reloading browser

programmeradmin0浏览0评论

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

发布评论

评论列表(0)

  1. 暂无评论