Title: [Plugin: Random Posts from Category]
Last modified: August 20, 2016

---

# [Plugin: Random Posts from Category]

 *  [ratputin](https://wordpress.org/support/users/ratputin/)
 * (@ratputin)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-random-posts-from-category/)
 * How can I add a “Read More” right after the excerpt ends? I can add it “underneath”
   it, but not immediately following. CODE BELOW:
 *     ```
       <?php
       }
       if ($instance['content'] == 'excerpt' || $instance['content'] == 'excerpt-notitle') {
       if (function_exists('the_excerpt_reloaded'))
       the_excerpt_reloaded($instance['words'], $instance['tags'], 'content', FALSE, '', '', '1', '');
       else the_excerpt();  // this covers Advanced Excerpt as well as the built-in one
       }
       if ($instance['content'] == 'content' || $instance['content'] == 'content-notitle') the_content();
       endwhile; endif;
       ?>
       ```
   

The topic ‘[Plugin: Random Posts from Category]’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [ratputin](https://wordpress.org/support/users/ratputin/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-random-posts-from-category/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
