Similar Posts
WooCommerce archive, and single product pages does not displaying the default layout
Hello guys, have you experience this issue on your current theme? WooCommerce archive, and single product pages does not displaying the default layout? Details show in one paragraph instead of grid? That means your current theme does not support Woocommerce and that’s what were going to do now. Just add the codes below and your…
Debugging My Mobile Menu WordPress Plugin – Part 4: Get Option returns 1 value instead of arrays.
Debugging My Mobile Menu WordPress Plugin – Part 4: Get Option returns 1 value instead of arrays. Code: get_option( ‘wdes_rmm_settings’ ) In this first part of my debugging series, I dive into the issues plaguing my mobile navigation menu. From unresponsive toggles to hidden elements, join me as I walk through my thought process, inspect…
How to get the parent product category ID, Name, etc in specific product?
How to get the parent product category ID, Name, etc in specific product? Just copy and paste the codes below.
Add sub-page using 1 page without adding another pages using add_rewrite_rule
Add sub-page using 1 page without adding another pages using add_rewrite_rule is very simple but clean strategy most specially if you have multiple sub-pages. Using add_rewrite_rule, your task is done. Please copy the codes to your functions.php. Example: I have this page, https://www.anthonypagaycarbon.com/parent/ and the page ID is 10. add_filter(‘query_vars’, ‘wdes_query_vars’); function wdes_query_vars($vars) { $vars[]…
How to hide Gravity Form field label?
How to hide Gravity Form field Label? I have 2 ways to solve the problem. Option 1: via CSS code. Option 2: via PHP code to be placed on your functions.php. Happy coding… 🙂
