• Resolved Mr. Szandor

    (@mr-szandor)


    I am using the MEETA theme for the latest WordPress.

    I cant seem to find a way to remove the ‘Popular Tags’ section of this theme.

    I have removed various pieces of the css to make this go away. But I cant seem to get it to work right.

    Any help?
    Has anyone used this theme?

    Thanks in advance.

    You can view the test site here test.rsanabria.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • esmi

    (@esmi)

    I’m sorry but as you appear to be using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from www.remarpro.com here.
    Try https://www.wpzoom.com/support/

    Thread Starter Mr. Szandor

    (@mr-szandor)

    Thank you, esmi.

    Make a child theme by duplicating the theme folder via FTP – this stops it being accidentally updated

    In the page.php file just comment out the ‘secondnav’ section as I have below:

    <?php get_header(); ?>
    
    <!--
    <div id="secondnav" class="clearfix">
    	<span><?php _e('Popular Tags:', 'wpzoom'); ?></span>
    	<ul>
    		<?php wp_list_categories('show_count=1&number=8&title_li=&orderby=count&order=DESC&taxonomy=post_tag'); ?>
    	</ul>
    </div>
    -->
    
    <div id="content">
    
    	<div id="main">
    
    		<?php while (have_posts()) : the_post(); ?>
    
    			<div class="post">
    ....

    Hope that helps, drop me a message if you have any other problems!

    Matt

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In many cases duplicating the theme folder when making a Child Theme will crash your site, hopefully this is not the case with this commercial theme.

    I’ve never personally had a problem with that, one option is to set up a local server on your computer using a free piece of software, MAMP. You can install WordPress locally and use it a testing ground to edit the theme before deploying it on to your real site.

    A less ideal alternative is to upload an edited version as a Child theme and then make changes via the editor.

    Matt

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘MEETA THEME How to remove 'Popular Tags' section’ is closed to new replies.