How to List and Show WordPress Posts That Comments and Pings Off (Not Allow) सूची और दिखाना WordPress कैसे बाहर (नहीं) की अनुमति दें कि टिप्पणियाँ और पिंग्स पोस्ट

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 ब्लॉग प्रकाशन मंच व्यक्तिगत लेखक वैश्विक चर्चा सेटिंग ओवरराइड करने के लिए और क्या पाठक लेख, पर टिप्पणी पोस्ट करने के लिए अनुमति देने के लिए तैयार है या कि कड़ी अधिसूचना (उर्फ pingback और trackback) एकल पद या पृष्ठ के स्तर पर अन्य ब्लॉगों से अनुमति देता है. 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. यह सुविधा सभी नए पोस्ट और पृष्ठों पर टिप्पणियाँ और पिंग्स साथ पैदा होती है, लेकिन अनुमति देता है हमेशा विशिष्ट पदों या पृष्ठों जब जरूरत पर बंद किया जा सकता है.

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. जब समय के लिए घर आया, WordPress सूची में एक या सभी पदों या कि अपनी टिप्पणियाँ और पिंग्स बंद है पृष्ठित लेख शो एक आसान तरीका प्रदान नहीं करता है. 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. जो एक सूची पोस्ट और उस टिप्पणी छोड़ने के लिए मना पाठकों और आगंतुकों है लेख ब्लॉग देखना चाहते ब्लॉग प्रशासकों, और बंद अन्य ब्लॉगों pingback या trackback करने के लिए, सभी पोस्ट और पन्नों है कि वर्तमान में और टिप्पणी करने के लिए सेट कर रहे हैं बाहर सूची में निम्नलिखित चाल का उपयोग करें pingback / trackback से.

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. इस MySQL डाटाबेस कि शक्तियों के WordPress ब्लॉग है, और फिर सभी पदों या कि या तो टिप्पणी की अनुमति नहीं है पृष्ठों को प्राप्त करने के लिए निम्नलिखित SQL क्वेरी बयान का उपयोग करने पर लॉग इन करें, पिंग्स (trackback और पिंग वापस) की अनुमति नहीं है या फिर दोनों.

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 सुझाव: डाटाबेस में आसानी से इसका इस्तेमाल करने की सिफारिश की है कि चयन करने के लिए phpMyAdmin phpMyAdmin or other GUI interface to MySQL DB. MySQL DB करने के लिए या अन्य GUI अंतरफलक.

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). इसके बाद के संस्करण की क्वेरी (दोनों पदों सभी पंक्ति वापसी करेंगे और WordPress में पन्नों) है कि या तो "है" टिप्पणियाँ अनुमति दें या "" बंद करने के लिए सेट पिंग्स अनुमति दें (untick). 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. केवल लेख जहाँ टिप्पणी की अनुमति नहीं है, केवल "comment_status का उपयोग करें", या कि अनुमति नहीं देते हैं लेख के लिए "ping_status" वापस करने के लिए pingback और trackback.

Both comment_status and ping_status fields have only two easily understand values – open and closed. दोनों comment_status और ping_status क्षेत्रों आसानी से केवल दो हैं मूल्यों को समझने - खोलने और बंद कर दिया. Open means allow, which closed means disallowed. खोलो, जो इसका मतलब बंद अनुमति मतलब अनुमति. Once the result is displayed, the posts that have one or both of the criteria can be determined, and changed if required. एक बार परिणाम प्रदर्शित की जाती है, तो संदेश है कि, एक या दोनों के मानदंड के निर्धारित किया जा सकता है और यदि आवश्यक बदल.

IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: इस पृष्ठ है मशीन अनुवाद प्रदान की और "" के रूप में वारंटी के बिना है. Machine translation may be difficult to understand. मशीन अनुवाद को समझने में मुश्किल हो सकती है. Please refer to कृपया देखें original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव हो सकता है.


One Response to “How to List and Show WordPress Posts That Comments and Pings Off (Not Allow)” एक उत्तर की सूची और दिखाना WordPress "कैसे करने के लिए बाहर (न)" की अनुमति दें कि टिप्पणियाँ और पिंग्स पोस्ट

  1. Urdu Sms उर्दू sms
    March 3rd, 2009 17:46 3 मार्च, 2009 17:46
    1 1

    Great………… thanks man……………………………………….. ग्रेट ... ... ... ... धन्यवाद आदमी ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ..

