- I am using tab menu to display my category posts in my sidebar.
- There I am using Read More link in common,I want my Read More to
apply for my each tab(category posts) and on clicking Read More,I
want more contents of my tab to open in new page. -
The code I am using –
<?php while (have_posts()) : the_post(); ?> <!-- Do special_cat stuff... --> <?php the_content('more',TRUE,'');?> <p align="right" class="txt_caps txt_small txt_bold"><a href="#">» Read More</a></p> -
I don’t know what to use in my href=”#”,so that i can open my particular post in new page on tab clicked.
- Thanks in advance.This is my first live project in WordPress.So,I am bit new to WordPress.Any further details,You can ask me.
I am using tab menu to display my category posts in my sidebar. There
Share
new tabs are opened using
target="_blank"In the
href=""just put the location you want to go to.