PluginProbe
Catch Breadcrumb / 1.2
Catch Breadcrumb v1.2
trunk 1.0.0 1.0.1 1.0.2 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6 1.7 1.8 1.9 2.0 2.1 2.2 All 29 releases
catch-breadcrumb / admin / partials / sidebar.php

sidebar.php in Catch Breadcrumb 1.2, at admin/partials/sidebar.php

52 lines 4.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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-breadcrumb' ); ?></div>
4 <div class="catchp-sidebar-full-width col-2">
5 <div class="sidebar-spot-inner">
6 <h2><a href="https://catchplugins.com/plugins/catch-breadcrumb-pro/" target="_blank"><?php esc_html_e( 'Get Breadcrumb Pro', 'catch-breadcrumb' ); ?></a></h2>
7 <ul class="catchp-lists">
8 <li><strong><?php esc_html_e( 'Breadcrumb Font Size', 'catch-breadcrumb' ); ?></strong></li>
9 <li><strong><?php esc_html_e( 'Breadcrumb Text Color', 'catch-breadcrumb' ); ?></strong></li>
10 <li><strong><?php esc_html_e( 'Breadcrumb Background Color', 'catch-breadcrumb' ); ?></strong>
11 </li>
12 </ul>
13 <a id="catch-premium-button" class="button button-primary" href="https://catchplugins.com/plugins/catch-breadcrumb-pro/" target="_blank"><?php esc_html_e( 'Get Now', 'catch-breadcrumb' ); ?></a>
14 </div>
15 </div> <!-- .catchp-sidebar-full-width -->
16 <div class="catchp-sidebar-spot-wrapper">
17 <div class="catchp-sidebar-spot">
18 <div class="sidebar-spot-inner">
19 <h3><?php esc_html_e( 'Premium Themes', 'catch-breadcrumb' ); ?></h3>
20 <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-breadcrumb' ); ?> <a target="_blank" href="https://catchthemes.com/themes/category/premium/"><?php esc_html_e( 'Check our premium themes.', 'catch-breadcrumb' ); ?></a></p>
21 <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>
22 </div>
23 </div>
24 <div class="catchp-sidebar-spot">
25 <div class="sidebar-spot-inner">
26 <h3><?php esc_html_e( 'Free Themes', 'catch-breadcrumb' ); ?></h3>
27 <p><?php esc_html_e( 'Check out our collection of Free WordPress Themes that are clean, simple and feature-rich.', 'catch-breadcrumb' ); ?> <a target="_blank" href="https://catchthemes.com/themes/category/free/"><?php esc_html_e( 'Check our free themes.', 'catch-breadcrumb' ); ?></a></p>
28 <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>
29 </div>
30 </div>
31 <div class="catchp-sidebar-spot">
32 <div class="sidebar-spot-inner">
33 <h3><?php esc_html_e( 'Premium Plugins', 'catch-breadcrumb' ); ?></h3>
34 <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-breadcrumb' ); ?> <a target="_blank" href="https://catchplugins.com/plugins/tag/pro/"><?php esc_html_e( 'Check our premium plugins.', 'catch-breadcrumb' ); ?></a></p>
35 <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/pro/">
36 <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>
37 </div>
38 </div>
39
40 <div class="catchp-sidebar-spot">
41 <div class="sidebar-spot-inner">
42 <h3><?php esc_html_e( 'Free Plugins', 'catch-breadcrumb' ); ?></h3>
43 <p><?php esc_html_e( 'Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'catch-breadcrumb' ); ?>
44 <a target="_blank" href="https://catchplugins.com/plugins/tag/free/"><?php esc_html_e( 'check our free plugins.', 'catch-breadcrumb' ); ?></a></p>
45 <a class="catch-banner-link" target="_blank" href="https://catchplugins.com/plugins/tag/free/">
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 </div>
51 </div>
52