[ad_1]
This is my code in a custom taxonomy file (taxonomy-tv_channels.php) and the URL is
<?php get_header(); ?>
<h1><?php $taxonomy = get_queried_object(); echo $taxonomy->name; ?> Live Tv Online</h1>
the_field('url'); ?>
<!--VIEWS-->
<?php echo do_shortcode('[post-views]'); ?> Views
<?php get_footer(); ?>As you can see that I added the post views code inside but not working at all. If I use a loop then it messes up the page. How is possible to show views or comments section, because the comment form is also not working?
