• Hi,

    Is it possible to remove the RSS link in the sidebar? I don’t have it selected within the theme options but it still appears.

    Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author zwwooooo

    (@zwwooooo)

    Hi,

    RSS links can not remove in the theme options. If you don’t like it, you need to edit sidebar.php by editor:

    Open sidebar.php, find following code and delete:
    <a class="rss <?php echo $rss_text;?>" href="<?php if($zbench_options['rss_url'] != '') { echo($zbench_options['rss_url']); } else { bloginfo('rss2_url'); } ?>" rel="bookmark" title="<?php _e('RSS Feed', 'zbench'); ?>"><?php _e('RSS Feed', 'zbench'); ?></a>
    (line 8)

    OR remove all social links area, delete <div id="rss_border">...</div>(line 2~27)

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: zBench] Remove RSS Link in Sidebar?’ is closed to new replies.