Title: clea_teclea's Replies | WordPress.org

---

# clea_teclea

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Calendar: link to post instead of daily archive](https://wordpress.org/support/topic/calendar-link-to-post-instead-of-daily-archive/)
 *  Thread Starter [clea_teclea](https://wordpress.org/support/users/clea_teclea/)
 * (@clea_teclea)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/calendar-link-to-post-instead-of-daily-archive/#post-259556)
 * I have been investigating the code of template-functions-general.php and I believe
   I would need to change this line:
 * echo '<a href="' . get_day_link($thisyear, $thismonth, $day) . "" title="$ak_titles_for_day[
   $day]">$day</a>";
 * Get_day_link should be replaced with something like the_permalink, but that doesn’t
   work outside of The Loop. get_permalink doesn’t work either, as it displays the
   same permalink for all calendar entries.
 * Any ideas??

Viewing 1 replies (of 1 total)