All of you might know WordPress has a trash feature, just like Recycle bin in Windows PC, so whenever we delete something it goes into trash, if we want we can recover it later and if you don’t want to recover you can delete it permanently.
Category: WordPress
How to specify the Auto save Interval
WordPress has a really good feature of Auto save which automatically saves the post which is really beneficial in lots of cases, but sometime people complain that WordPress saves the posts too often and can create problems on heavy traffic websites, because it will require more resources.
How to remove the Website Field from Comment form
Today we will see How to remove the Website Field from Comment form. if we think properly their is no need for Website field in the comments form it is mostly used by Spammers to spam, and all of us hates our site to be spammed.
Before Starting a Blog
Blogs may serve any of a number of purposes, ranging from the outpouring of an individual’s deepest feelings, to being a platform for political opinions that the blogger may be afraid to voice in person. Blogs can also serve as a means for a company to get news of its product or service out to its customers. Whatever the reason for writing, certain basic elements of blogging have remained constant. Many of the necessary ingredients for a successful blog are the same as when blogging first became popular in the late 1990s.
Show Featured images in Feed
Well we always love subscribers those subscribe to our posts, but sometime we see that featured images cannot be viewed in the RSS Feed, well today we are going to show featured images in Feed, with a simple lines of code.
How to Detect Safari Browser on iOS
Well Safari browser is been used on many platforms, like MacBook, IPad, IPhone and etc. so how to check if the user is coming from IPhone or IPad and give him a different design or stylesheet, well that is pretty simple their is a variable in WordPress that allows us to detect whether the visitor is from the iPhone
How to add Favicon to your WordPress site
Today i m going to show how to add Favicon to your WordPress site, well nowadays each blog its own favicon as a part of branding its website, well adding a favicon is not that difficult, but still some people find it, so today we will make it easy for adding favicon in WordPress blog.
How to remove category from WordPress URL
when displaying Category URL in wordpress the wordpress adds the word ‘category’ in between the category and the site link eg : example.com/category/wordpress , has the word category is useless we can remove category word by simple trick.