Title: gabortoth's Replies | WordPress.org

---

# gabortoth

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Canard] Duplicate DOM IDs in Canard](https://wordpress.org/support/topic/duplicate-dom-ids-in-canard/)
 *  Thread Starter [gabortoth](https://wordpress.org/support/users/gabortoth/)
 * (@gabortoth)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/duplicate-dom-ids-in-canard/#post-16135613)
 * Hm, okay, I realized it’s rather easy to do in the theme editor. If someone else
   faces the same issue, I resolved these by adding some parts to content-featured-
   post.php in the theme editor:
 * Instead of the original:
 *     ```
       <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
       <a class="post-thumbnail" href="<?php the_permalink(); ?>">
       ```
   
 * I used this:
 *     ```
       <article id="featured-post-<?php the_ID(); ?>" <?php post_class(); ?>>
       <a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-label="<?php the_title(); ?>">
       ```
   
    -  This reply was modified 3 years, 6 months ago by [gabortoth](https://wordpress.org/support/users/gabortoth/).
    -  This reply was modified 3 years, 6 months ago by [gabortoth](https://wordpress.org/support/users/gabortoth/).
    -  This reply was modified 3 years, 6 months ago by [gabortoth](https://wordpress.org/support/users/gabortoth/).
    -  This reply was modified 3 years, 6 months ago by [gabortoth](https://wordpress.org/support/users/gabortoth/).
    -  This reply was modified 3 years, 6 months ago by [gabortoth](https://wordpress.org/support/users/gabortoth/).

Viewing 1 replies (of 1 total)