Descrizione
Search Regex aggiunge un set potente di funzioni di ricerca e sostituzione per articoli, pagine, tipi di articolo personalizzati e altre sorgenti dati di WordPress. Queste vanno oltre le capacità standard di ricerca e ti consentono di cercare e sostituire quasi ogni dato conservato nel tuo sito. In aggiunta alla semplice ricerca hai a disposizione tutta la potenza delle espressioni regolari di PHP.
Puoi usarlo per fare cose come:
– Migrare un sito da un dominio a un altro
– Aggiornare gli URL nei link e nelle immagini
– Effettuare cambiamenti in tutto il sito
Search filters can be created to match any column of any WordPress table. For example:
– Find all posts in a category
– Find all post meta data without a post
– Find all posts in a date range
Search Regex gestisce siti piccoli e grandi.
Search Regex has been tested with PHP from 7.0 to 8.3.
Cosa posso cercare?
Puoi cercare:
– Articoli
– Pagine
– Qualsiasi tipo di articolo personalizzato
– Commenti (incluso lo spam)
– Utenti
– Metadati
– Opzioni di WordPress
– Plugin supportati (come Redirection)
È disponibile il pieno supporto alle espressioni regolari che ti consentono di catturare dati e di usarli nella sostituzione.
Actions
A variety of actions can be performed on matching results:
– Modify and replace the result
– Delete the result
– Export to CSV and SQL
– Perform custom PHP action
Modify and Replace Data
Results can be individually modified by clicking on the item to change, and using the popup modifier.
Bulk modifications can be performed against all matching results.
The types of modification depend on the data being changed:
– Numbers can be added or subtracted to existing numbers
– Hours, days, weeks, and months, can be added to dates
– Tags and categories can be added, removed, and substitued
Custom shortcodes are supported that allow dynamic data to be included:
– Add the current date and time, in any format, to content
– Insert data from other columns. For example, insert the category into the title
– Transform existing data. For example, convert case, change underscores to dashes.
Example uses
Some ideas for potential uses:
– Delete all comments that match a phrase
– Add a category to all matching posts
– Remove orphaned meta data
Supporto
Invia segnalazioni di bug, patch e richieste di nuove funzioni a:
https://github.com/johngodley/search-regex
Invia le traduzioni a:
https://translate.wordpress.org/projects/wp-plugins/search-regex
Translations
Translations are provided by WordPress itself. You can update the translations by going to the Dashboard > Updates section of WP admin.
Documentazione
La documentazione completa si trova nel sito Search Regex.
Installazione
È semplice installare il plugin:
- Scarica
search-regex.zip
- Decomprimi il file
- Carica la directory
search-regex
nella tua directory/wp-content/plugins
- Vai nella pagina di gestione dei plugin e abilita il plugin
- Configura le opzioni dalla pagina
Strumenti/Search Regex
Puoi trovare informazioni dettagliate per installare un plugin nella pagina di installazione plugin.
Recensioni
Contributi e sviluppo
“Search Regex” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Search Regex” è stato tradotto in 7 lingue. Grazie ai traduttori per i loro contributi.
Traduci “Search Regex” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
3.1.2 – December 29th 2024
- Fix crash when loading from a preset with an ‘includes any’
3.1.1 – November 23rd 2024
- Update for WordPress 6.7
3.1.0 – August 8th 2024
- Update for latest WP
- Fix export of regular expression result
- Switch to WP core translations
- See changelog.txt for more details