Title: Auto Refresh Post &amp; Page
Author: Aasim Ghaffar
Published: <strong>6 de noviembre de 2023</strong>
Last modified: 14 de julio de 2026

---

Buscar 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

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

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

 * [Detalles](https://es-mx.wordpress.org/plugins/auto-refresh-post-page/#description)
 * [Opiniones](https://es-mx.wordpress.org/plugins/auto-refresh-post-page/#reviews)
 *  [Instalación](https://es-mx.wordpress.org/plugins/auto-refresh-post-page/#installation)
 * [Desarrollo](https://es-mx.wordpress.org/plugins/auto-refresh-post-page/#developers)

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

## Descripción

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.

## Capturas

[⌊Modern settings dashboard with post type rules.⌉⌊Modern settings dashboard with
post type rules.⌉[

Modern settings dashboard with post type rules.

[⌊Refresh Behavior tab — dual modes, role exemptions and smart pausing.⌉⌊Refresh
Behavior tab — dual modes, role exemptions and smart pausing.⌉[

Refresh Behavior tab — dual modes, role exemptions and smart pausing.

[⌊Design tab — countdown timer with live preview.⌉⌊Design tab — countdown timer 
with live preview.⌉[

Design tab — countdown timer with live preview.

[⌊Front-end circular countdown widget.⌉⌊Front-end circular countdown widget.⌉[

Front-end circular countdown widget.

[[

[[

[[

## Instalación

 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.

## Preguntas frecuentes

### 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.

## Reseñas

![](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 de enero de 2024

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

 [ Leer todas las 2 reseñas ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/)

## Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este
plugin.

Colaboradores

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

[Traduce “Auto Refresh Post & Page” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/auto-refresh-post-page)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/auto-refresh-post-page/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/auto-refresh-post-page/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/auto-refresh-post-page/)
por [RSS](https://plugins.trac.wordpress.org/log/auto-refresh-post-page/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 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

 *  Versión **2.0.0**
 *  Última actualización **hace 1 día**
 *  Instalaciones activas **40+**
 *  Versión de WordPress ** 5.8 o superior **
 *  Probado hasta **6.8.5**
 *  Versión de PHP ** 7.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/auto-refresh-post-page/)
 * Etiquetas:
 * [auto refresh](https://es-mx.wordpress.org/plugins/tags/auto-refresh/)[countdown timer](https://es-mx.wordpress.org/plugins/tags/countdown-timer/)
   [page refresh](https://es-mx.wordpress.org/plugins/tags/page-refresh/)[Post Refresh](https://es-mx.wordpress.org/plugins/tags/post-refresh/)
 *  [Vista avanzada](https://es-mx.wordpress.org/plugins/auto-refresh-post-page/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  1 valoración de 5 estrellas     ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](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)

[Ver todas las valoraciones](https://wordpress.org/support/plugin/auto-refresh-post-page/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/auto-refresh-post-page/)