Edit post.php
@line 5 changing post_author_link();
into post_author();
@ mr_pelle thanks, it works..
but I want to still display the profile link of user on the word “member”
it delete the both link ( website link from user plus profile link from member)
any idea?
Actually, I did not get profile link removed… Did you accidentally remove line 6 too?
pelle I just replace the post_author_link(); into post_author();
anything wrong? what should I do?
I did nothing more, I’m sorry it does not work for you…
<p>
<strong><?php post_author(); ?></strong><br />
<small><?php post_author_title_link(); ?></small>
</p>
@zaerl: yep, that’s what I have in my post.php
too.
It’s for softinfo. Maybe he has changed something in the wrong way.
Sure, I was just confirming that.
Ciao!
@ zaerl, @ mr_pelle .. thanks
its now working fine