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>

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29460
    Felix
    Member

    Is there anyway to customize the widget output?

    The standard is:

    Code:
  • widget_title

I would like it to be like this instead:

Code:

widget_title

Thanks a bunch!

#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

Viewing 2 posts - 1 through 2 (of 2 total)