I found several I18N issues for Hide Archive Label and modified some code to improve these issues.
inc\partials\footer.php
Line4
<a href="<?php echo esc_url( 'https://catchplugins.com/' ); ?>" target="_blank"><?php esc_html_e( 'Catch Plugins', 'hide-archive-label' ); ?></a>
Line 9 to 11
<li><a href="<?php echo esc_url( 'https://catchthemes.com/themes/category/premium/' ); ?>" target="_blank"><?php esc_html_e( 'View Themes', 'hide-archive-label' ); ?></a></li>
<li><a href="<?php echo esc_url( 'https://catchplugins.com/plugins/' ); ?>" target="_blank"><?php esc_html_e( 'View Plugins', 'hide-archive-label' ); ?></a></li>
<li><a href="<?php echo esc_url( 'https://catchplugins.com/support/' ); ?>" target="_blank"><?php esc_html_e( 'Support', 'hide-archive-label' ); ?></a></li>
inc\partials\sidebar.php
Line 3
<div class="catch-sidebar-title highlighted"><?php esc_html_e( 'Recommendations', 'hide-archive-label' ); ?></div>
Line 8 and 9
<h3><?php esc_html_e( 'Premium Themes', 'hide-archive-label' ); ?></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.', 'hide-archive-label' ); ?> <a target="_blank" ><?php esc_html_e( 'Check our premium themes.', 'hide-archive-label' ); ?></a></p>
Line 15 and 16
<h3><?php esc_html_e( 'Free Themes', 'hide-archive-label' ); ?></h3>
<p><?php esc_html_e( 'Check out our collection of Free WordPress Themes that are clean, simple and feature-rich.', 'hide-archive-label' ); ?> <a target="_blank" ><?php esc_html_e( 'Check our free themes.', 'hide-archive-label' ); ?></a></p>
Line 22 and 23
<h3><?php esc_html_e( 'Premium Plugins', 'hide-archive-label' ); ?></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!', 'hide-archive-label' ); ?> <a target="_blank" ><?php esc_html_e( 'Check our premium plugins.', 'hide-archive-label' ); ?></a></p>
Line 31 to 33
<h3><?php esc_html_e( 'Free Plugins', 'hide-archive-label' ); ?></h3>
<p><?php esc_html_e( 'Check out our Free WordPress Plugins and get the taste of our service without affecting your wallet.', 'hide-archive-label' ); ?>
<a target="_blank" ><?php esc_html_e( 'check our free plugins.', 'hide-archive-label' ); ?></a></p>
inc\class-main.php
Line 166 and 167
esc_html_x( 'Hide Archive Label', 'UI String', 'hide-archive-label' ),
esc_html_x( 'Hide Archive Label', 'UI String', 'hide-archive-label' ),
]]>
Hello, I am already furious about that but can’t hide the “Archives:” part from a page that is listing custom content type. Installed the plugin, but bo luck even with that. I also tried to add CSS codes as per websites, but also no luck
]]>After updating WordPress to 5.7, I updated this plugin (Hide Archive Label) to Ver 1.1. The updated plugin completely crashed the site (there is an error in the coding.)
]]>The HIDE ARCHIVE LABEL plugin is not hiding the archive label. Can you please tell me whats wrong? Thanks
Eric
]]>