searsandrew / centreforge

WordPress Theme designed for freelance developers with a Bootstrap Base, intended to use child themes for Customer site
0 stars 0 forks source link

Update the list-group shortcode to be nested #17

Open mread1208 opened 8 years ago

mread1208 commented 8 years ago

Similiar to how we fixed issue 9 with the bootstrap columns, I also think we need to update the list-group shortcode to function like this:

[bs-list-group]
    [bs-list-group-item]
       Text Here
    [/bs-list-group-item]
    [bs-list-group-item]
       Text Here
    [/bs-list-group-item]
[/bs-list-group]