Title: adding &#039;posted&#039; before date
Last modified: August 21, 2016

---

# adding 'posted' before date

 *  Resolved [susanfw](https://wordpress.org/support/users/susanfw/)
 * (@susanfw)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-posted-before-date/)
 * How would I add the word ‘posted’ before the date of the excerpt?
    Thank you
 * [http://wordpress.org/plugins/recent-posts-with-excerpts/](http://wordpress.org/plugins/recent-posts-with-excerpts/)

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

 *  Thread Starter [susanfw](https://wordpress.org/support/users/susanfw/)
 * (@susanfw)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/adding-posted-before-date/#post-4130266)
 * I got this working by editing the plugin, and changing:
    `echo '<h2'.$h2_classes.'
   ><a href="'.get_permalink().'">'.get_the_title().'</a></h2>';` to `echo '<h2'.
   $h2_classes.'><a href="'.get_permalink().'">'.get_the_title().'</a></h2>Posted
   on ';`
 * I think I should be able to do this with css, but I haven’t been able to figure
   it out.
    I’d prefer not to edit the plugin, so if someone has a suggestion, I
   would appreciate it. Susan
 *  Plugin Author [Stephanie Leary](https://wordpress.org/support/users/sillybean/)
 * (@sillybean)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adding-posted-before-date/#post-4130308)
 * Hi, Susan! You can do this in CSS like so:
 *     ```
       .recent_posts_with_excerpts h3.date:before {
          content: 'Posted on: ';
       }
       ```
   

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

The topic ‘adding 'posted' before date’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-with-excerpts.svg)
 * [Recent Posts with Excerpts](https://wordpress.org/plugins/recent-posts-with-excerpts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-with-excerpts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-with-excerpts/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-with-excerpts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-with-excerpts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-with-excerpts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Stephanie Leary](https://wordpress.org/support/users/sillybean/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/adding-posted-before-date/#post-4130308)
 * Status: resolved