#1273 – Unknown collation: ‘utf8_general_ci’
Some time we get the error #1273 – Unknown collation: ‘utf8_general_ci’ when we import the database on different server. This issue occurred due to difference...
Error (near “ON” at position 25) while importing Table for WORDPRESS
Some time When we import the large database file then shows the errors
...
how to extract .wpress file ?
How to extract wpress file ? Here is simple process to open the wpress file....
How to create Meta Box for custom post type
WordPress Meta Box for custom post type Some time we needed the custom meta box to add the extra fields with custom post type, There...
Call to undefined function create_function
Call to undefined function create_function, Some time when we upgrade the PHP with PHP 8 then getting the error....
How to Remove AMP for WordPress Website ?
Disabling and Remove the AMP Plugin First step Deactivate the AMP plugin and Remove the AMP plugin from plugin list. Setting Up Redirects Remove the...
Unknown collation: ‘utf8_general_ci’
“Unknown collation: ‘utf8_general_ci’”. This issues occurs if you’re attempting to migrate from MySQL version 5.5.3+ to an older database. The utf8 is new encoding type...
How to add custom shortcodes to the visual composer using theme functions.php
Add the custom shortcodes in theme’s file ( functions.php) for visual composer. WordPress getting one of the user friendly CMS with admin controls which allows...
Top 5 wordpress security plugins
WordPress is the most popular blogging platform in the world. Millions of websites are using WordPress as a content publishing platform. WordPress is a secure...
How to prevent Google Translator to translate the specific keyword
To stop translating the specific keyword we will use special css class named class=“notranslate”
as follows -
<span class= “notranslate”>SPECIFIC KEYWORD</span>...
{“result”:”success”,”redirect”:false} Woocommerce German Market
When I send a purchase order at checkout page then below message is showing but when I press again the button then showing again same...
How to Create Custom Widget in WordPress ?
Generally plugins are used in order to create a custom widget in Wordpress and it can be used and viewed after its activation on the...