You’ve changed from sidebar-main
in your myfunc_sidebars_init()
to sidebar1
in sidebar.php
. Change sidebar.php
to use
<?php if ( is_active_sidebar( 'sidebar-main' ) ) : ?>
<?php dynamic_sidebar( 'sidebar-main' ); ?>
Related Posts:
- Get sidebar parameters (before_widget, before_title, etc.) from within a widget
- Add div class to only one widget
- How to avoid widgets added to sidebar on theme activation?
- More flexible sidebar and widget management
- WordPress widget new instance creates content duplicates
- duplicate sidebar
- Removing custom widget area WordPress 4.4 [closed]
- Insert Widget option into mark-up with register_sidebar
- Cannot save widgets in custom sidebars
- Can’t see widget areas in my customizer
- Can you target a widget_class in a register_sidebar?
- Copy Widget Settings because of changed IDs
- Add class to on sidebar widget
- Why is registering a sidebar for each page causing my sidebars to reset?
- activate custom sidebar widgets
- How to create sidebar from “scratch”?
- How to get sidebar widgets in leftsidebar template
- $before/after_widget/title not displaying anything
- Unique widget id in sidebar
- Limit number of Widgets in Sidebars
- Translate widget titles using qTranslate plugin
- How Do I Add Custom CSS To Only Certain Widgets
- $post>ID displays wrong post ID
- Video Embed in Sidebar Widget with Links to Others in Category
- Remove All Widgets from Sidebar
- Unregistering a Sidebar in Child Theme
- Problems with the sidebar args and wp_list_bookmarks
- Ban certain widgets from certain sidebars
- Registering Sidebars and Sidebar Widgets. Sidebar Widgets Not Displaying
- Manual display of widget
- Sidebar Widget Registration without a name, how is it assigned to new named sidebar widget?
- is_active_sidebar() Always Returns False
- Call sidebar from a template
- How could a Widget behave differently depending on sidebar
- Adding classes to dynamic sidebar
- Is there a way to allow only certain type of widgets in the sidebars?
- Why do none of my widgets have a title?
- Widget area inside a widget
- How to insert widget areas specific to certain pages (or posts, etc.)?
- WordPress widget/sidebar dividers?
- adding multiple sidebars on pages
- Excluding specific widgets from default sidebar class
- Can WordPress Read Its Own RSS Feed?
- different class (css) for sidebar widgets
- Dynamic sidebar based on category
- Custom page sidebar using Template dropdown box
- How can I assign widgets from WP to appear in bbpress?
- How can I get the first section of a page 100% width, while the rest will have a sidebar? [closed]
- How to create pagination for homepage with widgetized area?
- Dynamically add content to an existing widget area
- How can I inject html after the [x]th widget inside a Sidebar? [duplicate]
- Programmatically add widgets to sidebars
- Override WordPress Widget CSS Classes?
- Are widgets meant to be used outside of sidebars?
- wp_get_attachment_image() not displaying post images even though wp_get_attachment_url() echo correct urls
- Custom Sidebar only on single post
- Dynamic Sidebar and XHTML Validity?
- Update widget form after drag-and-drop “only specific plugin”
- Recent Comments from Specific Category Widget
- Different sidebars not changing
- what is the best way to add things to a side bar
- Different widgets in sidebar on sub-children pages?
- Display posts from category in post content?
- Is there a way to use get_sidebar() when no widgets are activated?
- Is there a way to dump all registered sidebar/widget?
- What conditional to use for dynamic sidebar check?
- Any available action to add content before and after sidebar?
- Distinguish between different widgets of the same type
- links to Media Library content in sidebar per page
- How to Catch Last Widget box From Same Widget Area?
- How can I detemine the parameters needed by the_widget()?
- widgets in footer?
- WordPress Local to Live and The Missing Widgets!
- How can I have sidebar widgets on Twenty Seventeen theme on all pages?
- Need two sidebar (right and left)in Twenty Seven theme
- How Can I Replicate & Register a Widget from the Child Theme
- Add Social Media icon widget to customizer
- Loading scripts only if a particular shortcode or widget is present
- Use customizer or sidebar for header settings?
- Script in sidebar blocks other widget’s load
- three sidebars showing without call
- Can I get variable into dynamic sidebar?
- wp_register_sidebar_widget in loop within a plugin?
- if is within sidebar [duplicate]
- how to call new widgets in sidebar in custom theme?
- How can I get the sidebar id on the current page?
- user definable sidebar per page
- Call sidebar from a template
- Show or hide custom menu widget in side bar conditionally
- Custom tabs widget don’t work in google chrome, is blocked, do not change the tabs. Why?
- Single Widget Multi Sidebar
- An issue with register_sidebar and the admin interface
- Post Thumbnails on Sidebar Widgets
- Add the title of a widget as an ID – for anchor links
- How to completely remove the sidebar? [closed]
- Subpages menu on sidebar plus widgets
- Putting a URL, for a preview, in a side bar
- Add a twitter feed to my WordPress website
- is it possible to create custom widgets page in admin?
- Add custom settings to widget areas