Support Forum » User Profile

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Display list of taxonomy ('topics') in View #46693
    sheila@canvas45.com[email protected]
    Participant

    This is great and it successfully output the list of all available special taxonomy 'topics'. Is there a snippet of code that I can add that will actually make them a link to that particular 'topics' page? For example, I have a 'topic' named 'careers' - I need the output 'career' to be a link to the corresponding webpage (i.e. https://mydomain.com/topic/career)

    in reply to: Display list of taxonomy ('topics') in View #46574
    sheila@canvas45.com[email protected]
    Participant

    Thank you. I used your answer to construct this line in the Views screen:

    Replaced this: {{ mb.get_the_term_list( post.ID,'topic', '', ', ' ) }}
    With this: {{ mb.get_terms('topic') }}

    Unfortunately that just outputs the word "ARRAY" instead of the desired taxomony which is 'topic'. Alternatively, I tried using topics (plural) but it gave the same result.

    in reply to: Dashboard not working #29082
    sheila@canvas45.com[email protected]
    Participant

    I'm having the same issue but am using Divi theme instead of Oxygen. If the theme is the issue, then can we have a list of themes with this problem?

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