Magento2 version of the Magento transformed ecommerce platform with a brand new architectures, coding structures and database design.Magento1 support will end soon so best thing in the ecommerce development industry are focus on making Magento2 a successful ecommerce platform. Before starting Data Migration from Magento1 to Magento2 follow the recommendations…

Chandrayaan-2 is the most complex and prestigious that Isro has ever undertaken for India.It will take a India into the new height in Space Program in the World.If the mission successfully launched it will make India the fourth country after the US, USSR, and China to land on Moon. ISRO…

The first thing to do is open your functions.php file and paste in the following code:- Once that’s done,open index.php file and replace the standard code for printing titles. … with a call to our newly created print_post_title() function: Now, pointing one of in posts’ titles somewhere other than own…

WordPress does not use meta description tags by default in POSTS.To create meta description tags for individual posts in your wordpress website use the following Code. Ans:-Open your header.php file in wordpress. Then paste the following code anywhere within the <html> and</html> tags:- Note:- For category pages, tag pages, archives…

To Create database from local file by using terminal:- At first open terminal (CTRL + ALT + T) and then type this following code:- Example:- Here:- Username = admin Password = admin37 New database = new_db Database want to import = demo_db.sql as this format:- mysql -u user_name(username of database)…