Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

CPT Descriptions

Leírás

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

Telepítés

  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

GYIK

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.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“CPT Descriptions” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“CPT Descriptions” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

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

Változási napló

0.1

  • Initial beta release.