Removing bellow text
-
I have on my index page the fallowing code just to show date, title, read some text .. read more.. it works fine but at the bottom is showing the entire news article. is like repeating..
<?php $posts = get_posts('numberposts=3&order=DESC&orderby=post_title&category_name=research'); foreach ($posts as $post) : start_wp(); ?> <h2><?php the_title(); ?></h2> <strong><?php the_date(); echo ""; ?> </strong> <?php the_excerpt(); ?> <?php endforeach; ?>
[Please post code snippets between backticks or use the code button.]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Removing bellow text’ is closed to new replies.