404 on Read More
-
I’ve read through several similar posts, but I’m still running into issues.
Unfortunately, I cannot use the default permalink settings because the company wants the page names in the URL for other pages. The event URL names shouldn’t be an issue though.
I’ve tried this code:
function __ai1ec_custom_slug_name( $translations, $text, $domain ) { if ( AI1EC_PLUGIN_NAME !== $domain || 'ai1ec-event' !== $text ) { return $translations; } return 'event'; } add_filter( 'gettext', '__ai1ec_custom_slug_name', 10, 3 );Still no luck.
I’ve tried several custom permalink plugins, but they seem to break with the default WP permalink setting.
Any ideas on a workaround for this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘404 on Read More’ is closed to new replies.