Could you help me please to deal with output the groups of tags?

dev.xiligroup is being renovated Forums xili-tidy-tags plugin Could you help me please to deal with output the groups of tags?

This topic contains 0 replies, has 3 voices, and was last updated by  Anonymous 12 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3114

    Anonymous

    The widget displays the groups set inside the admin UI widget window.

    If you want to use conditional situations according the current post(s), I invite you to use the conditional item at the bottom of the widget UI by calling a php fonction that you add in the functions.php of your theme (*).

    So if the return of this function is true according rules, the widget will display the tags cloud.

    Enjoy,

    (*) that needs knowledge in wp and php !

    #3115

    Anonymous

    the current functions of WP can also be used directly :

    is_singular : the widget appears only if a single post or page is shown

    is_category : the widget appears only if list of posts of categories….

    and other like here http://codex.wordpress.org/Conditional_Tags

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.