Before starting this part, you may like to take a look on part 1. We are going to discuss some more important changes in this post. As HTML5 has been taking the top place of tomorrow’s world, it has a lots of flexibility. So, it’s your turn to use the resource that you have in… Continue reading HTML5: The Beautiful Butterfly! Part 2
Month: November 2013
Unique display name and nickname in wordpress
Hiya Folks! We know that display name and nickname are very useful option in wordpress. Some users want to show display name or nickname instead of username. But there is possibility to be the display name and username same for more than one users. It will create confusion in plugin like BuddyPress or Classifieds or… Continue reading Unique display name and nickname in wordpress
How to add login logout link in wordpress menu
We can add login and logout link using Appearance > Menus and then custom link. But then both links will be shown always, doesn’t matter if you are logged in or out. But if you want to use Login link only for visitors and logout link only for members, this little snippet will help you… Continue reading How to add login logout link in wordpress menu
HTML5: The Beautiful Butterfly! Part 1
HTML or Hypertext Markup Language is a formatting language that programmers and developers use to create documents on the Web. The latest edition HTML5 has enhanced features for programmers such as video, audio and canvas elements. You view a Web page written in HTML in a Web browser such as Internet Explorer, Mozilla Firefox or… Continue reading HTML5: The Beautiful Butterfly! Part 1
WordPress admin user search by name
When we search user from wordpress dashboard (Users > All Users) we can search with username and email address. But we can’t search with first name or last name or both. So, what if we want to use search by name? You can use the following code snippet for that. You can add those codes… Continue reading WordPress admin user search by name