Category: Wordpress
Why integrating BigQuery was a challenge? How we solved it.
Why integrating BigQuery was a challenge? BigQuery requires authentication and authorization of the data submitted using the client libraries supported by BigQuery API, which are C#, GO, Java, Node.js, PHP, Python, and Ruby. Engaging Networks used in the Acespace project allows us to edit HTML, CSS, and JavaScript only. Thus BigQuery API integration was not…
Sub Category-wise listing of products in woo-commerce 3.6
If you want to list products subcategory-wise in WooCommerce on WordPress, you should override the default WooCommerce product listing. The listing products in subcategory-wise in WooCommerce uses the archive-products.php file in plugin/woo-commerce/templates in woo-commerce. Now you have to override the archive-products.php file to your theme/woocommerce folder. If the WooCommerce folder is not present, create a…
WordPress SEO tips for URLs
Improving your WordPress site SEO is necessary to increase traffic to your site. If you want to increase the SEO value of your website here are some of the WordPress SEO tips for URLs that can be really helpful to you. Tips to increase WordPress SEO for URLs 1. Permalink Use the permalink for the…
Add fields to WordPress user profile
The following snippet will add fields to the WordPress user profile in your profile section. In this code, we provide two fields, Sales Partner and Address. You can add any number of fields. These fields are saved in a user profile. So need to create an extra table to store this data in WordPress. function…
How Contact Form submitted data into a table in WordPress(WPCF7)
The code below demonstrates how to insert data from a Contact Form 7 submission into a custom table in WordPress. This code should be placed in your theme’s functions.php file. First, ensure you have created a custom table in your WordPress database. Explanation of the Code: Additional Notes: This setup allows you to efficiently capture…
WordPress Website Performance Optimization
These days almost every business person has a website, there are many ways to make the websites attractive, content-rich, and responsive so that websites can be seen on different devices without any problem. There are many perfectly structured templates that anyone can make use of to get an attractive website. But after all their changes…