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
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
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
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
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