Skip to main content

Posts

Showing posts with the label WordPress

Remove Category from WordPress Website URL

Search Engine Optimization or sometime some other website and blog requirement to remove category from WordPress website URL. The purpose of writing this tutorial is that I also need this for this blog as some times Post URLs becomes extra ordinary long which neither search engines like nor me and never ever any SEO Professional. It is quite easy, if you have only this requirement, because WordPress CMS, which is off course a powerful CMS, provide this functionality without any extra ordinary WordPress development requirements. It’s really straight forward as under to remove category from WordPress. In this example, I have a URL before like this: http://rizwanranjha.com/category/wordpress and I need to remove category from this URL and need to create a URL like this: http://rizwanranjha.com/wordpress , let’s do this as under; Remove category from WordPress website URL To remove category from WordPress website URL, you need to login on your WordPress website and on Dashboard, just...

Remove Trailing Slash in WordPress

WordPress Administration is a versatile experience and it gives you some extra level flexibility to manage WordPress and consider the power of Open Source Content management system (CMS). I am going to remove trailing slash in WordPress with possible techniques. I am a lazy System Administrator and I always choose, the easy method to adopt but it’s up to your super genius’s nature that you adopt the easiest solution or go for the some extra efforts. Suppose we have a WordPress URL like this: http://rizwanranjha.com/wordpress/ and we want to remove the trailing slash (aka - last slash) or / from the URL to make it more clean and to perfect your SEO efforts for your blog. Remove Trailing Slash in WordPress Removing Trailing slash in WordPress Dashboard, it is already quite easy and you simply need to do this Login on your WordPress Admin with your Administration Account. In Dashboard Section , Click on the Settings Menu. Click on Permalink under Settings Menu and this will...