display recent topics not working?
-
<p><ul> <?php $posts = get_posts('numberposts=5&offset=0'); foreach($posts as $post) { echo '<li><a class="newslink" href="' . get_permalink() . '">' . the_title('', '', false); echo '</a></li>'; } ?> </ul></p>
Okay im using this code to display recent topics but im just getting a list of the page name, in this case home. see https://www.simplecandy.com/ and look at the bottom left block. Please note that the php is being inserted inside a post and run using phpRun plugin. x
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘display recent topics not working?’ is closed to new replies.