• I am using the Opulus Sombre theme, WP3.6.1 for https://www.sitefor59.info . I have cleared out all the widgets and still i am getting the wordpress rss feed in the footer, as well as ‘recent posts’ and ‘tags’. I would like to remove all from the footer, but right now the rss feed is my primary concern.
    ideally css would be great – i try to avoid editing php files but will do if necessary.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Notice the if else conditions in this template
    https://themes.trac.www.ads-software.com/browser/opulus-sombre/1.1.3/footer.php

    If there is a widget in the area, it will use that widget. Else it will check the theme option whether to output a default widet or not.

    So you either drag in your own widget (if you want nothing there try dragging in a text widget and put in a short and useful sentences for SEO purpose), or visit theme option page to turn it off.

    The widgets management is under Appearance > Widgets.

    Theme option page should also be under Appearance > Theme settings.

    Thread Starter JennWin

    (@jennwin)

    there is no option under theme options to disable it – so i had to put a short sentence there instead (removed all widgets and it shows up by default like you said)- is there some css i can put in to override the default setting? So that nothing will be there? Thanks

    Yes, first drag in empty text widgets and then use this in whatever Custom CSS option you got.

    #footer_widgets_wrap { display: none; }
    #featured_wrap { border: 0; }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘disablr rss feed in footer?’ is closed to new replies.