Title: Full Article
Last modified: August 18, 2016

---

# Full Article

 *  Resolved [nicktoye](https://wordpress.org/support/users/nicktoye/)
 * (@nicktoye)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/full-article/)
 * I am trying to get my site ready for CSS Reboot, and I have decided that I want
   to show the full article on the home page. For some reason it is showing an excerpt
   and displaying the read more link.
 * This is the code:
 * <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
    <div class=”articleTitle”
   >” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”> <?php the_title();?
   > </div> <!– end of article title –>
 *  <?php the_content(); ?>
 *  <div class=”updatedBox”>
    <div class=”updated”> <?php the_time(‘jS F Y’); ?>
   | <span class=”viewComment”> <?php comments_popup_link(); ?> </span> | <span 
   class=”category”> <?php the_category(‘,’); ?> </span></div> <!– end of updated–
   > </div> <!– end of updatedBox –> <?php wp_link_pages(); ?> <?php include(ABSPATH.‘
   wp-comments.php’); ?> <?php endforeach; else: ?>
 *  <?php _e(‘Sorry, no posts matched your criteria.’); ?>
 *  <?php endif; ?>
 * Any ideas?
 * Here is the page link too:
 * [http://www.nicktoye.co.uk/index2.php](http://www.nicktoye.co.uk/index2.php)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [sumeetjain](https://wordpress.org/support/users/sumeetjain/)
 * (@sumeetjain)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/full-article/#post-276179)
 * `<div class="articleTitle">" rel="bookmark" title="Permanent Link: <?php the_title();?
   >">
    <?php the_title(); ?> </div>
 * should be
 * `<div class="articleTitle" rel="bookmark" title="Permanent Link: <?php the_title();?
   >">
    <?php the_title(); ?> </div>
 * I don’t know if that’s the problem with your site, but it’s a problem nonetheless.
 *  Thread Starter [nicktoye](https://wordpress.org/support/users/nicktoye/)
 * (@nicktoye)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/full-article/#post-276181)
 * Thanks for that, it didn’t solve my problem though, but thanks anyway
 *  [sumeetjain](https://wordpress.org/support/users/sumeetjain/)
 * (@sumeetjain)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/full-article/#post-276240)
 * `<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h2 class="
   articleTitle"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent
   Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2> <?php the_content('');?
   > /* The other stuff you wanted */ <?php endwhile; else: ?> /* Something here
   if no posts found */ <?php endif; ?>
 * That should work.
 *  Thread Starter [nicktoye](https://wordpress.org/support/users/nicktoye/)
 * (@nicktoye)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/full-article/#post-276244)
 * nope, still only showing part of the article
 *  Thread Starter [nicktoye](https://wordpress.org/support/users/nicktoye/)
 * (@nicktoye)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/full-article/#post-276252)
 * It was a plugin, sorry guys

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Full Article’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [nicktoye](https://wordpress.org/support/users/nicktoye/)
 * Last activity: [20 years, 5 months ago](https://wordpress.org/support/topic/full-article/#post-276252)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
