hi, I am trying to get a link to a page display using
echo '<li><a href="<?php ("the_permalink()")?>/">/"<?php echo "<the_title()" ?>/"</a></li>';
the context is I am trying to display an author's page in wordpress list their posts sorted by category. It is sorting and selecting the articles but calling and displaying the permalink is not working.
I played around with the delimiters with a little success but it is still not working
<?php if ($category->cat_name == $cat_name) {
// echo 'got the right post';
// -- gets the path to ../author
// insert for author page insert for permalink.txt for the full thing
echo '<li>';
echo '<a href= <?php ("the_permalink()")?> >';
echo 'test</a></li>'; //just subsituted plain text to try and get the first section working it displays [U]>test[/U]
}
else { echo ' not true '; }
?>
<?php endwhile;
echo '</ul>';
to view the page http://www.rradvice.com/author/admin