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