Export Permalink
-
Hi,
I want to export the permalink (customuri), but I do not see it in the list at wp all export plugin. How to activate this field?
-
Hi @city567,
If you are using the most recent version of Permalink Manager, to export the custom permalinks please select “Custom URI” field from the sidebar:
https://permalinkmanager.pro/docs/basics/third-party-plugins-themes-support/#wp-all-exportThanks for your reply. I am right now using 2.2.19.3 but still can’t see the permalink options at the export step in wp all export.
Could you check if “WP All Import support” option is turned on in Permalink Manager settings (“Third party plugins” section)?
I checked, but can’t see thath option. I am running wp all export pro 1.7.8.
This option should be displayed if WP All Import plugin is turned on.
Yes when wp all import is enabled, I see this option. But I want to export the permalinks, how can I do that?
Actually, this option should appear when either the WP All Import or WP All Export plugins are enabled, as it adds a “Custom URI” field to both plugins.
Please keep the WPAI plugin activated and activate this option. Even if you disable WP All Import later, this option should still function for WP All Export.
The upcoming plugin update will correct this settings display issue.
I activated both plugins, and checked it at third party plugins and it is active. But still when I want to export products, I can not see the Permalink Manager at the list.
Is there a way to do this custom like in the functions with a code?
-
This reply was modified 3 years, 9 months ago by
City567.
Hi @city567,
I have just double-checked it with WP All Import Pro turned on. It seems that the hook I used to add the new section to WPAI interface is available only in free version, but not in Pro variant. This problem will be also addressed in the next version of plugin.
Could you use the below code snippet as a temporary patch?
function pm_wpai_section() { global $permalink_manager; if(!empty($permalink_manager) && property_exists($permalink_manager, 'functions')) { add_filter('wp_all_export_available_sections', array($permalink_manager->functions['third-parties'], 'wpae_custom_uri_section'), 9); } } add_action('init', 'pm_wpai_section', 100);If you do not know how to add the PHP snippet to your website, please check out the below article:
https://permalinkmanager.pro/blog/how-to-add-php-snippet-to-wordpress-3-methods/Thanks. The permalink manager does now show on the export as a field, but if i check the preview, the URI is empty.
Could you remove the old instance of PM plugin and install development version with patch included?
Here is the download link:
https://downloads.wp.xz.cn/plugin/permalink-manager.2.2.19.3.1.zipI got PM pro plugin.
Ok, so please provide your license key here and I will send you back the download link for Permalink Manager Pro 2.2.19.3.1:
https://permalinkmanager.pro/contact/I sent you with email: [email protected]
I have just sent you the download link.
-
This reply was modified 3 years, 9 months ago by
Maciej Bis.
-
This reply was modified 3 years, 9 months ago by
The topic ‘Export Permalink’ is closed to new replies.