duodesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can I override WP permalinks with custom external url in .htaccess ?Edit :
The solution of modifying the .htaccess does work, but the .htaccess file is overwritten by WordPress every time a update is made on a page / a page is created / or other modifications.So I had to write the custom URLs in another .htacess file, and put it in the parent folder (the same as /www). I’m not sure it’s a really good thing to do, but it works.
Thanks for your reply !
I just contacted you via the link you provided.
My other post types can be saved without problem.Thanks for your help !
Forum: Fixing WordPress
In reply to: Can I override WP permalinks with custom external url in .htaccess ?Hi Pioneer Web Design,
Thanks for your answer, its works !
I had already try to put my rules before the WordPress Permalink Rules, but I was using RewriteRule instead of RedirectMatch.Thanks again, have a great day !
Forum: Plugins
In reply to: [Custom Post Type UI] Feature requestsHi Michael,
Thanks for your awesome plugin !
I’m using it on a multilingual website with WPML and the WPML support noted somehting while helping me debug their breadcrumbs :In CPTUI > Add / Edit Post types > Edit Post types tab > Name_of_the_CPT, we needed the Has Archive parameter to be false. Even if it was, WPML still saw it as true.
We had to empty the field Slug just underneath (as long as there was something in it, the false parameter was ignored).WPML support suggested that I reported this, so here I am 🙂
Thanks and have a nice day !