Add One More Home-Bottom Widget

Homepage Community Forums Legacy Theme Support Add One More Home-Bottom Widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20471
    intelisystems
    Customer

      This is for http://intelisystemstest.com/shin/

      I would like to add one more Home-Bottom widget and want to have 4 Home-Bottom widgets in total.

      First, I added the following code in function.php:

      genesis_register_sidebar( array(
      ‘id’ => ‘home-bottom-4’,
      ‘name’ => __( ‘Home Bottom 4’, ‘legacy’ ),
      ‘description’ => __( ‘This is the fourth Home Bottom section of the homepage.’, ‘legacy’ ),
      ) );

      Now, I can see Home-Bottom Widget 4 at http://intelisystemstest.com/shin/wp-admin/widgets.php but it is not show on Home yet.
      How do I make all the 4 Home Bottom Widgets appear on Home?

      #20484
      Wes
      Moderator

        You also would need to add the widget content in the front-page.php file. Just copy/paste one of the Home Bottom widgets and rename it to Home Bottom 4.

        You’ll also need to edit your CSS to make all 4 of these widgets fit on the page. That also includes the responsive code needed so it will adjust on mobile devices.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.