Title: MNS's Replies | WordPress.org

---

# MNS

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Rich Text Widget] Problem with moving site](https://wordpress.org/support/topic/plugin-rich-text-widget-problem-with-moving-site/)
 *  [MNS](https://wordpress.org/support/users/mns/)
 * (@mns)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-rich-text-widget-problem-with-moving-site/#post-1449888)
 * My site is larger and has the same problem. 🙁 Anyone here who came up with a
   solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [GET Variables in WordPress](https://wordpress.org/support/topic/get-variables-in-wordpress/)
 *  Thread Starter [MNS](https://wordpress.org/support/users/mns/)
 * (@mns)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/get-variables-in-wordpress/#post-1726398)
 * Ehm, OK. After about 5 minutes now, it suddenly worked. Guess it has been a caching
   problem. Still weird.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [GET Variables in WordPress](https://wordpress.org/support/topic/get-variables-in-wordpress/)
 *  Thread Starter [MNS](https://wordpress.org/support/users/mns/)
 * (@mns)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/get-variables-in-wordpress/#post-1726395)
 * OK, I did some research and I came to some results. I use the get_term_link function
   to create the link I need. It works actually prefect as long as don’t use permalinks.
   It creates the following link without permalinks:
 * [http://www.example.com/?projectcategory=music](http://www.example.com/?projectcategory=music)
 * It directs to the template file taxonomy.php and I can read the value projectcategory(
   in this case it’s music) with get_query_var. That’s all I want as I can now filter
   all posts for this term.
 * BUT, when I now switch back to one of the permalink structures the link transforms
   into the following:
 * [http://www.example.com/projectkategory/music/](http://www.example.com/projectkategory/music/)
 * Looks nice but unfortunately now the link doesn’t direct to my taxonomy.php template
   file BUT to my index.php. Can someone explain this to me?
 * Thanks,
    Marvin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Attachments] [Plugin: Attachments] JavaScript Error](https://wordpress.org/support/topic/plugin-attachments-javascript-error/)
 *  Thread Starter [MNS](https://wordpress.org/support/users/mns/)
 * (@mns)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-attachments-javascript-error/#post-1714925)
 * Ah, I got it. How could I not see that. One of my Custom Post Types included 
   the jQuery UI Datepicker Script. Instead of just integrating it in the admin 
   head of the specific post type I’ve included it into all admin pages. When I 
   comment this code out, everything works like a charm again.
 * Sorry for the troubles and thanks for your efforts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Attachments] [Plugin: Attachments] JavaScript Error](https://wordpress.org/support/topic/plugin-attachments-javascript-error/)
 *  Thread Starter [MNS](https://wordpress.org/support/users/mns/)
 * (@mns)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-attachments-javascript-error/#post-1714826)
 * Yep, it does.
 * EDIT: For clarification. I use them within Custom Posts. Some of them include
   some custom Ajax functionality. Still when I comment these out it changes nothing.
   I also use it in a Custom Post without any custom JavaScript and the error appears.
   And JUST in the post types where the Attachments Plugin is assigned to and JUST
   when I have added an item via Attachments. As long as I didn’t attach any file
   there is no problem.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Deactivating Custom Taxonomy selection in post.php and post-new.php](https://wordpress.org/support/topic/deactivating-custom-taxonomy-selection-in-postphp-and-post-newphp/)
 *  Thread Starter [MNS](https://wordpress.org/support/users/mns/)
 * (@mns)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/deactivating-custom-taxonomy-selection-in-postphp-and-post-newphp/#post-1706579)
 * OK, that was pretty simple. I just used [remove_meta_box](http://codex.wordpress.org/Function_Reference/remove_meta_box).

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