$_POST sometimes empty even though isn’t when using edited_[taxonomy] hook
$_POST sometimes empty even though isn’t when using edited_[taxonomy] hook
$_POST sometimes empty even though isn’t when using edited_[taxonomy] hook
wp_insert_term doesn’t want to enter its data into custom taxonomy
Use a plugin like this to override the permalink structures on each post, post type or any other entry: https://wordpress.org/plugins/permalink-manager/
Query Two Different Taxonomies Nested
How do I converge taxonomy category permalinks into one?
@Gil, your solution in comment seems to be excellent! I just modified a small part to be sure not to have a PHP warning on execution. $w_year = $_GET[‘w_year’]; $catid = ”; $taxonomies = get_taxonomies(); foreach ( $taxonomies as $taxonomy ) { if ( $term_object = get_term_by( ‘slug’, $w_year , $taxonomy ) ) { if … Read more
Answer would be: <link href=”https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css” rel=”stylesheet” /> <script src=”https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js”></script> <div id=”product_attributes” class=”panel wc-metaboxes-wrapper hidden”> <div class=”toolbar toolbar-top”> <span class=”expand-close”> <a href=”#” class=”expand_all”><?php esc_html_e( ‘Expand’, ‘woocommerce’ ); ?></a> / <a href=”#” class=”close_all”><?php esc_html_e( ‘Close’, ‘woocommerce’ ); ?></a> </span> <select name=”attribute_taxonomy” class=”attribute_taxonomy js-ao-select-options”> <option value=””><?php esc_html_e( ‘Custom product attribute’, ‘woocommerce’ ); ?></option> <?php global $wc_product_attributes; $attribute_taxonomies = … Read more
Solved by myself!! JetSmartFilter/Settings/Indexer Settings “active” Indexed filters at same page “choose” Index Post Types. Next go to your “page” editing with Elementor choose select field/ configure Jet Engine and link your hierarchical filter/ and after this the most important: inside “Select Field Edit” go to “INDEXER OPTIONS” / “active” apply indexer / if item … Read more
how can send a parameter by click on gender-link to filter a post by gender and product taxo
Rewrite slug for WP core taxonomies