PluginProbe
WP Directory Kit / 1.3.4
WP Directory Kit v1.3.4
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / dash-widgets / views / dash-widgets-news.php

dash-widgets-news.php in WP Directory Kit 1.3.4, at dash-widgets/views/dash-widgets-news.php

30 lines 944 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * The template for Shortcode Listings list
4 * This is the template that Shortcode listings list
5 *
6 */
7
8 if ( ! defined( 'ABSPATH' ) ) {
9 exit; // Exit if accessed directly.
10 }
11
12 ?>
13 <div class="wdk-dashwidget-element" id="wdk_dashwidget_<?php echo esc_attr($id_element);?>">
14 <div class="wdk-news wdk-wrap">
15 <table class="table table-bordered footable">
16 <tbody id="wdk_script_news_table">
17 <tr>
18 <td colspan="5"><?php echo __('Loading in progress', 'wpdirectorykit');?></td>
19 </tr>
20 </tbody>
21 </table>
22 <div class="footer">
23 <a href="https://wpdirectorykit.com/wp/blog/" title="<?php echo esc_attr__('Show More', 'wpdirectorykit'); ?>" target="_blank" class="button">
24 <?php echo esc_html__('Show More', 'wpdirectorykit'); ?>
25 </a>
26 </div>
27 </div>
28 </div>
29
30