Title: Knowledge Base CPT
Author: DannyCooper
Published: <strong>जनवरी 18, 2015</strong>
Last modified: नोभेम्बर 14, 2019

---

प्लगिनहरू खोज्नुहोस्

![](https://ps.w.org/knowledge-base-cpt/assets/banner-772x250.jpg?rev=1105080)

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://ps.w.org/knowledge-base-cpt/assets/icon-256x256.jpg?rev=1201742)

# Knowledge Base CPT

 [DannyCooper](https://profiles.wordpress.org/dannycooper/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/knowledge-base-cpt.zip)

 * [विवरण](https://ne.wordpress.org/plugins/knowledge-base-cpt/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/knowledge-base-cpt/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/knowledge-base-cpt/#installation)
 * [विकास](https://ne.wordpress.org/plugins/knowledge-base-cpt/#developers)

 [सहायता](https://wordpress.org/support/plugin/knowledge-base-cpt/)

## विवरण

Enables a **knowledge base** post type and **section** taxonomy.

The plugin adds a Knowledge Base tab to your admin menu, which allows you to add
articles just as you would regular posts. This allows you to keep your articles 
even if you change theme.

The Apollo Theme was built purposely to work with this plugin – [Apollo Theme](http://crtv.mk/ez5P)

#### Bugs

If you find an issue, let us know [here](https://github.com/DannyCooper/knowledge-base-cpt/issues)!

#### Contributions

Anyone is welcome to contribute to the Knowledge Base CPT plugin.

There are various ways you can contribute:

 1. Raise an [Issue](https://github.com/DannyCooper/knowledge-base-cpt/issues) on GitHub
 2. Send us a Pull Request with your bug fixes and/or new features
 3. Translate the Knowledge Base CPT plugin into [different languages](https://www.transifex.com/projects/p/knowledge-base-cpt/)
 4. Provide feedback and suggestions on [enhancements](https://github.com/DannyCooper/knowledge-base-cpt/issues?direction=desc&labels=Enhancement&page=1&sort=created&state=open)

## स्क्रिनसटहरू

 * [[
 * Knowledge Base permalink setting
 * [[
 * Articles Widget

## स्थापना

Upload ‘Knowledge Base CPT’, activate it, and you’re done!

Place the [knowledgebase] shortcode on any post or page to display your articles.

## प्रश्नोत्तर

  How do I change the permalink on articles?

In wp-admin, navigate to Settings -> Permalink Settings

Enter a value next to ‘Knowledge Base’

Press ‘Save Changes’.

  Shortcode Options

The shortcode is extremely flexible. With no attributes set it will show all sections
and articles:

    ```
    [knowledgebase]
    ```

Adding a ‘parent’ attribute will limit the output to only sections that are within
the parent you specify:

    ```
    [knowledgebase parent="29"]
    ```

Another option is to set the order

    ```
    [knowledgebase orderby="id"]
    ```

The full list of paramters can be found here: [WP_Term_Query::__construct](https://developer.wordpress.org/reference/classes/wp_term_query/__construct/)

  What does the ‘Show only articles from current section?’ setting do?

If this option is enabled, the widget will only display articles within the same
section as the current article or section being viewed.

This allows you to create a ‘Related Articles’ widget.

Leaving this option unchecked allows you to create a ‘Recent Articles’ widget.

## समीक्षाहरू

![](https://secure.gravatar.com/avatar/98b15f546b68207e8055993c1276b8cc71cd2a1a0e8c50e6662cedb286ccfeb2?
s=60&d=retro&r=g)

### 󠀁[Works fine !](https://wordpress.org/support/topic/works-fine-526/)󠁿

 [direct-compute](https://profiles.wordpress.org/direct-compute/) सेप्टेम्बर 3, 
2016

Thank you ! 🙂 i love it 🙂

 [ सबै 2 समीक्षाहरू पढ्नुहोस् ](https://wordpress.org/support/plugin/knowledge-base-cpt/reviews/)

## योगदानकर्ता र डेभलपरहरू

“Knowledge Base CPT” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

 *   [ DannyCooper ](https://profiles.wordpress.org/dannycooper/)

[“Knowledge Base CPT” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/knowledge-base-cpt)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/knowledge-base-cpt/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/knowledge-base-cpt/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/knowledge-base-cpt/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/knowledge-base-cpt/) को सदस्यता
लिनुहोस्।

## चेन्जलग

#### 1.1.1

 * Tested with WP5.3

#### 1.1.0

_Release Date – 21th February 2018_

 * Added [knowledgebase] shortcode

#### 1.0.9

_Release Date – 18th January 2018_

 * Improved security
 * Improved codestyle

#### 1.0.8

_Release Date – 15th November 2017_

 * Tested with latest WordPress versions.

#### 1.0.7

_Release Date – 9th October 2017_

 * Tested with latest WordPress versions.

#### 1.0.6

_Release Date – 17th September 2015_

 * Fix articles widget number error
 * Added articles widget section option

#### 1.0.5

_Release Date – 18th July 2015_

Refactored code using OOP principles.

#### 1.0.3

_Release Date – 5th June 2015_

 * Added option to change knowledge base slug under ‘Permalink Settings’.
 * Changed default permalink slug from ‘knowledge_base’ to ‘kb’

#### 1.0.2

_Release Date – 4th March 2015_

 * Fixed problem with rewrites

#### 1.0.1

_Release Date – 16th Febuary 2015_

 * Added recent article widget
 * Added hierarchy to section taxonomy

#### 1.0.0

_Release Date – 15th January 2015_

 * Initial release

## मेटा

 *  संस्करण **1.1.1**
 *  पछिल्लो अपडेट **7 वर्ष अघि**
 *  सक्रिय स्थापना **50+**
 *  वर्डप्रेस संस्करण ** 4.0 वा उच्च **
 *  जाँच गरिएको **5.3.21**
 *  PHP संस्करण ** 5.2 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/knowledge-base-cpt/)
 * ट्यागहरू
 * [custom post type](https://ne.wordpress.org/plugins/tags/custom-post-type/)[documentation](https://ne.wordpress.org/plugins/tags/documentation/)
   [faqs](https://ne.wordpress.org/plugins/tags/faqs/)[knowledge base](https://ne.wordpress.org/plugins/tags/knowledge-base/)
   [wiki](https://ne.wordpress.org/plugins/tags/wiki/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/knowledge-base-cpt/advanced/)

## रेटिङ्गहरू

 ५ मा 4.5 तारा।

 *  [  1 5-तारा समीक्षा     ](https://wordpress.org/support/plugin/knowledge-base-cpt/reviews/?filter=5)
 *  [  1 4-तारा समीक्षा     ](https://wordpress.org/support/plugin/knowledge-base-cpt/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/knowledge-base-cpt/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/knowledge-base-cpt/reviews/?filter=2)
 *  [  0 1-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/knowledge-base-cpt/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/knowledge-base-cpt/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/knowledge-base-cpt/reviews/)

## योगदानकर्ताहरू

 *   [ DannyCooper ](https://profiles.wordpress.org/dannycooper/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/knowledge-base-cpt/)