• Hi folks.

    For my wordpress site i’m looking for a solution to filter my categories by tags.

    example : i have a video section with many videos, and i want my users to be able to filter them by Taxonomies.

    Actually i found the solution of

    mysite.com/mycategory?tag=thetag.

    it works well. but now i’m looking for a solution to change

    title of the page, and add a description.

    Do you know any developpement or plugin that might help me ?

    i was thinking of make php like is_category(is_tag()) { }

    but i’m not really fan of adding php directly in my theme i would appreciate to do it thru admin.

Viewing 1 replies (of 1 total)
  • Thread Starter HimSelf (Gregory)

    (@himself)

    Also if in my category.php

    i use the method of if(is_category(xxx) && is_tag(xxx) { }

    i will not be able to change the title of this page ?

Viewing 1 replies (of 1 total)
  • The topic ‘Filter categories by Taxonomies description’ is closed to new replies.