• I’m working on this site for my girlfriend. https://www.elzevanderdonk.nl

    Im trying to get rid of the RSS icons in my sidebar menu. This is piece of the code witch (problably) has to be demolished;

    div id=”sidebar”>
    <div>
    <?php if ( !function_exists(‘dynamic_sidebar’)
    || !dynamic_sidebar() ) : ?>
    <?php if(function_exists(‘yy_menu’)) : ?>
    <h2><?php _e(‘Index’,TEMPLATE_DOMAIN); ?></h2>

      <?php yy_menu(‘sort_column=menu_order&title_li=’,
      ‘hide_empty=0&sort_column=name’.get_bloginfo(‘stylesheet_directory’).’/images/icons/feed-icon-10×10.gif’); ?>

    <?php elseif (function_exists(‘freshy_menu’)) :
    freshy_menu($freshy_options[‘args_pages’],$freshy_options[‘args_cats’]);
    endif; ?>

    Can you help me out?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modifying the Freshy-theme’ is closed to new replies.