Title: Eloquent
Author: Avram
Published: <strong>5 de novembre de 2016</strong>
Last modified: 21 d'agost de 2026

---

Cerca extensions

![](https://ps.w.org/eloquent/assets/banner-772x250.png?rev=2727115)

![](https://ps.w.org/eloquent/assets/icon-256x256.png?rev=2727115)

# Eloquent

 Per [Avram](https://profiles.wordpress.org/avram/)

[Baixa](https://downloads.wordpress.org/plugin/eloquent.1.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/eloquent/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/eloquent/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/eloquent/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/eloquent/#developers)

 [Suport](https://wordpress.org/support/plugin/eloquent/)

## Descripció

Eloquent is an awesome front-end editor for your website. Edit posts and pages directly
from your website front-end!

It is not a full-featured editor like the WordPress editor in the admin panel, but
it is a great solution for your not-too-tech-savvy clients to quickly edit existing
posts and pages, right where they see them.

Features:
 * Edit post/page title and content directly on the front end, with the
same rich-text tools ContentTools provides * Upload images straight to the WordPress
Media Library – rotate and crop before inserting, no separate media step * Pick 
which of your theme’s own CSS classes are offered as one-click styles in the editor,
curated from Settings / Eloquent * Autodetect title/content selectors for your active
theme, so there’s nothing to hand-configure on a typical site * Draft support – 
unpublished entries can be edited and published straight from the front end

Try it instantly on [tastewp.com](https://tastewp.com/new?pre-installed-plugin-slug=eloquent&redirect=%2F&ni=true)!

## Captures

[⌊Eloquent editor⌉⌊Eloquent editor⌉[

Eloquent editor

[⌊Image upload/edit dialog, now saving straight to the Media Library⌉⌊Image upload/
edit dialog, now saving straight to the Media Library⌉[

Image upload/edit dialog, now saving straight to the Media Library

[⌊Image/element attributes dialog, including one-click theme styles⌉⌊Image/element
attributes dialog, including one-click theme styles⌉[

Image/element attributes dialog, including one-click theme styles

## Instal·lació

 1. Upload the plugin files to the `/wp-content/plugins/eloquent` directory, or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Use the Settings -> Eloquent screen to configure the plugin: set up title/content
    selectors (or use Autodetect) and pick which theme CSS classes to offer in the 
    editor.
 4. Enjoy using Eloquent!

## PMF

### How do I upload images to the WordPress media library?

Use the image tool in the front-end editor – it uploads straight into your Media
Library, the same place block-editor uploads go. Rotate and crop it before inserting;
there’s nothing extra to configure.

### The Autodetect option isn’t detecting selectors, what do I do?

Set the selectors manually on the Settings / Eloquent screen. Use your browser’s«
Inspect element» tool on your theme’s post title and content area to find their 
CSS classes.

### Can I choose which CSS classes are available in the editor?

Yes. The «Editor styles» section on Settings / Eloquent lets you scan your site 
for classes your theme already uses (or add one manually), then pick which ones 
appear as one-click styles in the element properties dialog.

### I changed my theme and the editor stopped showing up, why?

Different themes use different CSS classes for the title and content area, so Eloquent
needs to re-detect (or be told) the new selectors. You’ll see an admin notice after
a theme switch linking straight to the settings screen.

## Ressenyes

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

### 󠀁[Great front-end editor](https://wordpress.org/support/topic/great-front-end-editor/)󠁿

 [ugotta](https://profiles.wordpress.org/ugotta/) 10 de febrer de 2023

Handy front-end editor. It would be better to add several functions if possible:
Directly create a new article editor in the front end Category can be selected

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

### 󠀁[Very Good Editor](https://wordpress.org/support/topic/very-good-editor-2/)󠁿

 [Joachim](https://profiles.wordpress.org/joesy/) 5 de gener de 2017

Very clearly and ease of use front-end editor.

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

### 󠀁[Great Plugin!](https://wordpress.org/support/topic/great-plugin-11360/)󠁿

 [Živa Milošević](https://profiles.wordpress.org/zivam/) 11 de desembre de 2016

Easy to use, effective, thanks!

 [ Llegiu totes les 3 ressenyes ](https://wordpress.org/support/plugin/eloquent/reviews/)

## Col·laboradors i desenvolupadors

«Eloquent» és programari de codi obert. La següent gent ha col·laborat en aquesta
extensió.

Col·laboradors

 *   [ Avram ](https://profiles.wordpress.org/avram/)

[Traduïu «Eloquent» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/eloquent)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/eloquent/), baixeu-
vos el [repositori SVN](https://plugins.svn.wordpress.org/eloquent/), o subscriviu-
vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/eloquent/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/eloquent/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.0

 * Fixed a bug where saving through the editor stripped Gutenberg’s block markers,
   breaking the block editor on any post edited through Eloquent
 * Images now upload to the WordPress Media Library instead of being embedded as
   base64 data in post content; rotate and crop are handled server-side
 * Added a curated CSS class picker («Editor styles») so theme classes can be applied
   to elements from inside the editor
 * Fixed autodetection: the placeholder entry it creates is previewed rather than
   opened directly, so it no longer 404s on the front end
 * Moved front-end save/publish/selector actions to the REST API, with proper capability
   checks and nonces
 * Bundled SweetAlert2 locally instead of loading it from a CDN
 * Updated ContentTools to 1.6.16
 * General code cleanup and hardening (capability checks, output escaping, translatable
   strings)

#### 0.2

 * Updated SweetAlert
 * Updated ContentEditor

#### 0.1

 * Initial version

## Meta

 *  Versió **1.0**
 *  Darrera actualització **fa 1 mes**
 *  Instal·lacions actives **10+**
 *  Versió del WordPress ** 5.0 o posterior **
 *  Provada fins a **7.0.6**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/eloquent/)
 * Etiquetes
 * [editor](https://ca.wordpress.org/plugins/tags/editor/)[eloquent](https://ca.wordpress.org/plugins/tags/eloquent/)
   [Frontend](https://ca.wordpress.org/plugins/tags/frontend/)[live](https://ca.wordpress.org/plugins/tags/live/)
   [writing](https://ca.wordpress.org/plugins/tags/writing/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/eloquent/advanced/)

## Valoracions

 5 sobre 5 estrelles.

 *  [  3 valoracions de 5 estrelles     ](https://wordpress.org/support/plugin/eloquent/reviews/?filter=5)
 *  [  0 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/eloquent/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/eloquent/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/eloquent/reviews/?filter=2)
 *  [  0 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/eloquent/reviews/?filter=1)

[La vostra ressenya](https://wordpress.org/support/plugin/eloquent/reviews/#new-post)

[Visualitza totes les ressenyes](https://wordpress.org/support/plugin/eloquent/reviews/)

## Col·laboradors

 *   [ Avram ](https://profiles.wordpress.org/avram/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/eloquent/)

## Feu una donació

Voleu ajudar a què l'extensió millori?

 [ Feu una donació a aquesta extensió ](https://paypal.me/avramator)