You have to change the sidebar.php
. In there, the default Sidebar main-sidebar
is called.
If no Widgets are registered in this Sidebar, the fallback function shows a monthly Archive.
You have got two possibilities:
- Register a Widget for the Main Sidebar
-
Remove the Fallback Function from
sidebar.php
. In this case, it would look like this:<div id="widgets" class="grid col-300 fit"> <?php responsive_widgets(); // above widgets hook ?> <?php dynamic_sidebar('main-sidebar'); ?> <?php responsive_widgets_end(); // after widgets hook ?> </div><!-- end of #widgets -->
Please keep in mind that this theme has a lot of different Sidebars – so you may have to change all of them, or register the correct Widgets for each Sidebar.
Related Posts:
- Switching themes without losing widgets?
- can require “themefolder/includes/widgets.php” in “themefolder/functions.php” yet widgets.php doesn’t run
- Moving WordPress.com theme and widget settings to self-hosted site?
- Why are my widgets not saving when being added to a sidebar?
- Duplicate and change a Theme Widget
- Current theme broken – after server and domain migration
- Changing $before_widget for certain widgets
- adding multiple sidebars on pages
- Embedded Videos (PB) – Not Available
- Hide default “Recent Comments” Widget if there are no comments yet
- Widgets menu does not appear under “Appearance” in dashboard
- Calling widget via function in themes files (hard code)
- Inject widgets from one sidebar into another with PHP
- How to conditionally display widgetized areas in theme customizer?
- Add more widget areas to a theme
- Displaying a widget in sidebar only when no other widgets rendered?
- Style the archives/category sidebar widget via theme
- Restrict access to specific widget field based on user role
- Modifying the markup in the Tag Cloud widget?
- How to override / customize existing Widgets?
- Widgets not showing on sidebars
- Using filter in the widget causes fatal error
- What happened to my Inactive Widgets?
- In a specific blog, the K2 theme does not have a Text Widget
- Removing a widget via theme editor
- sidebar in 2020 theme as a widget
- How to customize a section of a widget only on certain pages or page
- Changing theme folder name disrupts widgets
- No “available widgets” (wordpress 3.2.1 multisite)
- Adding admin-ajax.php to the frontend. Good or bad idea?
- How do I add support to my theme for custom menus?
- How do I white label my self-hosted site created by wordpress?
- How do I add a new string to a .po or .pot file?
- Free/Open-Source Theme Frameworks as an Alternate to Thesis? [closed]
- Multisite: setting theme and options when a new blog is created
- How to use scss in wordpress theme?
- How to get Ajax into a theme – without writing a plugin?
- WordPress as Backend, Laravel Front End: How to connect Routes?
- How to get themes from wordpress.com per SVN? [closed]
- Edit raw HTML of the landing page
- single.php change into a modal popup bootstrap wordpress
- Is it a good idea to make whole theme widgetized?
- get_header(‘header2’) not working properly in child themes
- How do you create a custom WPTouch theme?
- Added a new template file to a theme – get Call to undefined function error
- Theme broken after upgrading to WordPress 4.5, missing stylesheet?
- WordPress Theme for Video Showcase [closed]
- Do not show excerpt in post content
- Modify a theme to insert custom widgets?
- What’s the order of loading wordpress elements?
- How to add pagination to my code?
- Creating new templates in child themes breaks layout
- Child theme not working after Parent Theme Update
- Combining wordpress themes
- how to use the slide show of Skylark in showcase?
- Switching to a child theme
- CSS Start Fresh option on; main.css still being loaded [closed]
- When creating a WordPress site how can you create different versions of the site with different themes?
- Depending on third party plugins for theme functionality
- after_setup_theme is called three times
- Losing all my text and entries on ColorWay Theme
- Functions containing parameter ‘yourtheme’
- How do I remove ‘Active Theme’ section from Customizer?
- Cant remove white space on my wordpress [closed]
- Blank line before doctype
- WordPress Baskerville 2 translation
- .PO file is found but I don’t see translations: how to debug the problem?
- An unexpected error occurred when add theme
- Searching for themes that post full article on home page by default
- Posts & page twice display
- How to get ONLY the URL of the image that show_media_header returns?
- How to remove date, author and comment count from Chameleon search results page
- Index page is not working
- How would I got about calling a php file every time someone publishes a new post?
- Custom theme – pages in menu
- remove preloader in WordPress theme [closed]
- Flexslider in child theme
- Why my function.php file in theme delete automatically? [closed]
- How to reverse the pagination numbers of an archive?
- Theme translates the_author_posts_link. How can I remove their translation?
- theme installation not working
- Theme CSS missing completely
- How to implement this layout?
- WordPress customizer extremely slow, cant work in it
- Missing privacy policy checkbox on login page (using Enfold theme)
- How exactly does WordPress load themes from api.wordpress.org?
- Themes don’t show up in the dashboard -> Appearance -> Themes
- Let custom text widget use the same font as the theme
- SSL errors when I activate my custom theme
- How to show taxonomy in WordPress shortcode
- Using existing widget code! [closed]
- Create a live demo gallery for themes
- How to create a second index.php?
- Lightword Theme – only one menu item
- How to create an Single-Portfolio page?
- “Parse error: syntax error, unexpected” and the WordPress Theme Editor no longer working!
- Absolute and relative paths
- Am having issues intergrating this api into my wordpress site, any help please?
- Get header/footer list for a theme
- Help!!! Old theme doesn’t load scripts and conflitcs with plugins