• Resolved danoprey

    (@danoprey)


    I have changed show_rss and show_count to ‘off’ in sidebar.php but they continue to be displayed in the theme.

    Where am I going wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter danoprey

    (@danoprey)

    Aha, deleting ‘show_count’ => ‘on’ all together seems to get rid of them, no such luck with ‘show_rss’ => ‘on’ though, I guess that’s defaulted to on, but where?

    Thread Starter danoprey

    (@danoprey)

    OK, for anyone else looking to do this:

    I managed to get rid of the RSS icons by deleting:

    <a href="<?php echo get_term_link( $tax, $instance[ 'taxonomy' ] ); ?>?feed=rss2" class="rss">
    <img src="<?php bloginfo( 'template_directory' ); ?>/images/rss.gif" alt="RSS" />
    </a>

    from /inc/widgets/category-taxonomy.php

    I’m sure there’s a better way to do it, such as ‘off’, but I’m missing it.

    If you setup the sidebar with widgets, using the custom widget provided, you can turn both of those off.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disabling show_rss and show_count’ is closed to new replies.