• Hi guys. I run multi-blog. The name of the post is clicable, the category is clicable, but the username is NOT. How do I make username clicable so it redirects me to all user’s posts?

    If I manually put this kind of url https://pindosiya.com/author/melcer/ it takes me to all posts of the particular user, but how to make clicable username on the main page. I have no idea. Any suggestions?

    Any help is highly appreciated.

    My web-site is https://pindosiya.com/

Viewing 1 replies (of 1 total)
  • Thread Starter chizhny

    (@chizhny)

    <div class="text-block-header">
            <h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>
            <p><?php the_category(', ') ?>: <strong><?php the_author(); ?></strong>. Дата публикации: <strong><?php the_time('d.m.y') ?></strong></p>
            <span class="h1-mask"></span>
            </div>

    I just don’t know what to write before `<?php the_author(); ?>. so the it redirects me on .com/author/theusernameonwhichitwasclicked/

Viewing 1 replies (of 1 total)
  • The topic ‘Username clicable on the main page’ is closed to new replies.