Category: Wordpress

  • WordPress to Drupal 9 Migration.

    WordPress to Drupal 9 Migration.

    WordPress to Drupal9 migration is not an easy task. Because It has installed multiple modules, many of which were incompatible modules. The modules that must be installed are listed below. Check that you have Drupal 9 compatible modules installed. DRUSH is another program that you must have installed. Modules: Install and then enable modules. Composer […]

  • Send SMS when submitting Contact Form 7 in WordPress.

    Send SMS when submitting Contact Form 7 in WordPress.

    Contact Form 7 is one of the most popular plugins for creating and managing forms in WordPress. The plugin provides the provision for managing the fields. And it provides an option for sending the email notification to the given mail address. Sending an SMS notification when submitting the contact form 7 in WordPress is also […]

  • Drupal vs WordPress

    Drupal vs WordPress

    Drupal and WordPress are content management systems (CMS) to build and maintain websites. Although the two platforms have a lot in common, there are some significant differences between them. Drupal Drupal is a popular and powerful content management system. Complex websites are developed with the advanced functionalities of Drupal. WordPress WordPress, a popular user-friendly content […]

  • Why integrating BigQuery was a challenge? How we solved it.

    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, hence BigQuery API integration was not […]

  • Sub Category-wise listing of products in woo-commerce 3.6

    Sub Category-wise listing of products in woo-commerce 3.6

    If you want to list products subcategory-wise in woo-commerce, in WordPress then the default woo-commerce product listing should be overridden. The listing of products in subcategory-wide 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

    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

    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)

    How Contact Form submitted data into a table in WordPress(WPCF7)

    The code below shows when Contact Form 7 is submitted data is inserted into a table in WordPress. In function.php, place this code.

  • WordPress Website Performance Optimization

    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 […]