Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Wrapping wordpress widgets inside <div> instead of <li> Re: Wrapping wordpress widgets inside

instead of
  • #78594
    limenet
    Participant

    Hi Felix,

    On my site (http://www.limenet.ch) I use the following code snippet

    Code:
    &category_after=

    &title_before=

    ‘); ?>

    and it works great.
    The used function is wp_list_bookmarks() which has it’s (as always great) WP Codex page at http://codex.wordpress.org/Function_Reference/wp_list_bookmarks. In your case, I hope the following snippet will work for you (if not, just post your problem; I didn’t test it):

    Code:

    &title_before=

    &title_after=

    ‘); ?>

    Linus