Title: hsr's Replies | WordPress.org

---

# hsr

  [  ](https://wordpress.org/support/users/jeden/)

 *   [Profile](https://wordpress.org/support/users/jeden/)
 *   [Topics Started](https://wordpress.org/support/users/jeden/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jeden/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jeden/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jeden/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jeden/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jeden/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] Can't remove credit link](https://wordpress.org/support/topic/cant-remove-credit-link/)
 *  Thread Starter [hsr](https://wordpress.org/support/users/jeden/)
 * (@jeden)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/cant-remove-credit-link/#post-3228614)
 * I’ve just updated plugin on one of my blogs to 2.0.5 and credit link disappeared.
   So works good for me.
    Now it’s time to update on other blogs 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Themolio] [Theme: Themolio] Posts have the same date](https://wordpress.org/support/topic/theme-themolio-posts-have-the-same-date/)
 *  Thread Starter [hsr](https://wordpress.org/support/users/jeden/)
 * (@jeden)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-themolio-posts-have-the-same-date/#post-2869972)
 * Ok, I resolved my problem.
    For the future, if someone will have the same problem:
   In functions.php Change `$posted_on = '<a class="entry-date" href="'.esc_url(
   get_permalink()).'" title="'.esc_attr(get_the_time()).'" rel="bookmark">'.date_i18n('
   jS M, y', strtotime(esc_html(get_the_date()))).'</a> ';` to `$posted_on = '<a
   class="entry-date" href="'.esc_url(get_permalink()).'" title="'.esc_attr(get_the_time()).'"
   rel="bookmark">'.the_time('j F Y').'</a> ';`
 * If you want that time-icon show properly you must do some CSS changes 😉

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