fabioadmin
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: New Taxonomies and Default Post Category IssueIn fact, I just deleted all the terms of the default Category, but still, the URL shows the “camping” term. Very strange!
Forum: Developing with WordPress
In reply to: New Taxonomies and Default Post Category IssueI understand that @bcworkz
But I want to get the slug of my taxonomies on the URL, so I set up the permalinks as /%category%/%postname%/
Should I do differently?
Can you tell me how?
Thanks!Forum: Developing with WordPress
In reply to: New Taxonomies and Default Post Category IssueStrange, no!?
If I create a new Post Content Type (Articles) to work with this new custom-taxonomies, do you think I can resolve my problem?
Thanks!
Forum: Developing with WordPress
In reply to: New Taxonomies and Default Post Category IssueI just did that as you recommended with that code in the functions.php of my child theme.
// Delete Category Taxonomy function hipercortex_unregister_category() { unregister_taxonomy_for_object_type( 'category', 'post' ); } add_action( 'init', 'hipercortex_unregister_category' );In fact, the Category Taxonomy disappeared, but I’m still getting the same issue with the permalink.
I took 3 screenshots to show you better:
-> My new custom-taxonomy is called “Destinos” with countries as terms.
On the example, I show you that a post called “Valle Calchaqui” was assigned only to the term “Argentina” of the Destinos custom-taxonomy. But the permalink still shows the term of the deleted Category.Note: On the “Default Post Category” dropdown, still lists all the terms of the Category taxonomy. I even changed, but nothing happens to the permalink. I cleaned the cache and everything from my browser, and nothing.
Default Post Category
Assigning new taxonomy
Permalink doesn’t changeForum: Networking WordPress
In reply to: Is Multisite the RIGHT option for my case?Now I got it Joseph.
Thanks a lot for helping me!
Forum: Networking WordPress
In reply to: Is Multisite the RIGHT option for my case?Joseph, thanks for respond.
What you mean with
Yes you can set up a user to access both sites manuallyI have to manually set-up to grant users with acess across my network?
Anyone have more suggestions?
Forum: Plugins
In reply to: [GEO my WP] I do not understand how this worksNo.
Forum: Plugins
In reply to: [GEO my WP] I do not understand how this worksSo ninjew, I downloaded the plugin and did all configuration. I’m testing on my localhost.
The form of search appears, but when I put some address near to the examples locations I added, nothing happens.If you can help me I will be glad.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] custom post typesJustine, do you know how to use the plugin with custom taxonomies?
I really need to know!
Thanks a lot!!!
Fabio Bianchi