| @@ -92,9 +92,9 @@ | ||
| 92 | 92 | $arr_orders = array( 'DESC', 'ASC' ); |
| 93 | 93 | $order = strtoupper( $order ); |
| 94 | 94 | |
| 95 | 95 | if ( ! in_array( $order, $arr_orders ) ) { |
| 96 | - $atts['order_by'] = 'DESC'; | |
| 96 | + $atts['order'] = 'DESC'; | |
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | return $atts; |
| 100 | 100 | } |
| @@ -118,9 +118,9 @@ | ||
| 118 | 118 | public function output_courses() { |
| 119 | 119 | $attrs = $this->get_atts(); |
| 120 | 120 | |
| 121 | 121 | wp_enqueue_style( 'learnpress' ); |
| 122 | - wp_enqueue_script( 'lp-courses' ); | |
| 122 | + //wp_enqueue_script( 'lp-courses' ); | |
| 123 | 123 | |
| 124 | 124 | $post_ids = $this->_query; |
| 125 | 125 | |
| 126 | 126 | if ( ! $post_ids ) { |