Title: Auto Refresh Post &amp; Page
Author: Aasim Ghaffar
Published: <strong>ህዳር  6, 2023</strong>
Last modified: ሐምሌ 14, 2026

---

Search plugins

![](https://ps.w.org/auto-refresh-post-page/assets/banner-772×250.png?rev=3010375)

![](https://ps.w.org/auto-refresh-post-page/assets/icon-256x256.png?rev=3009975)

# Auto Refresh Post & Page

 By [Aasim Ghaffar](https://profiles.wordpress.org/cubixsol/)

[Download](https://downloads.wordpress.org/plugin/auto-refresh-post-page.2.0.0.zip)

 * [Details](https://am.wordpress.org/plugins/auto-refresh-post-page/#description)
 * [Reviews](https://am.wordpress.org/plugins/auto-refresh-post-page/#reviews)
 *  [Installation](https://am.wordpress.org/plugins/auto-refresh-post-page/#installation)
 * [Development](https://am.wordpress.org/plugins/auto-refresh-post-page/#developers)

 [ድጋፍ](https://wordpress.org/support/plugin/auto-refresh-post-page/)

## ማብራሪያ

Auto Refresh Post & Page keeps your content fresh without visitors lifting a finger.
Perfect for live blogs, score boards, dashboards, auction listings, stock tickers,
queue displays and any page that changes frequently.

Version 2.0 is a complete rebuild with a modern settings dashboard and a set of 
features designed for real-world sites:

**Dual refresh modes**

 * **Full Page Reload** — the classic, works everywhere.
 * **Smart Content Refresh (AJAX)** — fetches the page in the background and swaps
   only the container you choose (e.g. `#main-content`). No flicker, no scroll jump.
   Falls back to a full reload automatically if the target can’t be found.

**Visual countdown timer**

 * Optional progress bar (top or bottom of the page) or a floating circular widget.
 * Pick your own accent color and label.

**Smart pausing**

 * Pauses while a visitor is typing in a form or hovering the content area, so you
   never refresh someone mid-comment.
 * Pauses in hidden browser tabs and resumes on return.
 * Append `?no_refresh=true` to any URL to disable refreshing for that visit.

**User role exemptions**

 * Exclude Administrators, Editors or any role from being refreshed so nobody’s 
   work gets interrupted.

**Granular rules**

 * Global rules per post type with second/minute/hour intervals.
 * Per-post overrides (custom interval, custom mode, or disable entirely) right 
   in the post editor.
 * A flexible shortcode for local control:
 * [auto_refresh interval=”30″ mode=”ajax” target=”#main-content” show_timer=”true”
   style=”circle” color=”#45c4bc”]

**Built for production**

 * Nonce and capability checks on every write operation.
 * All input sanitized, all output escaped.
 * Settings from version 1.x are migrated automatically.
 * Clean uninstall — removes its own options and post meta.

## መጫን

 1. Install through the WordPress plugin directory, or upload the files to `/wp-content/
    plugins/`.
 2. Activate the plugin through the ‘Plugins’ menu.
 3. Open **Auto Refresh** in the admin menu.
 4. Enable the post types you want, set an interval, and save.
 5. (Optional) Fine-tune individual posts from the “Auto Refresh Post & Page” box in
    the post editor.

## የተለመዱ ጥያቄዎች

### What does AJAX mode do exactly?

Instead of reloading the whole page, the plugin fetches the current URL in the background,
extracts the element matching your CSS selector from the fresh copy, and swaps it
into the live page. Scroll position is preserved and there is no white flash.

### What happens if my selector doesn’t match anything?

The plugin falls back to a normal full page reload, so refreshing never silently
breaks.

### Can I stop the page refreshing while I edit content?

Yes, two ways: add your role to the exemption list in **Refresh Behavior**, or append`?
no_refresh=true` to the URL.

### Will my old (1.x) settings survive the update?

Yes. Post-type rules and per-post intervals from 1.x are migrated automatically 
the first time 2.0 runs.

### Is there a minimum interval?

Yes — 2 seconds. Sub-2-second refresh loops can lock up a browser, so shorter values
are raised to 2 seconds automatically.

### Does the plugin work with caching plugins?

Full reload mode works with any cache. AJAX mode adds a cache-busting parameter 
to the background request so visitors receive fresh content even behind a page cache.

## Reviews

![](https://secure.gravatar.com/avatar/e1961fa1921461b2d0bac028677a436d37cbe7399e2e624a6d99d5942658391f?
s=60&d=retro&r=g)

### 󠀁[The plugin does exactly what I was looking for](https://wordpress.org/support/topic/the-plugin-does-exactly-what-i-was-looking-for/)󠁿

 [hajo22](https://profiles.wordpress.org/hajo22/) ጥር 27, 2024

The plugin does exactly what I was looking for. And that makes it very simple and
marvellous

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/)

## Contributors & Developers

“Auto Refresh Post & Page” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Aasim Ghaffar ](https://profiles.wordpress.org/cubixsol/)

[Translate “Auto Refresh Post & Page” into your language.](https://translate.wordpress.org/projects/wp-plugins/auto-refresh-post-page)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/auto-refresh-post-page/),
check out the [SVN repository](https://plugins.svn.wordpress.org/auto-refresh-post-page/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/auto-refresh-post-page/)
by [RSS](https://plugins.trac.wordpress.org/log/auto-refresh-post-page/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.0

 * Complete rebuild with a modern, tabbed settings dashboard.
 * New: Smart Content Refresh (AJAX) mode — swap a single container instead of reloading
   the page.
 * New: front-end countdown timer (progress bar or circular widget) with custom 
   color and position.
 * New: user role exemptions.
 * New: smart pausing — while typing, while hovering content, and in hidden tabs.
 * New: `?no_refresh=true` URL bypass.
 * New: `[auto_refresh]` shortcode with interval, mode, target, timer style, color
   and label attributes.
 * New: per-post overrides — custom interval, custom mode, or disable per post.
 * New: automatic migration of all 1.x settings.
 * Fixed: removed heavy database writes that ran on every front-end page view.
 * Fixed: mass post-meta updates on every page load replaced with runtime rule resolution.
 * Security: nonce + capability checks on every save; deep sanitization of all settings;
   escaped output everywhere.
 * Clean uninstall including legacy 1.x data.

#### 1.0.2

 * Added a user role select field per post type.
 * Added a Last Refreshed column.

#### 1.0.1

 * Added time unit select field (Hours, Minutes, Seconds).

## Meta

 *  Version **2.0.0**
 *  Last updated **8 ደቂቃዎች ago**
 *  Active installations **40+**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/auto-refresh-post-page/)
 * Tags
 * [auto refresh](https://am.wordpress.org/plugins/tags/auto-refresh/)[countdown timer](https://am.wordpress.org/plugins/tags/countdown-timer/)
   [page refresh](https://am.wordpress.org/plugins/tags/page-refresh/)[Post Refresh](https://am.wordpress.org/plugins/tags/post-refresh/)
 *  [Advanced View](https://am.wordpress.org/plugins/auto-refresh-post-page/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/)

## Contributors

 *   [ Aasim Ghaffar ](https://profiles.wordpress.org/cubixsol/)

## ድጋፍ

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/auto-refresh-post-page/)