an
groups-icon

Author page

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Rob Abrahams
    0 points
    Beginner

    Hello.

    Is it possible to display the costum fields the user has filled in on the my-account page, on the author page?

    In the author page there is this code and i know it has something to do with that

    <?php

    // DISPLAY USER DESCRIPTION
    $dee = get_the_author_meta( ‘description’, $authorID); if(strlen($dee) > 1){ ?>
    <hr />
    <div class=”well”>
    <?php echo wpautop($dee); ?>
    </div>
    <?php } ?>

    </div>

    </div>

    Is it possible to change;

    $dee = get_the_author_meta( ‘description’, $authorID); if(strlen($dee) > 1){

    To something else for example;

    $cos = get_the_author_meta( ‘costumfields’, $authorID); if(strlen($cos) > 1){

    Thanks in advance

    February 25, 2014 at 7:58 am
  • Mark Fail
    11,848 points
    Platinum User
    Bronze User Silver User Gold User Platinum User Helpful Award Fast Responder Thank You Coffee Villian Award Video Testimonial
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    February 25, 2014 at 8:30 am
  • Malgorzata Szalata
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    February 25, 2014 at 1:24 pm
  • Rob Abrahams
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    February 25, 2014 at 5:12 pm
  • Malgorzata Szalata
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    February 25, 2014 at 8:57 pm
  • Christopher Giles
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    March 3, 2014 at 12:04 pm
  • Matt Park
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 27, 2014 at 9:37 am
  • Matt Park
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 27, 2014 at 10:07 am
  • Errol Hutchinson
    -2 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    April 27, 2014 at 2:18 pm

433

Views

8

Replies