Forum Replies Created
-
AuthorPosts
-
Hi,
That’s what I did, but the Google Maps JavaScript API warning remains
Hi Billy
yes I saw the modification of the function.php file in the child theme.
But if you have also made a change in the main theme I would like to know, also because when there is an update of the theme, I risk losing this change and come back here to ask for assistance 🙂
Thanks
MauP.S. 5 stars for sure!
Hi
thank you very much!!
Just to understand: the only change you made is to insert that snippet in the child theme’s function.php file?
This reply has been marked as private.Hi
can you help me a little more?
I added these 3 snippets to functions.php from this guide. I added this snippet to make hierarchical URLs:
register_taxonomy('genre',array('book'), array( 'hierarchical' => true, // this makes it hierarchical in the UI 'labels' => $labels, 'show_ui' => true, 'query_var' => true, 'rewrite' => array( 'hierarchical' => true ), // this makes hierarchical URLs ));
but I can’t get it, I only want this for Destinations. Maybe I’m wrong where to put basename /% taxonomy_name% (custom post type slug)
-
AuthorPosts