• I am customizing the layout of my “Archives” page, which contains the wp_get_archives & wp_list_categories PHP functions.

    I styled my wp_get_archives function like so:

    wp_get_archives('type=monthly&show_post_count=1&before=<p>&after=</p>');

    and would like to do the same with wp_list_categories. However, for the life of me I can not figure out if it is possible. All I am trying to do is add the “before” and “after” functionality to the wp_list_categories function. Suggestions?

  • The topic ‘wp_list_categories adding a “before” and “after” style?’ is closed to new replies.