# catch-breadcrumb/2.2/admin/partials/sidebar.php

Catch Breadcrumb, version 2.2. 52 lines.

- Page: https://pluginprobe.com/plugins/catch-breadcrumb/2.2/code/admin/partials/sidebar.php
- Raw: https://pluginprobe.com/plugins/catch-breadcrumb/2.2/raw/admin/partials/sidebar.php
- Modified: 2025-05-12T07:53:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/catch-breadcrumb/2.2/code/admin/partials/sidebar.php#L10-L20`.

```php
<div class="catchp-widget-sidebar" id="sidebar-container">
	<div id="sidebar">
		<div class="catch-sidebar-title highlighted"><?php esc_html_e( 'Recommendations', 'catch-breadcrumb' ); ?></div>
		<div class="catchp-sidebar-full-width col-2">
			<div class="sidebar-spot-inner">
				<h2><a href="<?php echo esc_url( 'https://catchplugins.com/plugins/catch-breadcrumb-pro/' ); ?>" target="_blank"><?php esc_html_e( 'Get Breadcrumb Pro', 'catch-breadcrumb' ); ?></a></h2>
				<ul class="catchp-lists">
					<li><strong><?php esc_html_e( 'Breadcrumb Font Size', 'catch-breadcrumb' ); ?></strong></li>
					<li><strong><?php esc_html_e( 'Breadcrumb Text Color', 'catch-breadcrumb' ); ?></strong></li>
					<li><strong><?php esc_html_e( 'Breadcrumb Background Color', 'catch-breadcrumb' ); ?></strong>
					</li>
				</ul>
				<a id="catch-premium-button" class="button button-primary" href="<?php echo esc_url( 'https://catchplugins.com/plugins/catch-breadcrumb-pro/' ); ?>" target="_blank"><?php esc_html_e( 'Get Now', 'catch-breadcrumb' ); ?></a>
			</div>
		</div> <!-- .catchp-sidebar-full-width -->
		<div class="catchp-sidebar-spot-wrapper">
			<div class="catchp-sidebar-spot">
				<div class="sidebar-spot-inner">
					<h3><?php esc_html_e( 'Premium Themes', 'catch-breadcrumb' ); ?></h3>
					<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="<?php echo esc_url( 'https://catchthemes.com/themes/category/premium/' ); ?>"><?php esc_html_e( 'Check our premium themes.', 'catch-breadcrumb' ); ?></a></p>
					<a class="catch-banner-link" target="_blank" href="<?php echo esc_url( '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>
				</div>
			</div>
			<div class="catchp-sidebar-spot">
				<div class="sidebar-spot-inner">
					<h3><?php esc_html_e( 'Free Themes', 'catch-breadcrumb' ); ?></h3>
					<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="<?php echo esc_url( 'https://catchthemes.com/themes/category/free/' ); ?>"><?php esc_html_e( 'Check our free themes.', 'catch-breadcrumb' ); ?></a></p>
					<a class="catch-banner-link" target="_blank" href="<?php echo esc_url( '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>
				</div>
			</div>
			<div class="catchp-sidebar-spot">
				<div class="sidebar-spot-inner">
					<h3><?php esc_html_e( 'Premium Plugins', 'catch-breadcrumb' ); ?></h3>
					<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="<?php echo esc_url( 'https://catchplugins.com/plugins/tag/pro/' ); ?>"><?php esc_html_e( 'Check our premium plugins.', 'catch-breadcrumb' ); ?></a></p>
					<a class="catch-banner-link" target="_blank" href="<?php echo esc_url( 'https://catchplugins.com/plugins/tag/pro/' ); ?>">
						<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>
				</div>
			</div>

			<div class="catchp-sidebar-spot">
				<div class="sidebar-spot-inner">
					<h3><?php esc_html_e( 'Free Plugins', 'catch-breadcrumb' ); ?></h3>
					<p><?php esc_html_e( 'Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'catch-breadcrumb' ); ?>
					<a target="_blank" href="<?php echo esc_url( 'https://catchplugins.com/plugins/tag/free/' ); ?>"><?php esc_html_e( 'check our free plugins.', 'catch-breadcrumb' ); ?></a></p>
					<a class="catch-banner-link" target="_blank" href="<?php echo esc_url( 'https://catchplugins.com/plugins/tag/free/' ); ?>">
					<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>
				</div>
			</div>
		</div><!-- .catchp-sidebar-spot-wrapper -->
	</div>
</div>

```
