Category: Wordpress

  • How To Use AJAX In WordPress

    Want to do something without even reloading the page on wordpress ? Use WP Ajax. Using WP Ajax, You can do stuff asynchronously like Add to Cart, Refresh Fragments, Change Quantity of Products, Load more posts and many more. How to create Ajax Calls in WordPress ? 1. Create Ajax Actions on WordPress. Example: Woocoommerce…

  • Add/Create Shortcode with Arguments

    Shortcodes are pretty useful in wordpress to show static/dynamic custom content according to your needs. You can use shortcodes to show dynamic content like Posts, Categories, Products, etc. Many WordPress plugins and themes use shortcodes to add specialized content like contact forms, image galleries, sliders, and many more. If you’re thinking to learn WordPress backend,…