Reply To: Replicate home page look/layout on multiple pages

Homepage Community Forums Epik Theme Support Replicate home page look/layout on multiple pages Reply To: Replicate home page look/layout on multiple pages

#4784
kronos
Customer

    Since the homepage is designed to show widgets only on the homepage, you’ll have to copy the home.php file and turn it into a page template. You can do so by adding this right under the first <?php

    // Template Name: Homepage

    This will take some effort on your end if you want the widgets to show different content on separate pages. You could either recreate all of the widgets and have each template show completely separate widgets (hard way)…..or you could try using a plugin called Genesis Simple Sidebars, or the Custom Sidebar plugin to show different content for the widgets on different pages. Other than that, you’d probably have to hire someone to do this all for you if you’re unable to figure it out…..but give the plugins a try first to see if that helps.