• Resolved konexion

    (@konexion)


    Hello,

    The tags in the posts doesn’t work. I have several post with several tags, if I click in the tag “Light” it should show all post with this tag, however I am redirected to mydomain/blog

    Can you see it here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    This issue can be due to your site translations.
    We will inspect it and update this thread for any news.

    Hello,

    I have this same issue. I made a temporary fix by updating the archive.php file to use code from an older version that’s working. The used the following code instead.

    <div class=”col-md-8 blog-column-left”>
    <div class=”row blog-list”>

    <?php if ( have_posts() ) : ?>

    <?php /* Start the Loop */ ?>
    <?php while ( have_posts() ) : the_post(); ?>

    <?php get_template_part( ‘content’, get_post_format() ); ?>

    <?php endwhile; ?>

    <?php else : ?>

    <?php get_template_part( ‘content’, ‘none’ ); ?>

    <?php endif; ?>

    </div>

    <div class=”comment-navigation grey-light”>
    <?php echo maskitto_light_paginate_links(); ?>
    </div>
    </div>

    <?php if( !isset( $maskitto_light[‘blog-widgets’] ) || $maskitto_light[‘blog-widgets’] == 1 ) : ?>
    <div class=”col-md-4 blog-column-right”>

    <?php get_sidebar(); ?>

    </div>
    <?php endif; ?>

    Hope this helps.

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    Thank you, we will include this fix in the next version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The Tags doesn't work’ is closed to new replies.