| 1 |
<div class="catchp-widget-sidebar" id="sidebar-container"> |
| 2 |
<div id="sidebar"> |
| 3 |
<div class="catch-sidebar-title highlighted"><?php esc_html_e( 'Recommendations', 'catch-sticky-menu' ); ?></div> |
| 4 |
|
| 5 |
<div class="catchp-sidebar-spot-wrapper"> |
| 6 |
<div class="catchp-sidebar-spot"> |
| 7 |
<div class="sidebar-spot-inner"> |
| 8 |
<h3><?php esc_html_e( 'Premium Themes', 'catch-sticky-menu' ); ?></h3> |
| 9 |
<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-sticky-menu' ); ?> <a target="_blank" href="https://catchthemes.com/themes/category/premium/"><?php esc_html_e( 'Check our premium themes.', 'catch-sticky-menu' ); ?></a></p> |
| 10 |
<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> |
| 11 |
</div> |
| 12 |
</div> |
| 13 |
<div class="catchp-sidebar-spot"> |
| 14 |
<div class="sidebar-spot-inner"> |
| 15 |
<h3><?php esc_html_e( 'Free Themes', 'catch-sticky-menu' ); ?></h3> |
| 16 |
<p><?php esc_html_e( 'Check out our collection of Free WordPress Themes that are clean, simple and feature-rich.', 'catch-sticky-menu' ); ?> <a target="_blank" href="https://catchthemes.com/themes/category/free/"><?php esc_html_e( 'Check our free themes.', 'catch-sticky-menu' ); ?></a></p> |
| 17 |
<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> |
| 18 |
</div> |
| 19 |
</div> |
| 20 |
<div class="catchp-sidebar-spot"> |
| 21 |
<div class="sidebar-spot-inner"> |
| 22 |
<h3><?php esc_html_e( 'Premium Plugins', 'catch-sticky-menu' ); ?></h3> |
| 23 |
<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-sticky-menu' ); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/pro/"><?php esc_html_e( 'Check our premium plugins.', 'catch-sticky-menu' ); ?></a></p> |
| 24 |
<a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/pro/"> |
| 25 |
<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> |
| 26 |
</div> |
| 27 |
</div> |
| 28 |
|
| 29 |
<div class="catchp-sidebar-spot"> |
| 30 |
<div class="sidebar-spot-inner"> |
| 31 |
<h3><?php esc_html_e( 'Free Plugins', 'catch-sticky-menu' ); ?></h3> |
| 32 |
<p><?php esc_html_e( 'Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'catch-sticky-menu' ); ?> |
| 33 |
<a target="_blank" href="https://catchplugins.com/plugins/tag/free/"><?php esc_html_e( 'check our free plugins.', 'catch-sticky-menu' ); ?></a></p> |
| 34 |
<a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/free/"> |
| 35 |
<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> |
| 36 |
</div> |
| 37 |
</div> |
| 38 |
</div><!-- .catchp-sidebar-spot-wrapper --> |
| 39 |
</div> |
| 40 |
</div> |
| 41 |
|