show posts list in tag view, code not work
-
Hi all, i am now trying to display the posts list by tag in the tag view, i wrote some code in the widget(support php), but my code don’t work, is there any solution? below is my codes.
<ul> <?php $lastposts = get_posts('numberposts=100$tag='.single_tag_title().'\''); foreach($lastposts as $post) : ?> <li> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </li> <?php endforeach; ?> </ul>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘show posts list in tag view, code not work’ is closed to new replies.