comment author – first name last name or guest name
-
hi there,
i’m wondering if anyone fancies sharing a snippet with me that allows me to show the comment author first name & last name. something like:
if – there’s a First Name & Last Name for logged in author show that
else?– show their nickname
else – they are a guest so show the name they put into the comment form.<?php comment_author(); ?>
doesn’t cut it.
I’m using a custom walker to list comments – similar to / based on the one here:
codex – wp_list_comments
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘comment author – first name last name or guest name’ is closed to new replies.