Category Archives: WP Tutorials
Adding Content Before Your Posts On The Blog Page Only
The easiest way to add text, HTML and images on your blog page before your [...]
WordPress 5.7 Bootstrap 5.0 pagination (with custom WP_Query() and global $wp_query support)
/** * @param WP_Query|null $wp_query * @param bool $echo * @param array $params * * [...]
Woocommerce: use non-variation attributes from frontend
Woocommerce: use non-variation attributes from frontend – allow customers to select term (option) from non-variation [...]
Add bootstrap 4.4 styling to Woocommerce checkout shipping and billing form
/** * Edit checkout form inputs * source: https://gist.github.com/nickkuijpers/5d07ecf9b0a0678b4f4c */ add_filter('woocommerce_checkout_fields', 'addBootstrapToCheckoutFields' ); /** * [...]
NavWalker with Bootstrap 4.4 collapse with correct parent “.collapsed” class and “.active” classes
/** * Class Name: Bootstrap_Collapse_NavWalker * GitHub URI: https://gist.github.com/mtx-z/db34d68364108c0285e6e3e721630846 * Description: A custom WordPress 5.3 [...]
Edit product loop thumbnail template
/** * Edit default Woocommerce product loop thumbnail template * As there is no dedicated [...]
