Title: Utar's Replies | WordPress.org

---

# Utar

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Front-end Editor] Bug: Causes invalid HTML of post title](https://wordpress.org/support/topic/bug-causes-invalid-html-of-post-title/)
 *  [Utar](https://wordpress.org/support/users/utar/)
 * (@utar)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/bug-causes-invalid-html-of-post-title/#post-2099991)
 * I had the same issue with artiesteer templates
 * in content.php
 *     ```
       'title' => '<a href="' . get_permalink( $post->ID ) . '" rel="bookmark" title="' . get_the_title() . '">' . get_the_title() . '</a>',
       ```
   
 * i delete
    `title="' . get_the_title() . '"`
 * It works…
 * If you are using “auto thumb” in your template, open functions.php
    Look at this
   image [ Image  Usuń oba = delete both

Viewing 1 replies (of 1 total)