| 1 |
<?php |
| 2 |
|
| 3 |
// Exit if accessed directly |
| 4 |
if (! defined('ABSPATH')) exit; |
| 5 |
|
| 6 |
?> |
| 7 |
|
| 8 |
<div class="catchp-widget-sidebar" id="sidebar-container"> |
| 9 |
<div id="sidebar"> |
| 10 |
<div class="catch-sidebar-title highlighted"><?php esc_html_e('Recommendations', 'catch-web-tools'); ?></div> |
| 11 |
|
| 12 |
<div class="catchp-sidebar-spot-wrapper"> |
| 13 |
<div class="catchp-sidebar-spot"> |
| 14 |
<div class="sidebar-spot-inner"> |
| 15 |
<h3><?php esc_html_e('Premium Themes', 'catch-web-tools'); ?></h3> |
| 16 |
<p><?php esc_html_e('Check out our simple, clean and responsive Premium WordPress Themes that come with an array of crucial features with a superior functionality.', 'catch-web-tools'); ?> <a target="_blank" href="https://catchthemes.com/themes/category/premium/"><?php esc_html_e('Check our premium themes.', 'catch-web-tools'); ?></a></p> |
| 17 |
<a class="catch-banner-link" target="_blank" href="https://catchthemes.com/themes/category/premium/"><img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/premium-theme-246x175.jpg', dirname(__FILE__))); ?>" alt="catch" width="246" height="175"></a> |
| 18 |
</div> |
| 19 |
</div> |
| 20 |
|
| 21 |
<div class="catchp-sidebar-spot"> |
| 22 |
<div class="sidebar-spot-inner"> |
| 23 |
<h3><?php esc_html_e('Free Themes', 'catch-web-tools'); ?></h3> |
| 24 |
<p><?php esc_html_e('Check out our collection of Free WordPress Themes that are clean, simple and feature-rich.', 'catch-web-tools'); ?> <a target="_blank" href="https://catchthemes.com/themes/category/free/"><?php esc_html_e('Check our free themes.', 'catch-web-tools'); ?></a></p> |
| 25 |
|
| 26 |
<a class="catch-banner-link" target="_blank" href="https://catchthemes.com/themes/category/free/"><img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/free-theme-246x175.jpg', dirname(__FILE__))); ?>" alt="catch" width="246" height="175"></a> |
| 27 |
</div> |
| 28 |
</div> |
| 29 |
|
| 30 |
<div class="catchp-sidebar-spot"> |
| 31 |
<div class="sidebar-spot-inner"> |
| 32 |
<h3><?php esc_html_e('Premium Plugins', 'catch-web-tools'); ?></h3> |
| 33 |
<p><?php esc_html_e('Check out our secured Premium WordPress Plugins to enhance and add extra functionalities to your website. An exceptional way to get the most out of WordPress!', 'catch-web-tools'); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/pro/"><?php esc_html_e('Check our premium plugins.', 'catch-web-tools'); ?></a></p> |
| 34 |
<a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/pro/"> |
| 35 |
<img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/premium-plugin-246x116.png', dirname(__FILE__))); ?>" alt="catch" width="246" height="116"></a> |
| 36 |
</div> |
| 37 |
</div> |
| 38 |
|
| 39 |
<div class="catchp-sidebar-spot"> |
| 40 |
<div class="sidebar-spot-inner"> |
| 41 |
<h3><?php esc_html_e('Free Plugins', 'catch-web-tools'); ?></h3> |
| 42 |
<p><?php esc_html_e('Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'catch-web-tools'); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/free/ |
| 43 |
"><?php esc_html_e('check our free plugins.', 'catch-web-tools'); ?></a></p> |
| 44 |
<a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/free/ |
| 45 |
"> |
| 46 |
<img class="catch-banner-image" src="<?php echo esc_url(plugins_url('images/free-plugin-246x116.png', dirname(__FILE__))); ?>" alt="catch" width="246" height="116"></a> |
| 47 |
</div> |
| 48 |
</div> |
| 49 |
</div><!-- .catchp-sidebar-spot-wrapper --> |
| 50 |
|
| 51 |
</div> |
| 52 |
</div> |