Title: nnax ReadMore
Author: nnaxitloesungen
Published: <strong>21 aprīlis, 2026</strong>
Last modified: 13 jūlijs, 2026

---

Meklēt spraudņus

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

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

# nnax ReadMore

 Autors [nnaxitloesungen](https://profiles.wordpress.org/nnaxitloesungen/)

[Lejupielādēt](https://downloads.wordpress.org/plugin/nnax-readmore.1.0.4.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/nnax-readmore/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/nnax-readmore/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/nnax-readmore/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/nnax-readmore/#developers)

 [Atbalsts](https://wordpress.org/support/plugin/nnax-readmore/)

## Apraksts

nnax ReadMore helps editors keep posts and pages compact while still making additional
content available on demand.

Use the shortcode `[nnax_readmore]...[/nnax_readmore]` to hide longer sections behind
a toggle button. Visitors can expand and collapse the content without requiring 
a bundled frontend framework.

#### Main features

 * Namespaced shortcode `[nnax_readmore]` for expandable content blocks
 * Dedicated ReadMore block for Gutenberg and a button above the editor in the Classic
   Editor
 * Toggle button text between “Mehr anzeigen” and “Weniger anzeigen”
 * Configurable button CSS classes in plugin settings
 * Role-based visibility and editing permissions for the plugin admin area
 * Toggle behavior works without any bundled frontend library
 * Clean uninstall behavior for plugin options

### Requirements

 * WordPress 6.0 or higher
 * PHP 7.4 or higher

### Usage

Use this shortcode in content:

    ```
    [nnax_readmore]Your hidden content[/nnax_readmore]
    ```

In Gutenberg, a dedicated `ReadMore` block is available in the block inserter. In
the Classic Editor, the button is available above the editor. In both cases, a dialog
opens for entering the hidden content.

### Uninstallation

When the plugin is deleted, `uninstall.php` removes the options `nnaxreadmore_button_classes`,`
nnaxreadmore_general_settings`, and `nnaxreadmore_role_access`.
 In multisite, cleanup
runs per site and also removes a possible network option.

### Known Limitations

 * The plugin focuses on the shortcode toggle behavior only.
 * Runtime compatibility with the minimum supported WordPress version, multisite
   setups, and broader theme sets must be validated in the target project environment.

## Ekrānuzņēmumi

[⌊Display settings: Customize the CSS classes used for the ReadMore button.⌉⌊Display
settings: Customize the CSS classes used for the ReadMore button.⌉[

Display settings: Customize the CSS classes used for the ReadMore button.

[⌊Guide page: View quick usage instructions and copy the shortcode example instantly.⌉⌊
Guide page: View quick usage instructions and copy the shortcode example instantly
.⌉[

Guide page: View quick usage instructions and copy the shortcode example instantly.

[⌊Role settings: Control which user roles can access the plugin settings.⌉⌊Role 
settings: Control which user roles can access the plugin settings.⌉[

Role settings: Control which user roles can access the plugin settings.

[⌊Frontend view: Visitors can expand and collapse hidden content with one click.⌉⌊
Frontend view: Visitors can expand and collapse hidden content with one click.⌉[

Frontend view: Visitors can expand and collapse hidden content with one click.

## Bloki

Šis spraudnis nodrošina 1 bloku.

 *   ReadMore Fügt einen ReadMore-Shortcode als Block ein.

## Uzstādīšana

 1. Upload the plugin folder `nnax-readmore` to `/wp-content/plugins/`.
 2. Activate the plugin through the `Plugins` screen in WordPress.
 3. Open the `nnax ReadMore` menu and configure button classes if needed.

## BUJ

### Does the plugin require UIkit from the theme?

No. The plugin works independently and does not require UIkit from the theme.

### Does the plugin store personal data?

No personal profile data is stored by default. The plugin stores technical settings
options for button classes and role-based access configuration.

## Atsauksmes

Par šo spraudni nav atsauksmju.

## Autori un izstrādātāji

“nnax ReadMore” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi
cilvēki.

Līdzdalībnieki

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

“nnax ReadMore” ir tulkots lokalizācijās 2. Paldies [tulkotājiem](https://translate.wordpress.org/projects/wp-plugins/nnax-readmore/contributors)
par ieguldījumu.

[Tulkot “nnax ReadMore&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/nnax-readmore)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/nnax-readmore/), apmeklējiet
[ SVN krātuvi ](https://plugins.svn.wordpress.org/nnax-readmore/)vai abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/nnax-readmore/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/nnax-readmore/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 1.0.4

 * Removed the manual `load_plugin_textdomain()` call to resolve the current Plugin
   Check warning and rely on WordPress translation loading.
 * Expanded deploy exclusions so Git and development files are no longer uploaded
   via FTP, SFTP, or Rsync workflows.

#### 1.0.3

 * Updated Plugin URI and documentation URLs to expertonaut.de.
 * Replaced the default UIkit button classes with a custom ‘nnax-readmore-btn’ class.
 * Styled the frontend button to match the nnax backend UI design system (colors,
   borders, gradients, and hover transitions).
 * Added automatic migration routines to convert existing configurations from ‘uk-
   button uk-button-default’ to the new ‘nnax-readmore-btn’.
 * Added options in the display settings page to customize “Mehr anzeigen” and “
   Weniger anzeigen” texts globally, with override capability in individual shortcode
   usages via the ‘label_more’ and ‘label_less’ attributes.
 * Updated the admin menu icon to readmore-menuicon.png.

#### 1.0.2

 * Added standard block.json configuration for full WordPress 7.0 iframe-editor 
   compatibility.
 * Replaced deprecated jQuery Thickbox modal in Classic Editor with high-performance
   native HTML5 API.
 * Enforced precise select font sizing (12px) to override WordPress Core layout 
   adjustments.
 * Raised minimum required WordPress version to 6.0 and validated tested support
   up to 7.0.

#### 1.0.0

 * Initial release.
 * ReadMore shortcode and toggle behavior.
 * Dedicated Gutenberg ReadMore block and Classic Editor insert button.
 * Toggle integration and settings page.
 * Uninstall cleanup for plugin options.

## Meta

 *  Versija **1.0.4**
 *  Pēdējo reizi atjaunots: **pirms 3 nedēļas**
 *  Aktīvās instalācijas: **Mazāk par 10**
 *  WordPress versija ** 6.0 vai jaunāka **
 *  Pārbaudīts līdz: **7.0.2**
 *  PHP versija ** 7.4 vai jaunāka **
 *  Valodas
 * [English (UK)](https://en-gb.wordpress.org/plugins/nnax-readmore/), [English (US)](https://wordpress.org/plugins/nnax-readmore/),
   un [German](https://de.wordpress.org/plugins/nnax-readmore/).
 *  [Tulkojiet savā valodā](https://translate.wordpress.org/projects/wp-plugins/nnax-readmore)
 * Birkas:
 * [readmore](https://lv.wordpress.org/plugins/tags/readmore/)[shortcode](https://lv.wordpress.org/plugins/tags/shortcode/)
   [toggle](https://lv.wordpress.org/plugins/tags/toggle/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/nnax-readmore/advanced/)

## Vērtējumi

Vēl nav iesniegta neviena atsauksme.

[Your review](https://wordpress.org/support/plugin/nnax-readmore/reviews/#new-post)

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/nnax-readmore/reviews/)

## Līdzdalībnieki

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

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/nnax-readmore/)

## Ziedojiet

Vai vēlaties atbalstīt šī spraudņa pilnveidošanu?

 [ Ziedojiet šim spraudnim ](https://www.nnax.de)