Leave a Reply एक उत्तर दें छोड़ दो

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> आप इन टैग्स: <a href="" का उपयोग कर सकते हैं title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <डेल datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. सुविधा को निष्क्रिय कर दिया गया है टिप्पणी करने के लिए सदस्यता लें. To receive notification of latest comments posted, subscribe to , पोस्ट नवीनतम टिप्पणी की सूचना प्राप्त करने के लिए की सदस्यता My Digital Life Comments RSS feed मेरे डिजिटल जीवन टिप्पणियाँ आरएसएस फ़ीड or या register to receive रजिस्टर प्राप्त करने के लिए new comments in daily email digest. दैनिक ईमेल में नई टिप्पणियाँ डाइजेस्ट.
Custom Search

New Articles नई लेख

Incoming Search Terms for the Article के लिए खोज नियम आने के अनुच्छेद

wordpress show posts शो पोस्ट WordPress - -- wordpress show all posts सभी संदेश दिखाएँ WordPress - -- list all posts wordpress सूची सभी पोस्ट WordPress - -- wordpress post list WordPress पोस्ट सूची - -- wordpress list posts सूची पदों WordPress - -- wordpress list all posts WordPress सूची सभी संदेश - -- wordpress show comments शो टिप्पणियाँ WordPress - -- wordpress blogs WordPress ब्लॉगों - -- wordpress list post WordPress सूची पोस्ट - -- wordpress posts list WordPress पदों की सूची - -- wordpress display comments प्रदर्शन टिप्पणियाँ WordPress - -- wordpress list trackbacks सूची trackbacks WordPress - -- wordpress showposts WordPress showposts - -- wordpress show all post सभी पोस्ट दिखाने WordPress - -- wordpress list articles सूची लेख WordPress - -- wordpress get all posts सभी संदेश मिल WordPress - -- show comments wordpress शो टिप्पणियाँ WordPress - -- wordpress display all posts सभी पदों प्रदर्शन WordPress - -- wordpress show articles शो लेख WordPress - -- stop displaying comments off in wordpress WordPress में टिप्पणी को प्रदर्शित रोक - -- list all wordpress posts सूची सभी WordPress पदों - -- show comments in word press on same page एक ही पृष्ठ पर शब्द प्रेस में दिखाने टिप्पणियाँ - -- wordpress list posts on page पृष्ठ पर सूची पदों WordPress - -- wordpress list posts not pages पृष्ठों की सूची पर पोस्ट नहीं WordPress - -- show comments on wordpress WordPress पर दिखाने टिप्पणियाँ - -- wordpress show all posts on one page एक पन्ने पर सभी पदों दिखाने WordPress - -- how to display the comments for particular post in wordpress blog कैसे WordPress ब्लॉग में विशेष पद के लिए टिप्पणियाँ प्रदर्शित करने के लिए - -- list posts in wordpress WordPress में पदों की सूची - -- show comments on main page wordpress मुख्य पृष्ठ पर दिखाने WordPress टिप्पणियाँ - -- how to list all posts wordpress सब कैसे पदों की सूची के लिए WordPress - -- list posts wordpress सूची पदों WordPress - -- list of posts wordpress पदों की सूची WordPress - -- show trackback page wordpress शो trackback पृष्ठ WordPress - -- wordpress list of posts पदों की सूची WordPress - -- show posts wordpress शो पोस्ट WordPress - -- get all comments wordpress सभी टिप्पणियाँ WordPress मिल - -- show comments on wordpress blog WordPress ब्लॉग पर दिखाने टिप्पणियाँ - -- wordpress display comments on posts पदों पर प्रदर्शन टिप्पणियाँ WordPress - -- how to list wordpress posts on a page कैसे एक पृष्ठ पर WordPress पदों की सूची के लिए - -- how to show all posts wordpress कैसे सभी पदों को दिखाने के लिए WordPress - -- show all post wordpress सभी पोस्ट WordPress शो - -- wordpress display posts on page पृष्ठ पर प्रदर्शित पदों WordPress - -- turn off Allow Comments Allow Pings global बंद टिप्पणियाँ वैश्विक पिंग्स अनुमति दें अनुमति दें बारी - -- just show the title of the trackback in wordpress सिर्फ WordPress में trackback के शीर्षक दिखाएँ - -- show the title of a trackback in wordpress WordPress में एक trackback के शीर्षक दिखाएँ - -- show all published posts in wordpress WordPress में प्रकाशित सभी पदों शो - -- show recent comments wordpress हाल की टिप्पणियाँ WordPress शो - -- show comments from post wordpress पद से दिखाने टिप्पणियाँ WordPress - -- wordpress list posts सूची पदों WordPress - -- comment pages wordpress टिप्पणी पृष्ठों WordPress - --