Tag: Wordpress

  • Adding class in li under WordPress Navigation Menus

    In WordPress, you can generate menus by using wp_nav_menu function. It will show the menus you set in admin. Here is the example of menus in html version. <ul id=”menu-header-menu” class=”menu”> <li class=”wordpress generated classes”> <a href=”#”>Menu Name</a> </li> <li class=”wordpress generated classes”> <a href=”#”>Menu has sub menu</a> <ul class=’sub-menu’> <li class=”wordpress generated classes”> <a href=”#”>sub…

  • WpWorldMap

    How cool when you look up Google map to see if there are any wordpress fans near your location? The site is called WpWorldMap. It used Google map with draggable windows that contains name and your information like First Name, Last name, .. and your role like User or Developer, etc. and leave your marker…

  • Google Blog Converter

    Data Liberation Team from Google released Google Blog Converters in Google Open source project. Google Blog Converters allows you to convert between export formats of Blogger, WordPress, LiveJournal and Movable Type. Library and scripts are written in Python language and following sample are hosted on Google App Engine. Blogger to WordPress WordPress to Blogger LiveJournal…

  • Upgraded to WordPress 2.5 and How to

    I really wanted to use new wordpress 2.5 version for this site since I’ve been testing RC1 release in my local. Because of new database changes, new refreshed admin panel, improved post editor (image uploading, gallery and full screen editing, etc.), ability to upgrade plugin automatically and much more in WordPress 2.5. Today, I just…

  • WordPress 2.5 is officially released

    WordPress 2.5 is officially released. You can download it from WordPress.Org. WordPress.Org site has been changed to new look too!