laoyingzhige
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] How to restrict block next post & previous post to same category?Great Beauty @zoonini Thank you very much 💐</img>
Your solution can use by shortcode block in the theme gutenberg editor.
but,I don’t hope to add more code in the function.php. Less is more, forgive me.
I am thinking…..
Can I change the block [next post] & [previous post] default parameter [$in_same_term = false] to [$in_same_term = true] ?
Like this:
add_filter( 'generate_post_navigation_args', function( $args ) { $args['in_same_term'] = true; return $args; } );So how to change the default parameter [$in_same_term = false] ?
Do you know?
Thanks.
Forum: Fixing WordPress
In reply to: How to restrict block next post&previous post to same category?I am using gutenberg default blocks [next post], [previous post] in the template.
At the same time, tracking the guest order,how can display the order name, address and other details at the same time?
Forum: Plugins
In reply to: [WooCommerce] Edit text within [woocommerce_order_tracking]For guest orders, they don’t enter email, only enter name and phone number. How to edit shortcode: Enter name and phone number to track order?
thank you❤️