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 below:- Step-01:-Take a full backup of the Magento1 store including all files, folders, and database. Step-02:-Clone the Magento1 database.Do not
Magento 2 Sales Promotion Pro extends default rule-based promotions of Magento 2 by adding new rules like FREE gift along with several shopping cart conditions as according the rules.. Magento 2 promotions have limited functionality.Therefore, such tools as Magento 2 Sales Promotion Pro are most useful among merchants.It helps to boost sales and loyalty with the power of discounts. Store owner can attract new customers and get more repeat business
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 Official link:-https://www.youtube.com/watch?v=7iqNTeZAq-c Doordarshan Live:-https://www.youtube.com/watch?v=2srV-bEi_DU Bureau India Link:-https://www.youtube.com/watch?v=lqQe7WsFVQg Hotstar Live:-https://www.hotstar.com/list/chandrayaan-2-on-hotstar/t-5964 Every Astronaut live:- https://www.youtube.com/watch?feature=youtu.be&v=aQyV2WGmvOs
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 blog, just scroll down in post editor and create or select a custom key called url1 or title_url or url_title
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 and the home page, a static meta description is used. Edit lines 3, 7 and 9 to define your own.
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) -ppassword(Database password)