Title: &quot;Read More&#8230;&quot; link
Last modified: August 21, 2016

---

# "Read More…" link

 *  [Martin Schreader](https://wordpress.org/support/users/martin-schreader/)
 * (@martin-schreader)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/read-more-link-16/)
 * So here’s my problem. I tried doing this according to the instructions provided
   in the other thread on creating a “Read More” link and it ignored the stylesheets.
   I want to put the excerpt into this code, but don’t know how.
 *     ```
       global $post;
       theme_post_wrapper(
       		array(
       			'id' => theme_get_post_id(),
       			'class' => theme_get_post_class(),
       			'thumbnail' => theme_get_post_thumbnail(),
       			'title' => '<a href="' . get_permalink($post->ID) . '" rel="bookmark" title="' . strip_tags(get_the_title()) . '">' . get_the_title() . '</a>',
       			'heading' => theme_get_option('theme_' . (is_home() ? 'posts' : 'single') . '_article_title_tag'),
       			'before' => theme_get_metadata_icons('date,author,edit', 'header'),
       			'content' => theme_get_content(),
       			'after' => theme_get_metadata_icons('comments', 'footer')
       		)
       );
       ?>
       ```
   
 * Any help on this would be greatly appreciated. Thanks in advance.
 * Martin
 * [http://wordpress.org/extend/plugins/posts-in-page/](http://wordpress.org/extend/plugins/posts-in-page/)

The topic ‘"Read More…" link’ is closed to new replies.

 * ![](https://ps.w.org/posts-in-page/assets/icon-256x256.png?rev=1596190)
 * [Posts in Page](https://wordpress.org/plugins/posts-in-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-in-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-in-page/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-in-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-in-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-in-page/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Martin Schreader](https://wordpress.org/support/users/martin-schreader/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/read-more-link-16/)
 * Status: not resolved