Author: ShairyPortfolio

  • What is Woo Commerce? -1

    What is Woo Commerce? -1

    WooCommerce is a free plugin and ideal approach to transform your WordPress site into a completely useful online business store. This permits clients to assemble an online business site without any preparation or add shopping basket usefulness to a current site. It’s free and open-source – very much like WordPress. You can set it up…

  • External File For WordPress -14

    External File For WordPress -14

    Learn Step by Step Code for Live WordPress Project Code Below are the some important code that you van directly use in the website Important Material to download` Class Wp Bootstrap Navwalker Advance Custom Field Pro Comments Function code and CSS

  • Custom Field in WordPress -13

    Custom Field in WordPress -13

    Custom fields, also known to as post meta or metadata. This feature allows users to add additional information when writing a post.by using template tags in their WordPress themes. For this we use get_filed () that accepts parameters to request and fetch data via parameters. This is easily available and download from WordPress plugin by…

  • Custom Post in WordPress -12

    Custom Post in WordPress -12

    Custom Post Type UI plugin is used to create custom post types and custom taxonomies. For this we use WP_Query class that accepts different parameters to request and fetch posts via those parameters. This is easily available and download from WordPress plugin by WebDevStudios. Example is given below for reference: Custom Query for Post <?php…