Technology

How to Make Link to Single Post on a Title within a Post

Today I am going to show tips for Make Link to Single Post in WordPress which one helps your blog has less post and less page views don’t worry, because I have the simple solutions for less page views.The solution is your post title always shown has link if your are using WordPress platform that is easy to setup follow my guides.

My friend asked me how to reduce bounce rate in my blog has only 50 posts ie) How to make more page views from less posts.My opinion is add link to title when visitors click your title it it loads same page.

Now I am going to explain now, if your are using WordPress platform there have only one option to edit you themes and to make changes ,it is easy to setup.Follow my guides

Step By Step Guide for Make Link to Single Post in WordPress

Step 1. Go to WordPress Dashboard and then select Appearance -> Editor.

make-title-link

Step 2: Then you can see right side Templates scroll down you can see single.php in  end of the page

single-post title link

Step 3: After open Single.php file give Ctrl+F to find following code to replace with given below code

Find this code in your theme template and delete it.

<h2><?php the_title(); ?></h2>

edit-single-post

Step 4: After you find that code you need to replace this code to your single.php file.

<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title('<h2>', '</h2>'); ?></a>

edit-single-post1
Step 5: Now hit Update File 

update

Now check out your posts that works fine,your posts shown always like link

Warning:

Before you doing this changes back up your single.php in your comfortable location because sometimes it goes wrong .

Write A Comment

Pin It