PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
inc
/
michigan-core
/
shortcodes
/
admin
<?php vc_map( array( 'name' =>'Single Course', 'base' => 'acourse', "icon" => "webnus-acourse", "description" => "Show an course", 'category' => esc_html__( 'Webnus Shortcodes', 'michigan' ), 'params' => array( array( "type" => "dropdown", 'heading' => esc_html__( 'Type', 'michigan' ), 'param_name' => 'type', "value" => array( "Latest Course"=>"latest", "Custom Course"=>"custom", ), 'description' => esc_html__( 'You can choose among these types.', 'michigan') ), array( 'type' => 'textfield', 'heading' => esc_html__( 'Course ID', 'michigan' ), 'param_name' => 'post', 'value'=>'', 'description' => esc_html__( 'Pick up the ID & fallow this instruction: admin panel > courses > ID column. Note: When you type nothing it puts latest course as default to show.', 'michigan'), "dependency" => array('element'=>'type','value'=>array('custom')), ), ), ) ); ?>
[+]
..
[-] singlecourse.php
[edit]
[-] courses.php
[edit]
[-] certificate.php
[edit]
[-] instructors.php
[edit]
[-] course-category.php
[edit]
[-] advanced-search.php
[edit]