WordPress Development Tutorials – pt 6 : HTML CSS to Theme

How to setup a sidebar in WordPress (part one). Uses the WordPress register_sidebar() function.

6 Responses to WordPress Development Tutorials – pt 6 : HTML CSS to Theme

  1. Lester S May 24, 2013 at 7:56 am #

    May I know the package you installed to generate the register_sidebar?
    Thanks!

  2. Sander Wilbrink August 16, 2013 at 1:57 pm #

    i am following your vid’s but if i understand correctly you make a mistake
    here. when you register the sidebar in functions.php you contain the widget
    in a div with .span4 (bootstrap). But you are using nested scaffolding
    without creating a new ‘row’. So on the generated code you get a span,
    nested in a span without opening a row. I am new to this so i am probaly
    wrong but could you explain to me why you did it like this?

  3. easydevtuts August 16, 2013 at 2:11 pm #

    Great catch! You are absolutely correct. I should have wrapped that
    get_sidebar() function with a .row div

  4. David Husberg October 26, 2013 at 11:53 am #

    Good catch Sander! Great videos by the way!

  5. MainStreet228 December 16, 2013 at 1:19 am #

    How do you wrap the get_sidebar() function with a .row div?

  6. Labyrinthman July 20, 2014 at 2:40 pm #

    Why is my widget on the left side instead on the right side like on your
    tutorial ?

Leave a Reply