Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Maeve Lander

    (@enigmaweb)

    The plugin doesn’t have tags functionality at present but its on my todo list for next major release.

    Thread Starter urbank

    (@urbank)

    In case it’s helpful to others, I managed to accomplish what I was wanting by adding this to the kbe single post template (following you advice suggestion on another ticket):

    <?php the_terms( $post->ID, ‘kbe_tags’, ‘<p>tags: ‘, ‘, ‘, ‘</p>’ ); ?>

    Exactly what I needed. Thanks for a great plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add tags to single post’ is closed to new replies.