Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove user website link from topic


  • Pomy
    Participant

    @softinfo

    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

Viewing 10 replies - 1 through 10 (of 10 total)

  • mr_pelle
    Participant

    @mr_pelle

    Edit post.php @line 5 changing post_author_link(); into post_author();


    Pomy
    Participant

    @softinfo

    @ 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?


    mr_pelle
    Participant

    @mr_pelle

    Actually, I did not get profile link removed… Did you accidentally remove line 6 too?


    Pomy
    Participant

    @softinfo

    pelle I just replace the post_author_link(); into post_author();

    anything wrong? what should I do?


    mr_pelle
    Participant

    @mr_pelle

    I did nothing more, I’m sorry it does not work for you…


    zaerl
    Participant

    @zaerl

    <p>
    <strong><?php post_author(); ?></strong><br />
    <small><?php post_author_title_link(); ?></small>
    </p>


    mr_pelle
    Participant

    @mr_pelle

    @zaerl: yep, that’s what I have in my post.php too.


    zaerl
    Participant

    @zaerl

    It’s for softinfo. Maybe he has changed something in the wrong way.


    mr_pelle
    Participant

    @mr_pelle

    Sure, I was just confirming that.

    Ciao!


    Pomy
    Participant

    @softinfo

    @ zaerl, @ mr_pelle .. thanks

    its now working fine :)

Viewing 10 replies - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.
Skip to toolbar