Posts

Showing posts from April, 2020

What is slug in wordpress?

Image
What is slug in wordpress? A slug is a few words which comes after your domain name. slugs are usually a URL friendly version of the post( Where has been automatically generated by wordpress ), but a slug can be anything you like, slug are meant to be used with permalink as they help describe what the content in the URL is For e.g.: www.example.com/what-is-slug-in-wordpress/ If you add a wordpress post wordpress automatically generates the slug based on your permalinks settings. You can go to Settings -> permalinks and change how slugs are generated. Wordpress sets the slugs are automatically, but its not important to leave it like that because the automatically generated slugs are not perfect or friendly but search engines and humans. The wordpress already created rules to write the slug. the wordpress understand the slug and automatically change the spaces with dashes and allowed only lowercase letters. How to set your post slug? You can set your post's slug w...