Tag: Wordpress tutorials

  • Changing Password in WordPress

    It is really important that you should change your password immediately when you logged in your wordpress panel for this first time after fresh installation of your WordPress. To change your password, click admin link next to “Howdy” text message in upper right corner of your WordPress panel Or type yourblogaddress.com/wp-admin/profile.php in browser address bar.…

  • Overview of WordPress Admin panel

    After successful logged in your wordpress, you’ll see the wordpress dashboard. WordPress Dashboard includes Write, Manage, Design and Comments panel. Write Write panel where you can write new post, page and link (blogroll). Manage Manage panel where you can manage posts, pages, categories, Tags, Media, Importing posts from wordpress xml file or other blogging system.…

  • Installing WordPress on Windows

    In my last post, I explained how to install Apache, php and mysql on windows using Appserv. Now I’ll explain how to install wordpress. Download WordPress First, download the zip from wordpress Download page. http://www.wordpress.org/download/

  • Installing Appserv on Windows

    Installing Apache Web Server, php and MySQL individually on Windows is not easy task. Because it might takes long time time to make so many configurations to work well such as editing in .ini setting, httpd.conf and many services and extensions used by Apache, php and MySql.