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
Year: 2019
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)
Open terminal (CTRL + ALT + T) and then depending on action use this following code. To import database from local *.sql file by using terminal:- OR if you have a database username(as admin) and password(as admin137). Use this following code:-
97% of bloggers displays all of their posts the same way on their home page. Sure, WordPress has no built-in option to let we define how a post displayed.But wait: with custom fields,we can do it easily. Define how a post is displayed on our home page. Two values are possible: • Full post • Post excerpt only Once more, we’ll use a custom WordPress loop. Find the loop in