I am new to wordpress and I want to create Vertical news scroller plugin.In that I need to make the news headlines clickable and when clicked it should be displayed in another page with the option for user to login and add comments.How to do this?
You can find a News theme or use any theme for that matter because you can create News posts, and when you click on the post, it will take you to the main post to read the article.
Make Every News
as anchor (click able) like this:
<a href="<?php echo get_permalink($post->ID); ?>">View Details</a>
This will redirect you to the DETAIL
page of the respective news i.e: single.php