Viewing 2 replies - 1 through 2 (of 2 total)
  • I want to add sidebar too, i get errors if i try to use any tutorials.
    Any help from developer?

    Shizart

    (@shizart)

    I need something like that. I will update but if you want to try too, I am going to use this snippet from another project to start:
    <?php
    // Add home widgets to every page
    function include_home_widgets(){
    get_sidebar(‘home’);
    }
    add_action(‘responsive_wrapper_end’, ‘include_home_widgets’);

    ?>

    So I am going to try to pull the sidebar in then add it only on the home page….hopes this helps us all. See http://themeid.com/forum/post/3732/#p3732 as well.
    That or conditional widget plugin anyone???

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: PinBlack] Sidebar on homepage’ is closed to new replies.