Posts related to tag: author


How to check if user is logged-in or not in WordPress

In WordPress, we can use the is_user_logged_in() function to identify whether a current user is logged in or not. is_user_logged_in() […] Continue reading »

How to get author details in WordPress

In WordPress, we can use the get_the_author_meta(string $field) function to retrieve the author’s details stored in the database object. get_the_author_meta() […] Continue reading »

How to change default Author and Committer in Eclipse Git plugin?

In Eclipse IDE, most probably the default author and committer name for Git plugin is your computer name as shown […] Continue reading »