Category Archives: WP Tutorials
Disabling sortable functionality for product attributes at Dashboard
I tried this PHP snippet and added into the functions.php file of my active theme. add_action( 'admin_footer', [...]
Edits the Add To Cart text on Single Product Page
How do you customize the default “Add to cart” text on single product page? You can easily [...]
Adds Custom Text after Product Price
Price value is printing on shop, category and single product page via get_price_html() function. get_price_html() is a method of WC_Product_Variable [...]
Creates Portfolio Custom Post Type in Beaver Builder Theme
How do you add a custom post type in your Beaver Builder theme without any [...]
Adds Custom CSS Class into WP Fluent Forms Markup
Are you trying to add the custom CSS class into WP Fluent Form’s <form> HTML markup? You [...]
How to you overwrite the Beaver Builder modules from Theme
We already knew that we can overwrite the existing Settings Form fields and frontend.php file of a module via [...]
