Creating “view all posts” link to show all posts from a specific category in wordpress

I am new for wordpress. In a page, I am showing 3 latest posts from a specific category. So now, I want to put a “view all posts” link so that visitor can see all post from that category. But I can’t do this.

Please help to create this link.

Read More

What code should I put in this (href=”—“) attribute? –>

                 <a href="">view all posts</a>

Please describe it clearly.

Related posts

Leave a Reply

2 comments

  1. it works,

    <a href="<?php echo get_permalink( get_option( 'page_for_posts' ) );?>"><p> Blog   </p> </a>
    

    Create A Page named Blog
    And then from Setting> Reading Set Posts page > Blog