How to List and Show WordPress Posts That Comments and Pings Off (Not Allow) Come per la vendita e Mostra WordPress posti Commenti e Pings Off (non consentire)
WordPress blog publishing platform allows individual author to override global discussion setting and set whether to allow reader to post comment on the article, or whether to allow link notification (aka pingback and trackback) from other blogs at single post or page level. WordPress piattaforma di pubblicazione blog consente ai singoli autore per scavalcare l'impostazione globale discussione e impostare se consentire al lettore di posta commentare l'articolo, o se consentire collegamento notifica (pseudonimo Pingback e trackback) da altri blog a posto unico o livello di pagina. The feature allows all new posts and pages to be created with comments and pings on, but can always be turned off on specific posts or pages when needed. La funzione consente tutti i nuovi posti di pagine e di essere creato con commenti e ping, ma può essere disattivata su specifici posti o le pagine quando necessario.
When come to time to housekeeping, WordPress does not provide an easy way to list or show all posts or paged articles that has its comments and pings off. Quando vengono a tempo di pulizia, WordPress non fornisce un modo facile per list o mostrare tutti i post o articoli di paging che ha le sue osservazioni e ping off. For blog administrators who want to see a list blog posts and articles that have forbid readers and visitors to leave comments, and stop other blogs to pingback or trackback, use the following trick to list out all posts and pages that are currently set to comment and pingback/trackback off. Per gli amministratori del blog che vogliono vedere un elenco di blog e gli oggetti che hanno vietare lettori e visitatori di lasciare commenti, e smettere di altri blog di Pingback o trackback, utilizzare il seguente trucco alla lista di tutti i post e le pagine che si trovano attualmente fissato a presentare le loro osservazioni e Pingback / trackback off.
Log on to the MySQL database that powers the WordPress blog, and then use the following SQL query statement to get all posts or pages that either comment is not allowed, pings (trackback and ping back) is not allowed or both. Accedere al database MySQL poteri che il blog WordPress, e quindi utilizzare la seguente dichiarazione query SQL per ottenere tutti i posti o le pagine o commento che non è consentito, ping (ping trackback e ritorno) non è consentito o entrambi.
SELECT * FROM `wp_posts` where `comment_status` <> ‘open’ or `ping_status` <> ‘open’;
Tip: To make the selection from database easier, it’s recommended to use Suggerimento: Per effettuare la selezione da base di dati più facile, si consiglia di utilizzare phpMyAdmin or other GUI interface to MySQL DB. o di altri interfaccia GUI per MySQL DB.
The query above will return all row (both posts and pages in WordPress) that has either “Allow Comments” or “Allow Pings” set to off (untick). La ricerca di cui sopra verranno restituiti tutti i fila (due posti e pagine di WordPress) che ha una "Consenti Commenti" o "Consenti Pings" impostato su OFF (deselezionare). To return only articles where comments is not allowed, use only “comment_status”, or “ping_status” for articles that do not allow pingback and trackback. Per tornare solo articoli in cui commenti non è consentito, utilizzare solo "comment_status", o "ping_status" per gli articoli che non consentono Pingback e trackback.
Both comment_status and ping_status fields have only two easily understand values - open and closed. Entrambe le comment_status e ping_status campi sono solo due valori facilmente capire - aperto e chiuso. Open means allow, which closed means disallowed. Aperto significa consentire, che è stato chiuso significa non riconosciute. Once the result is displayed, the posts that have one or both of the criteria can be determined, and changed if required. Una volta che il risultato viene visualizzato, i posti che hanno uno o entrambi i criteri possono essere determinati, e modificato se necessario.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una macchina tradotto pagina che è fornito "così come sono" senza garanzia. Machine translation may be difficult to understand. La traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in inglese whenever possible. ogniqualvolta ciò sia possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e contribuire a My Digital Life Forums La mia vita digitale forum .
Related Articles Articoli correlati
- Reduce Server Load Using Akismet to Automatically Discard Spam Comments on Posts Older than A Month Ridurre il carico del server utilizzando Akismet per scartare automaticamente lo spam commenti su posti di età superiore a un mese
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 Colonna Relax WordPress Tema commenti-paged.php di paging-Commenti WordPress Plugin
- Integrate WordPress including Comments with bbPress Forum using bbSync Integrare WordPress compresi Commenti con bbPress Forum utilizzando bbSync
- Moderate WordPress Blog Comments Via Moderator with Desktop Client Moderato WordPress blog Commenti Via moderatore con client desktop
- How to Delete Existing WordPress Post Revisions Stored/Saved Come eliminare i post wordpress revisioni memorizzati / salvato
- How to Move WordPress Blog to New Domain or Location Come muoversi a WordPress blog nuovo dominio o posizione
- Show,List Out and Identify All Shared Files and Folders in Windows Vista Visualizza, l'elenco e individuare tutti condivisa di file e cartelle in Windows Vista
- Free Download: Akismet for WordPress Plugin 2.0 to Stop Comment, Trackback and Pingback Spam Download gratuito: Akismet per WordPress Plugin 2.0 per Stop commento, Trackback e Pingback Spam
- Paginating or Split WordPress Post or Page with NextPage in WordPress Not Working Impaginare o Split WordPress Post o pagina con Nextpage in WordPress Non lavoro
- WordPress 2.2 Released for Free Download WordPress 2.2 Rilasciato per il download gratuito
































