Title: Repeated Html tabs
Last modified: August 21, 2016

---

# Repeated Html tabs

 *  [Rawan Rimawi](https://wordpress.org/support/users/rawan-rimawi/)
 * (@rawan-rimawi)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/repeated-html-tabs/)
 * Hi,
    I’m trying to add a tabbed navigation on my WordPress site using the following
   tutorial: [http://css-tricks.com/functional-css-tabs-revisited/](http://css-tricks.com/functional-css-tabs-revisited/)
   Basically, im using this code for the tabbed navigation:
 *     ```
       <div class="tabs">
   
          <div class="tab">
              <input type="radio" id="tab-1" name="tab-group-1" checked="checked">
              <label for="tab-1">معلومات إضافية</label>
              <div class="content">
                  content here
              </div>
          </div>
   
          <div class="tab">
              <input type="radio" id="tab-2" name="tab-group-1">
              <label for="tab-2">العروض</label>
   
              <div class="content">
                    content here
              </div>
          </div>
           <div class="tab">
              <input type="radio" id="tab-3" name="tab-group-1">
              <label for="tab-3">فعاليات</label>
              <div class="content">
                    content here
              </div>
          </div>
   
       </div>
       ```
   
 * All of my posts contains this tabbed navigation.
    At the search results page,
   all of the searched posts are displayed and all of them contains these tabs. 
   i have noticed that the tabs works only in the first post and does not work on
   the remaining posts. Any idea on how to fix it?
 * Thanks!

The topic ‘Repeated Html tabs’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [Rawan Rimawi](https://wordpress.org/support/users/rawan-rimawi/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/repeated-html-tabs/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
