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

Read More

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.

Read More