Skip to content
pktechnology
  • Home
  • Buy Handmade Scripts
  • Courses
    • PHP & Its Framework
      • PHP
      • PHP OOPs
      • PHP Projects
      • Codeigniter
      • Laravel
      • Laravel mix with react js
      • Laravel Mix with Vue
    • Js & Its Frameworks With Libraries
      • Javascript
      • Jquery
      • Jquery UI
      • Node js
      • Express js
      • Vue js
      • React js
      • Angular
    • WordPress Development
      • WordPress Backend Development
      • WordPress Plugin Development
      • WordPress Theme Development
    • Firebase
    • Mobile Apps
      • Android Studio
      • Android Studio Projects
      • Dart
      • Flutter
      • Flutter Projetcs
      • Ionic
      • React Native
    • Python Technology
      • Python
      • Python Projects
      • Django
      • Django Projects
    • English
  • Toggle website search
Search this website

Monthly Archives: May 2025

  1. Home>
  2. 2025>
  3. May
Wordpress Plugin Development

Some special wordpress functions

  # Display data according to page if (is_page('about')) { // or is_page(42) for ID echo '<p>This is the About page.</p>'; } # Display posts with pagination $paged = (get_query_var('paged'))…

0 Comments
May 21, 2025
Wordpress Plugin Development

Add custom field in product category and product page in woocommerce

  https://wordpress.org/plugins/woo-custom-product-addons/  

0 Comments
May 18, 2025
CSS / Jquery

Attribute selector using css and jquery

  [data-plugin~="woocommerce/woocommerce.php"] { display:none; } $('[data-plugin~="woocommerce/woocommerce.php"]').click(function(){ alert('hi'); });

0 Comments
May 16, 2025
Uncategorized

Scale in css

  .box { transition: transform 0.3s ease-in-out; } .box:hover { transform: scale(1.2); }

0 Comments
May 9, 2025
Wordpress Plugin Development

How to get woocommerce product

  WooCommerce marks a product as "featured" using a custom taxonomy (product_visibility) with the term featured $args = array( 'post_type' => 'product', 'posts_per_page' => 10, 'tax_query' => array( array( 'taxonomy'…

0 Comments
May 7, 2025

Recent Posts

  • Responsive table using html and css
  • Some special wordpress functions
  • Add custom field in product category and product page in woocommerce
  • Attribute selector using css and jquery
  • Scale in css

Whatsapp Us

+919691782208

Visit Us

Raipur Chhattisagarh

Email Direct

wordpress12389@gmail.com

Copyright 2025 - pktechnology.in
Close Menu
Close Menu
  • Home
  • Buy Handmade Scripts
  • Courses
    • PHP & Its Framework
      • PHP
      • PHP OOPs
      • PHP Projects
      • Codeigniter
      • Laravel
      • Laravel mix with react js
      • Laravel Mix with Vue
    • Js & Its Frameworks With Libraries
      • Javascript
      • Jquery
      • Jquery UI
      • Node js
      • Express js
      • Vue js
      • React js
      • Angular
    • WordPress Development
      • WordPress Backend Development
      • WordPress Plugin Development
      • WordPress Theme Development
    • Firebase
    • Mobile Apps
      • Android Studio
      • Android Studio Projects
      • Dart
      • Flutter
      • Flutter Projetcs
      • Ionic
      • React Native
    • Python Technology
      • Python
      • Python Projects
      • Django
      • Django Projects
    • English
  • Toggle website search