| 1 |
<div class="catch-widget-sidebar" id="sidebar-container"> |
| 2 |
<div id="sidebar"> |
| 3 |
<div class="catch-sidebar-title highlighted"><?php esc_html_e( 'Recommendations', 'catch-gallery' ); ?></div> |
| 4 |
|
| 5 |
<div class="catch-sidebar-spot-wrapper"> |
| 6 |
<div class="catch-sidebar-spot"> |
| 7 |
<div class="sidebar-spot-inner"> |
| 8 |
<h3><?php esc_html_e( 'Premium Themes', 'catch-gallery' ); ?></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-gallery' ); ?> <a target="_blank" href="https://catchthemes.com/themes/category/premium/"><?php esc_html_e( 'Check our premium themes.', 'catch-gallery' ); ?></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( 'admin/images/premium-theme-246x175.jpg', dirname(__FILE__) ) ) ; ?>" alt="catch" width="246" height="175"></a> |
| 11 |
</div> |
| 12 |
</div> |
| 13 |
|
| 14 |
<div class="catch-sidebar-spot"> |
| 15 |
<div class="sidebar-spot-inner"> |
| 16 |
<h3><?php esc_html_e( 'Free Themes', 'catch-gallery' ); ?></h3> |
| 17 |
<p><?php esc_html_e( 'Check out our collection of Free WordPress Themes that are clean, simple and feature-rich.', 'catch-gallery' ); ?> <a target="_blank" href="https://catchthemes.com/themes/category/free/"><?php esc_html_e( 'Check our free themes.', 'catch-gallery' ); ?></a></p> |
| 18 |
|
| 19 |
<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( 'admin/images/free-theme-246x175.jpg', dirname(__FILE__) ) ) ; ?>" alt="catch" width="246" height="175"></a> |
| 20 |
</div> |
| 21 |
</div> |
| 22 |
|
| 23 |
<div class="catch-sidebar-spot"> |
| 24 |
<div class="sidebar-spot-inner"> |
| 25 |
<h3><?php esc_html_e( 'Premium Plugins', 'catch-gallery' ); ?></h3> |
| 26 |
<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-gallery' ); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/pro/"><?php esc_html_e( 'Check our premium plugins.', 'catch-gallery' ); ?></a></p> |
| 27 |
<a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/pro/"> |
| 28 |
<img class="catch-banner-image" src="<?php echo esc_url( plugins_url( 'admin/images/premium-plugin-246x116.png', dirname(__FILE__) ) ) ; ?>" alt="catch" width="246" height="116"></a> |
| 29 |
</div> |
| 30 |
</div> |
| 31 |
|
| 32 |
<div class="catch-sidebar-spot"> |
| 33 |
<div class="sidebar-spot-inner"> |
| 34 |
<h3><?php esc_html_e( 'Free Plugins', 'catch-gallery' ); ?></h3> |
| 35 |
<p><?php esc_html_e( 'Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'catch-gallery' ); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/free/ |
| 36 |
"><?php esc_html_e( 'check our free plugins.', 'catch-gallery' ); ?></a></p> |
| 37 |
<a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/free/ |
| 38 |
"> |
| 39 |
<img class="catch-banner-image" src="<?php echo esc_url( plugins_url( 'admin/images/free-plugin-246x116.png', dirname(__FILE__) ) ) ; ?>" alt="catch" width="246" height="116"></a> |
| 40 |
</div> |
| 41 |
</div> |
| 42 |
</div><!-- .catch-sidebar-spot-wrapper --> |
| 43 |
|
| 44 |
</div> |
| 45 |
</div> |
| 46 |
|