This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

CPT Descriptions

विवरण

This plugin adds a place to enter a description for your custom post types which you can display anywhere in your theme.

इंस्टॉलेशन

  1. Upload the ”cpt-descriptionsfolder to the/wp-content/plugins/` directory
  2. Activate the CPT Descriptions plugin through the ‘Plugins’ menu in WordPress
  3. Use the_cpt_description() or get_cpt_description() to display/use the custom post type description in your theme

सामान्य प्रश्न

How do I display a/the custom post type description?

You can use the function the_cpt_description() to echo the current custom post type description or you can use get_cpt_description() to return the description for use in code.

If you are not on an archive/single custom post type template you can pass the post type variable to either function (eg. the_cpt_description(‘books’)) to get the description for that post type.

समीक्षाएं

इस प्लगइन के लिए कोई समीक्षा नहीं है।

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “CPT Descriptions” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

0.1

  • Initial beta release.