• Resolved timbergski

    (@timbergski)


    Hi,

    By default, the “About” tab on the profile page just shows the Username. I’d like to show my own information about the user in my own format. How can I interpose my own code here?

    I could do it by unsetting the “about” tab and adding a tab of my own. But is there a way I could do this while making that new tab also be called “About”?

    I notice that one can add template files for tabs. The default installation has files “posts.php” & “comments.php”. Adding my own “about.php” had no effect.

    By the way, I will be adding my own tab. What is the difference between X.php and X-single.php?

    Many thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @timbergski

    Data in the about tab is coming for your profile form. If you want to add more data or change the data, you can simply edit your profile form.

    Regarding the templates, posts.php & comments.php are part of the posts tab and they are used for displaying data from posts and comments. So, just adding about.php will not make any changes to the about tab.

    Thread Starter timbergski

    (@timbergski)

    Thanks Aswin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding to information in “About” profile tab’ is closed to new replies.