• Hi all ??

    I have a limitation in the wp_lists funtion and wondered if there was any custom functions out there.

    This is the generic way it works.

    ‘<?php get_links(category, ‘before’, ‘after’, ‘between’, show_images, ‘order’, show_description, show_rating, limit, show_updated, echo); ?> ‘

    Now I would like to be able to add another tag so instead of the ‘between’ usage I would like to be able to have 2 versions of ‘between so I can create an opneing and closing tag. If I had this I would be able to list my links like so:

    ‘<dl> **Generic tag**
    <dt>Heading & Link</dt>
    <dd>description</dd>
    <dl>’

    And my tag would look like this:

    ”<dt>’, ‘</dt></dd>’, ‘<dd>’, ‘</dd>’, FALSE, ‘category’, TRUE, TRUE, -1, false);’

    If I apply this at present it works but leaves out the closing dd tag.

    Anyone?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Are there any custom wp_links funtions out here?’ is closed to new replies.