Skip Navigation

[Resolved] Taxonomy View

This support ticket is created 4 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by Shane 4 years, 9 months ago.

Assisted by: Shane.

Author
Posts
#1634467

Hi,

So trying to setup taxonomy layout if you go here:

hidden link your see the layout 🙂 i am wondering how do i get the same layout for this Taxonomy please 🙂

hidden link

Hope you can help thanks, i am new too toolset 🙂 so trying to work it all out .

Thanks
Aaron

#1634681

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Aaron,

Thank you for getting in touch.

This seems to be a purely CSS solution and you can simply copy the structure from the existing template to the one that you've created in Toolset.

Would you mind allowing me to have admin access to the website so that I can assist better with this ?

The private fields will be enabled for your next response.

Thanks,
Shane

#1634905

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Aaron,

The pages should look a bit more similar now.

All I did was to mirror your theme's HTML structure inside the custom archive.

Thanks,
Shane

#1634913

Thanks 🙂

So i have this code:

<ul class="af-taxonomy">

  • <?php echo get_the_term_list( $post->ID, 'articletaxonomy', '', ',', ', ' ); ?>
  • <?php echo get_the_term_list( $post->ID, 'footballleagues', '', ', ' ); ?>
  • <div class="node-links clear-block" style="">
    <ul class="links inline">
    <li class="comment_add first">">Add New Comment
    <li class="node_read_more last">[readmore]

    </div>

    inside Appearance - Elements -> Taxonomy After Excerpt and its used the arter_entry_content what i got a problem with.

    On the Taxonomy you fixed the football clubs. what hook would i use so can use the above code 🙂 to display the Read More and Comments :). and what would the Term list ids etc be for the Football Club section?

    If you go here: the main site i up upgrading: hidden link your see the list it should show the terms for that taxomomy what they are linked to 🙂 there already linked just not sure what i need to change in the code above and what, Hook do i use to get the Read More and Comments shown 🙂

    Thanks

    #1637829

    Shane
    Supporter

    Languages: English (English )

    Timezone: America/Jamaica (GMT-05:00)

    Hi Aaron,

    Unforutnately i'm not able to see the Post in the link that you've sent however if you want to show a read more button under the excerpt of the post then I would recommend taking a look at this link below.
    https://toolset.com/documentation/user-guides/views/views-shortcodes/#wpv-post-excerpt

    Secondly if you want to display the comments of the posts on the archive page then this won't be possible to do.

    Thanks,
    Shane