Viewing 3 replies - 1 through 3 (of 3 total)
    1. show_tabs=”0″
    2. smallest=”16″ largest=”16″ (or any other number)

    These and other shortcode parameters are described in the instructions (for example on the Settings page).

    Thread Starter john0909

    (@john0909)

    thanks for the reply.
    one more query:-
    how to remove the boundary i.e. square boundary surrounding tags.

    The border around the entire tag cloud? This is all done by the template that you use (jQuery UI). If you just want to remove the border, you could add some code to a style sheet or into a <style></style> section inside the <head></head> section of the page:

    .ui-widget-content {
    border: none !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to hide tag group name’ is closed to new replies.