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 .



Leave a Reply Lascia un Commento

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in entrata Termini per l'articolo

"allow comments" in wordpress delete comments "consentire commenti" in wordpress eliminare i commenti - -- wordpress display all posts link wordpress visualizzare tutti i post link - -- wordpress allow pings wordpress consentire ping - -- trackbacks show wordpress TrackBacks mostra wordpress - -- wordpress show comments wordpress Mostra commenti - -- wordpress all commented articles list wordpress tutte commentate elenco articoli - --