You mean you changed the permalink? What version of the plugin are you using
Hi kirana0207,
The permalink setting only affects the business pages, to change the url of the directory, you need to click the (edit) link next to the link in the Settings, or simply find this page in Pages menu and change it there (just above the title).
Best,
CM Plugins
tgd
(@terrydaisydesignsca)
This issue is still unresolved. I installed this plugin today and came across the exact same problem. The setting for the directory URL in the plugin settings admin shows the correct URL (http://www.example.com/business-directory/), but the back links in the business posts still show the slug from when the plugin was activated and that page created by the plugin (http://www.example.com/cm-business-directory/). Dumping the browser cache has no effect, and there’s no caching active on the site at this time. Sorry I had to deactivate the plugin for this reason. The plugin does assign the slug but doesn’t seem to be able to override it in the admin.
/**
* Define Plugin Slug name
*
* @since 1.0
*/
if ( !defined( 'CMBD_SLUG_NAME' ) ) {
define( 'CMBD_SLUG_NAME', 'cm-business-directory' );
}
Hi tgd,
As mentioned previously, there are two different things:
– permalink/slug of the cm-business-directory-pages
– the permalink of the Business Index Page
Best,
CM Plugins