Title: Reverse Knowledge base show
Last modified: September 2, 2020

---

# Reverse Knowledge base show

 *  Resolved [jailsonjan](https://wordpress.org/support/users/jailsonjan/)
 * (@jailsonjan)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/reverse-knowledge-base-show/)
 * First I would like to say that the plug you created is very good, efficient and
   very functional.
    My question is simple, how do I reverse the order of presentation
   of the “Knowledge base” documents. I didn’t find any practical solution that 
   didn’t touch the database codes. My documents are numbered and the first ones
   that were attached to the base were at the bottom of the screen. Is there any
   other way to do this via an “add_filter”?
 * One more question:
    How do I display “Knowledge base” in page format and no longer
   in popups? Is there any way?
 * Thank you!
    -  This topic was modified 5 years, 8 months ago by [jailsonjan](https://wordpress.org/support/users/jailsonjan/).
    -  This topic was modified 5 years, 8 months ago by [jailsonjan](https://wordpress.org/support/users/jailsonjan/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/reverse-knowledge-base-show/#post-13359621)
 * Add this snippet to change knowledge base display order –
 *     ```
       add_filter( 'wcfm_knowledgebase_args', function( $args ) {
       	$args['order'] = 'ASC';
       	return $args;
       }, 50 );
       ```
   
 * Add custom code(s) to your child theme’s functions.php
    In case you do not have
   child theme then add those using this plugin – https://wordpress.org/plugins/
   code-snippets/
 * > How do I display “Knowledge base” in page format and no longer in popups?
   >  
   > Is there any way?
 * – Sorry, this will not possible as there is no such for the purpose.
 *  Thread Starter [jailsonjan](https://wordpress.org/support/users/jailsonjan/)
 * (@jailsonjan)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/reverse-knowledge-base-show/#post-13360637)
 * Worked perfectly. Thanks for this solution.
    -  This reply was modified 5 years, 8 months ago by [jailsonjan](https://wordpress.org/support/users/jailsonjan/).
 *  Thread Starter [jailsonjan](https://wordpress.org/support/users/jailsonjan/)
 * (@jailsonjan)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/reverse-knowledge-base-show/#post-13360723)
 * To complete, since it may be useful for other people, to align the information
   in the “Knowledge base” on the left, just use this CSS.
 * table.dataTable.display tr td:nth-child(2), table.dataTable.display tr td:nth-
   child(3), table.dataTable.display tr th:nth-child(2), table.dataTable.display
   tr th:nth-child(3) {
    text-align: left; }
 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/reverse-knowledge-base-show/#post-13367131)
 * Welcomes and thanks for sharing the CSS 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Reverse Knowledge base show’ is closed to new replies.

 * ![](https://ps.w.org/wc-multivendor-marketplace/assets/icon-256x256.gif?rev=2611991)
 * [WCFM Marketplace - Multivendor Marketplace for WooCommerce](https://wordpress.org/plugins/wc-multivendor-marketplace/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-multivendor-marketplace/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-multivendor-marketplace/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-multivendor-marketplace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/)

## Tags

 * [base](https://wordpress.org/support/topic-tag/base/)
 * [reverse](https://wordpress.org/support/topic-tag/reverse/)
 * [show](https://wordpress.org/support/topic-tag/show/)

 * 4 replies
 * 2 participants
 * Last reply from: [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/reverse-knowledge-base-show/#post-13367131)
 * Status: resolved