• Hi guys I’m using a child theme based on the Edin theme and have a question regarding my design.

    At the moment the Edin model has the option to display three Front Page Widgets. For the design I am currently working on I would like to place two widgets using Flexbox.

    What I can’t figure out is how to call specific widgets into the front-page.php I am currently editing. What I am basically looking for is a call function for the widgets so I can place them where I want within my design.

    like <?php place jetpackform ?> or something similar

    Any help would be greatly appreciated.

    Nathan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there! Looking at Edin’s front-page.php, it looks like the widgets are placed here:

    <?php get_sidebar( 'front-page' ); ?>

    This line of code includes the sidebar-front-page.php file from the theme’s root. In that file, you’ll see where all three widgets are called, and you can edit them as needed.

    Thread Starter nath0rigin

    (@nath0rigin)

    Thanks Sarah,

    I found what I was looking for and I think I can now complete my project.

    Blessings,

    Nathan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Edin] Calling Widgets on front-page’ is closed to new replies.