Title: Missing sorting, search field
Last modified: August 2, 2020

---

# Missing sorting, search field

 *  Resolved [herslev](https://wordpress.org/support/users/herslev/)
 * (@herslev)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/missing-sorting-search-field/)
 * Hi 🙂
 * I managed to import an xlxs file and publish the thing with search box and all
   the trimmings on this page: kkoehler.dk/arkiv.
 * However, after having received an updated version of the file and imported it
   again, I haven’t been able to see the search and sorting functions: kkoehler.
   dk/test.
 * Can you help?
 * Best wishes,
    Christina
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmissing-sorting-search-field%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/missing-sorting-search-field/#post-13200935)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * The cause for this is broken HTML code for a link in row 24 (Tramp, Mike). There,
   in column 6, please replace
 *     ```
       <a href="https://www.youtube.com/watch?v=d365LM3eRCc"_blank"noopener noreferrer" target=">YouTube-video</a> (live)
       ```
   
 * with
 *     ```
       <a href="https://www.youtube.com/watch?v=d365LM3eRCc" target="_blank" rel="noopener noreferrer">YouTube-video</a> (live)
       ```
   
 * (Also, in row 26, column 6, please replace
 *     ```
       target="noopener noreferrer"
       ```
   
 * with
 *     ```
       target="_blank"
       ```
   
 * ).
 * Regards,
    Tobias
 *  Thread Starter [herslev](https://wordpress.org/support/users/herslev/)
 * (@herslev)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/missing-sorting-search-field/#post-13201068)
 * Wow, Tobias, that was fast and excellent help on a Sunday night.
 * Thank you so much!
 * Christina
 *  Thread Starter [herslev](https://wordpress.org/support/users/herslev/)
 * (@herslev)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/missing-sorting-search-field/#post-13201070)
 * Oops, forgot to mark as solved…
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/missing-sorting-search-field/#post-13202543)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

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

The topic ‘Missing sorting, search field’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [search box](https://wordpress.org/support/topic-tag/search-box/)
 * [sorting](https://wordpress.org/support/topic-tag/sorting/)

 * 4 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/missing-sorting-search-field/#post-13202543)
 * Status: resolved