Replies: 0
Hi I would like to use the_taxonomies( $args ); but it prints out the text “Categories:” in front of the list of categories and prints out a “.” after.
I would like to have it NOT print out “Categories:” in front and “.” after.
The args the function are:
$args = array(
//default to current post
'post' => 0,
'before' => '<p class=\"meta\">',
//this is the default
'sep' => ' ',
'after' => '<p class=\"meta\">',
//this is the default
'template' => '%s: %l.'
);
And I imagine that the ‘template’ => ‘%s: %l.’ controls the display of text, etc but I cant find any documentation on the parameters (‘%s: %l.’) of this option and tried various changes without success.
Please help.
-
This topic was modified 10 seconds ago by
ironfish2.