Display Domain Name

How would I display the domain name of the page I am at. Lets say it it http://www.eyeglasseshut.com/comfortable-prescription-eyeglasses.htm and I want to display desilva.biz. Exactly like that. No www, or http:// included. In fact, it is very use to let… Read moreDisplay Domain Name

Add WordPress Category Description

Usually wordpress category description does not show even we add each wordpress category description at WP Administration Panel. Any method to show category description? Yes! Follow me: Go to Appearance –> Editor, and click Category Template (category.php) .  Add <div><strong><?php single_cat_title(‘Currently browsing’); ?>… Read moreAdd WordPress Category Description

Install WordPress on IIS of dailyrazor.com

Edit web.config, the file is under the hosting of dailyrazor.com.  Add the following code to web.config: <?xml version=”1.0″?> <configuration> <system.web> <customErrors mode=”Off”/> </system.web> <system.webServer> <httpErrors errorMode=”Detailed” /> <rewrite>     <rules>         <rule name=”Main Rule” stopProcessing=”true”>             <match url=”.*” />            … Read moreInstall WordPress on IIS of dailyrazor.com