Info
- 11 posts
- 3 voices
- Started 2 years ago by softinfo
- Latest reply from softinfo
- This topic is not resolved
Remove user website link from topic
-
- Posted 2 years ago #
How to remove the user's website link which shows in topic page right above the member word?
I want to show the user website's link just in his/her profile page... no anywhere else...
thanks -
- Posted 2 years ago #
Edit
post.php@line 5 changingpost_author_link();intopost_author(); -
- Posted 2 years ago #
@ 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? -
- Posted 2 years ago #
Actually, I did not get profile link removed... Did you accidentally remove line 6 too?
-
- Posted 2 years ago #
pelle I just replace the post_author_link(); into post_author();
anything wrong? what should I do? -
- Posted 2 years ago #
I did nothing more, I'm sorry it does not work for you...
-
- Posted 2 years ago #
<p> <strong><?php post_author(); ?></strong><br /> <small><?php post_author_title_link(); ?></small> </p> -
- Posted 2 years ago #
@zaerl: yep, that's what I have in my
post.phptoo. -
- Posted 2 years ago #
It's for softinfo. Maybe he has changed something in the wrong way.
-
- Posted 2 years ago #
Sure, I was just confirming that.
Ciao!
-
- Posted 2 years ago #
@ zaerl, @ mr_pelle .. thanks
its now working fine :) -
You must log in to post.