To add tabs in WordPress, first create the tab titles with the buttons block, then create the contents of each tab and group them, and finally, paste the code in the third step in a custom HTML block and publish the page.
To create an advanced table in Wordpress, first copy the data from Excel or a Google Sheet and paste it into the Custom HTML block. Then copy the code in the third step of the functions.php file, and finally add the [redtable] shortcode to the page.
To add a "Back to top" button in Wordpress, just copy the code in step one into the functions.php file. Now, if you want, you can insert a custom icon instead of the default one for the back to top button into the code.
To configure SMTP email on WordPress, first create a new email in the site's cPanel. Then copy the code from step three into the functions.php file. Now enter the email profile you just created in the code and save the file.
To add WhatsApp chat to WordPress, first copy the following code into the functions.php file: Now, enter the site support WhatsApp number into the code, enter your desired welcome message, and update the file.
To create popups in WordPress, first copy the following code into the functions.php file: Then change the type of pop-up, the featured image, and the text of the pop-up to your liking, and finally specify on which pages of your site the pop-up should be displayed.
PLUS+To add post and product carousels in Wordpress, first copy the following code into the functions.php file: Then go to your desired page and add your list of posts with the Query Loop block, and finally add the [carousel] shortcode to your page.
PLUS+To add a slider image in WordPress, first copy the following code into the functions.php file. Then go to the desired page and design your slides with the Cover block, and finally add the [slider] shortcode to the page.
To duplicate pages in WordPress, first copy the following code into the functions.php file and update the file. Now, if you go to the pages section in the WordPress dashboard, you will see the duplicate button next to each page.