You can use shortcodes to produce the following modules in any page you want. To use short-codes in WordPress template file, use: echo do_shortcode( ‘[shortcode-name]’ );
- Main Page: ( pauple_helpie_main_page_shortcode )
- You can use this short-code to display the Helpdesk main page in any page.
- Categories Listing: ( pauple_helpie_categories_listing )
- You can use this short-code to display the list of categories and their articles like in the main page of Helpdesk.
- Single Page Scroll Nav ( ph_sp_menu )
- You can use this short-code to create a scrollable sub-title in the Helpdesk article page ( single page )
- Example: [ ph_sp_menu ]Categories Listing[ /ph_sp_menu ]