/placemarks/ name change
-
Hello,
I’m trying to change the name of the /placemark/ to /address/ using the exaple suggested here:
https://pastebin.com/ActzpkwX
I’ve added this code to my functions.php (did i need to add all the code?):public function modifyPostTypeParams( $params )
{
$params[ ‘rewrite’ ] = array( ‘slug’ => ‘address/%category%’, ‘with_front’ => false );return $params;
}
add_filter( ‘bgmp_post-type-params’, array( $this, ‘modifyPostTypeParams’ ) );Now my placemark links don’t work anymore (not with /placemarks/ or /address/). When I removed the above code from functions.php, the placemark links now start with ‘/bgmp/’.
Totally confused here, help needed.
https://www.ads-software.com/plugins/basic-google-maps-placemarks/
- The topic ‘/placemarks/ name change’ is closed to new replies.