Has this plugin been closed and no future support/updates available? If so, is there another plugin to transition to?
]]>Hello how do I get this plugin to use the primary category set in Rank Math in the URL fo posts? Sometimes it just selects a random category if the post has multiple categories assigneed.
Thanks
]]>I have updated the permalink structure for my blog posts but the permalinks are not regenerating unless I go into each post and click regenerate permalink. There are nearly 400 posts – is there a way to do this automatically? I tried “flush permalinks cache” but that did nothing. Please help. Thank you!
]]>With the Permalinks Customizer plugin, yoast seo redirects to sitemap.xml page to sitemap_index.xml page, as a result my sitemap.xml page cannot be read by google. Sitemap.xml works properly when the plugin is disabled. How can I fix this Problem
]]>Hello,
I got an issue regarding to duplicating a product. When i checked it to Permalinks Customizer the permalink doesn’t change even if i changed the duplicate still the original product has shown and also i duplicate the product twice and change the urls. but when i checked it the same urls and the product title is the same it also double in the list.
Please visit the link for the ss: https://staging.shoorexperiences.com/wp-content/uploads/2022/05/Screenshot-2022-05-16-225414.jpg
Thank you.
]]>I noticed pagination doesn’t seem to work for blog categories. I’m running newest version of wordpress and this plugin. I believe this issue may have been around for a while so not sure when it started. I’ve tried default themes to test as well.
]]>Hello,
I have a problem with this plug-in. Its creating a lot of redirects causing my WPML plug-in to not work properly. So I want to disable the redirecting.
I’ve tried adding add_filter( 'permalinks_customizer_disable_redirects', '__return_false');
to the fuctions.php, but this doesn’t work.
How do I disable this?
]]>Is it possible to download/export all the redirects generated by Permalinks Customizer? All I am able to do is see what is on each page – a maximum of 50.
]]>We’re attempting to use this to make two interlocking CPTs, which are updated through wp_insert_post()
and an API call.
Community CPT: <%ctax_states%>/<%ctax_cities%>/%postname%
Design CPT: <%ctax_states%>/<%ctax_cities%>/<%ctax_communities%>/%postname%
Note that the paths must be very similar for both to follow the existing site structure and SEO.
It looks like the redirects are forcing us to one page, and a very wrong page at that:
/fl/vero-beach/vero-lake-estates-32967/wilmington-60.html /northern-ky/ /fl/vero-beach/vero-lake-estates-32967/willow-32.html /northern-ky/ /fl/vero-beach/vero-lake-estates-32967/sierra.html /northern-ky/ /fl/vero-beach/vero-lake-estates-32967/sequoia.html /northern-ky/
We attempted the hooks to disable redirects, but they disabled all and essentially stopped the plugin from working. Any advice?
Example Community CPT register_post_type()
$args = array( 'label' => __( 'Community', 'twentythirteen' ), 'description' => __( 'Community page templates', 'twentythirteen' ), // UI Labels 'labels' => array( 'name' => _x( 'Community', 'Post Type General Name', 'twentythirteen' ), 'singular_name' => _x( 'Community', 'Post Type Singular Name', 'twentythirteen' ), 'menu_name' => __( 'Community', 'twentythirteen' ), 'parent_item_colon' => __( 'Parent Community', 'twentythirteen' ), 'all_items' => __( 'All Communities', 'twentythirteen' ), 'view_item' => __( 'View Community', 'twentythirteen' ), 'add_new_item' => __( 'Add New Community', 'twentythirteen' ), 'add_new' => __( 'Add New', 'twentythirteen' ), 'edit_item' => __( 'Edit Community', 'twentythirteen' ), 'update_item' => __( 'Update Community', 'twentythirteen' ), 'search_items' => __( 'Search Communities', 'twentythirteen' ), 'not_found' => __( 'Not Found', 'twentythirteen' ), 'not_found_in_trash' => __( 'Not found in Trash', 'twentythirteen' ), ), // Features this CPT supports in Post Editor 'supports' => array( 'title', 'editor', 'excerpt', 'author', 'thumbnail', 'comments', 'revisions', ), 'hierarchical' => false, 'public' => true, 'show_ui' => true, 'show_in_menu' => true, 'show_in_nav_menus' => true, 'show_in_admin_bar' => true, 'menu_position' => 5, 'can_export' => true, 'has_archive' => false, 'menu_icon' => 'dashicons-admin-multisite', 'exclude_from_search' => false, 'publicly_queryable' => true, 'capability_type' => 'post', 'taxonomies' => array('states', 'cities'), // 'rewrite' => false, 'rewrite' => array('slug' => 'community', 'with_front' => false), ); register_post_type( 'community', $args );]]>
Hello,
This is a great plugin as it allows us to clean up our urls, especially with woocommerce where it has so many base slugs.
Are the developers planning to keep this updated? I would pay if it would be continually updated, and I imagine a lot of people would as well because the plugin can be so crucial to a website.
Currently, I am getting the following error, I imagine due to the infrequent updates as of late.
Notice: register_rest_route was called incorrectly. The REST API route definition for permalinks-customizer/v1/get-permalink/(?P\d+) is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /www/mywebsite/public/wp-includes/functions.php on line 5229
Good day,
I have set a new Permalink for Category using your but when i set the post permalink to “%category%%postname%” in settings, it still uses the wordpress slug. Lets say i have category name MOVIE NEWS and COMIC NEWS then the slug is MOVIE-NEWS and COMIC-NEWS. The new permalink is Movie/News/ and comic/news/. I want every URL from posts that assigned to Movies news to look like site/movie/news/post-name and comic like site/comic/news/post-name and site/movie-news/post-name & site/comic-news/post-name.
Is there a way to do this using the plugin?
]]>I know I can set various permalinks using PC for posts, pages, etc. However, I don’t see anything about creating custom permalinks for authors. My client wants the structure for author archives to be blog/author instead of just author, which is the default. Is there a way to set that up using PC?
]]>hi,
is it possible to create a cron job, for “regenerate permalink” (the action in “group actions” in post list)?
Thank
Regards
I was trying to figure out why Permalinks Customizer was adding the wrong slug to my URL’s and instead whenever I try to delete or update a slug or anything in PC I get the following:
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/datacoral.com/public_html/wp-admin/includes/template.php:2526) in /home/customer/www/datacoral.com/public_html/wp-content/plugins/permalinks-customizer/admin/class-permalinks-customizer-posttypes-settings.php on line 53
Any idea why this is happening? I know the plugin has not been update in over six months and there’s been a major WP update during that time
]]>Conflict with elementor, Preview Could Not Be Loaded’ Error.
]]>Hello,
Great plugin. However, I’m having a problem where pages are still redirecting despite me deleting these redirects from Permalinks Customizer>Redirects.
For example, /widgets/blue-widgets/ is redirecting to /blue-widgets/ despite this redirect being removed.
In another case, an accidental redirect I made to a misspelled url; aka from /blue-widgets/ to /blue-widgetss/ (now a 404 page) is redirecting despite me deleting this rule from the redirect section.
Are redirects supposed to be left behind even when deleted? Please advise.
]]>I have to manually remove them all before publishing the page which creates a redirect.
]]>Hi
I have a CPT “Product” and custom permalink like this:<%ctax_product_category%>/%postname%
I have product category taxonomy hierarchy eg
Beauty => slug = beauty
– Women => slug = beauty-women
I have set a custom permalink for the “Women” taxonomy therefore as /beauty/women/
But if I set the taxonomy to Women for the Product, the custom permalink for it outputs the URL using the original slugs of the product_category
taxonomy eg
/beauty/beauty-women/product-name/
rather than
/beauty/women/product-name/
is there a way I can use <%ctax_product_category%> to pick up the correct custom permalink for it?
basically I am trying to use a custom permalink within a custom permalink
thanks
J
Just so it is domain.com/phone instead of domain.com/tags/phone
Yoast does this but for categories only
]]>I can’t search in redirect panel. I see something like this: admin/class-permalinks-customizer-redirects.php on line 119
]]>I’m actually trying to remove using this plugin on our site as it is no longer necessary.
The issue we are having is that whenever a post or page was created, but the permalink was adjusted to be different from the title of the post/page, when we deactivate the plugin the permalinks revert back to their original title-like permalink.
When posts/pages had changes to their permalinks, is this data being saved to the wp_permalinks_customizer_redirects table in the database? I’m trying to find a way to either redirect these posts/pages or even better if the changed/custom permalinks would stay in place once the plugin is deactivated.
]]>Hi, I am having a few issues since updating both your plugin and WP core.
I am using Permalinks Customizer 2.8.0 and WordPress 5.4.1
When I go to Flush the permalink cache I get this error;
Warning: Cannot modify header information – headers already sent by (output started at C:\xampp\htdocs\###.co.uk\wp-includes\formatting.php:5716) in C:\xampp\htdocs\###.co.uk\wp-content\plugins\permalinks-customizer\admin\class-permalinks-customizer-posttypes-settings.php on line 53
Also, I cannot sort any more e.g. Redirect from or Redirect to
Thanks
]]>WordPress automatically updated. This caused a significant amount (around 1000) post slugs to be changed to the same as a post that is in draft status.
When I regenerate the permalinks it works okay but then reverts back automatically.
I could very much use some quick help!
EDIT: Actually, doesn’t seem to be related to an update with the plugin itself (though I thought there was one pending yesterday), perhaps an incompatibility with the current version of WP?
]]>Hello,
we are trying to speed up our site because it’s sometimes quite slow even on our dedicated expensive server. We have usually around 100 visitors at the same time on our site. And using Query monitor we just found out that permalink is just taking a LONG time to process the query. We have around 10k posts. Take a look at it https://imgur.com/a/B4l79Uw
We don’t need this plugin anymore for a long time but at the beginning when moving to wordpress, we used it a lot to make redirects for our old URLs. So we have maybe 2k links redirected and 8k are just fine.
Is there a way of not running it if it’s not necessary or to speed it up or some other solution?
Edit: If I go to PostTypes Permalinks then there are 94k items in the list and getting more every day. Most of them are Media…
Thank you!
]]>Hi,
Suddenly a lot of permalinks of my products changed to the url of a different product: https://chasecollectibles.nl/funko/pocket-pops/keychains/izuku-midoriya-mask/
It’s a very big problem because people will end up on the wrong page and won’t buy the products. please fix this.
Hi,
The plugin is working fine for me apart from when I am trying to create sub-category and child pages. It returns the too many redirects error.
When the plugin is deactivated the page is accessible, is there something I am doing wrong? I am using the plugin with Divi.
Thanks
Tom
Hi, I already wrote it on GitHub but maybe it’s better here. This is in our php error log:
Warning: Use of undefined constant redirect_to – assumed ‘redirect_to’ (this will throw an Error in a future version of PHP) in /home/xxx/public_html/wp-content/plugins/permalinks-customizer/frontend/class-permalinks-customizer-form.php on line 1449
Best,
K.
Hello! I have 2 categories
category1 and /en/category2 created with Polylang. Want same permalinks for default language and english language
Ex:
category1
/en/category1
So when I change /en/category2 to /en/category1 get 404 error
]]>Deprecated: Array and string offset access syntax with curly braces is deprecated in /wp-content/plugins/permalinks-customizer/frontend/class-permalinks-customizer-frontend.php on line 665
]]>Hi Aliya,
Hi Sami,
I ran into a problem with your plugin. It seems, you are using global variables in your functions, this leads to the problem, that all posts end up with the same slug, when one’s editing them in bulk mode or within a query programmatically.
It tooks the slug of the first page inside this query and then adds it to all further posts, so all previous slugs got replaced by the same one.
Can you replicate my issue? Is there any way to handle it different, without these variables?
When you’re saving data in $_REQUEST (global), it won’t get resetted on the next post edit. We’ve solved that with a workaround so far:
foreach($_REQUEST as $key => $val) {
if(preg_match("/^permalinks_customizer/", $key)) {
unset($_REQUEST[$key]);
}
}
Maybe this helps you, to understand the problem better. It would be great, to solve this issue inside the plugin itself, because it also happens when one’s for example switching the post type of some posts with the post type switcher plugin, which is very common.
]]>