le() . ' ' . Helper::eael_pro_validate_html_tag($settings['eael_post_list_title_tag']) . '>'; } if ($settings['eael_post_list_featured_excerpt'] === 'yes') { echo '
' . wp_trim_words(strip_shortcodes(get_the_excerpt() ? get_the_excerpt() : get_the_content()), $settings['eael_post_list_featured_excerpt_length'], $settings['eael_post_list_excerpt_expanison_indicator']) . '
'; } echo ' '; } wp_reset_postdata(); } // list $template = $this->get_template($this->get_settings('eael_post_list_layout_type')); if (file_exists($template)) { $query = new \WP_Query($args); if ($query->have_posts()) { $iterator = 0; echo 'No posts found!
', 'essential-addons-elementor'); } wp_reset_postdata(); }else { _e('No layout found!
', 'essential-addons-elementor'); } echo ' '; if ($settings['eael_post_list_pagination'] === 'yes') { $eael_post_list_pagination_prev_icon = (isset($settings['__fa4_migrated']['eael_post_list_pagination_prev_icon_new']) || empty($settings['eael_post_list_pagination_prev_icon']) ? $settings['eael_post_list_pagination_prev_icon_new']['value'] : $settings['eael_post_list_pagination_prev_icon']); $eael_post_list_pagination_next_icon = (isset($settings['__fa4_migrated']['eael_post_list_pagination_next_icon_new']) || empty($settings['eael_post_list_pagination_next_icon']) ? $settings['eael_post_list_pagination_next_icon_new']['value'] : $settings['eael_post_list_pagination_next_icon']); $dir_name = method_exists( $this, 'get_temp_dir_name' ) ? $this->get_temp_dir_name( $this->get_filename_only($template) ) : "pro"; echo '